Merge pull request #2092 from Sonicadvance1/gles_occlusion_queries

Implement full occlusion queries for the Nexus 9.
This commit is contained in:
Ryan Houdek
2015-03-08 08:44:15 -05:00
8 changed files with 268 additions and 77 deletions

View File

@ -196,7 +196,7 @@ void VideoBackend::Video_Prepare()
BPInit();
g_vertex_manager = new VertexManager;
g_perf_query = new PerfQuery;
g_perf_query = GetPerfQuery();
Fifo_Init(); // must be done before OpcodeDecoder_Init()
OpcodeDecoder_Init();
IndexGenerator::Init();