summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove unused var in _mesa_PushDebugGroup()Brian Paul2015-11-201-1/+0
* mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides()Brian Paul2015-11-201-6/+7
* radeon: ensure that timing/profiling queries are suspended on flushNicolai Hähnle2015-11-202-9/+6
* st/mesa: add support for batch driver queries to perfmonNicolai Hähnle2015-11-202-7/+82
* gallium/hud: add support for batch queriesNicolai Hähnle2015-11-203-46/+261
* gallium: add the concept of batch queriesNicolai Hähnle2015-11-204-6/+42
* st/mesa: maintain active perfmon counters in an arrayNicolai Hähnle2015-11-202-41/+58
* st/mesa: use BITSET_FOREACH_SET to loop through active perfmon countersNicolai Hähnle2015-11-201-5/+2
* st/mesa: store mapping from perfmon counter to query typeNicolai Hähnle2015-11-203-42/+49
* st/mesa: map semantic driver query types to underlying typeNicolai Hähnle2015-11-202-0/+5
* gallium/hud: remove unused field in query_infoNicolai Hähnle2015-11-201-1/+0
* gallium: remove pipe_driver_query_group_info field typeNicolai Hähnle2015-11-203-41/+0
* gallivm: use sampler index 0 for texel fetchesRoland Scheidegger2015-11-201-1/+6
* freedreno/a4xx: add BPTC supportIlia Mirkin2015-11-202-0/+8
* xmlconfig: Add support for DragonFlyFrançois Tigeot2015-11-201-0/+3
* android: export the path of glsl nir headersMauro Rossi2015-11-201-1/+2
* mesa: re-enable KHR_debug for ES contextsBoyan Ding2015-11-202-1/+2
* main: Don't restrict several KHR_debug enum to desktop GLBoyan Ding2015-11-202-12/+3
* mesa: use the correct string for the ES GL_KHR_debug functionsEmil Velikov2015-11-203-19/+77
* glsl: avoid linker and user varying location to overlapGregory Hainaut2015-11-201-3/+43
* auxiliary/vl/dri2: coding style fixesEmil Velikov2015-11-202-22/+34
* auxiliary/vl/dri2: hide internal functionsEmil Velikov2015-11-202-34/+20
* auxiliary/vl/drm: hide internal functionsEmil Velikov2015-11-202-5/+5
* st/vdpau: use the vl_screen dispatchEmil Velikov2015-11-202-11/+11
* st/xvmc: use the vl_screen dispatchEmil Velikov2015-11-202-12/+11
* st/va: use the vl_screen dispatchEmil Velikov2015-11-203-16/+9
* st/omx: use the vl_screen dispatchEmil Velikov2015-11-201-6/+5
* auxiliary/vl/dri2: setup the dispatchEmil Velikov2015-11-202-8/+15
* auxiliary/vl/drm: use a label for the error pathEmil Velikov2015-11-201-6/+10
* auxiliary/vl/drm: setup the dispatchEmil Velikov2015-11-201-0/+6
* auxiliary/vl: add dispatch tableEmil Velikov2015-11-201-0/+17
* auxiliary/vl: rename vl_screen_create to vl_dri2_screen_createEmil Velikov2015-11-206-8/+8
* st/va: trivial cleanupEmil Velikov2015-11-201-9/+2
* st/omx: straighten get/put_screenEmil Velikov2015-11-201-16/+16
* automake: loader: don't create an empty dri3 helperEmil Velikov2015-11-201-1/+3
* automake: loader: honour the XCB_DRI3 cflagsEmil Velikov2015-11-201-0/+1
* automake: egl: add symbols testEmil Velikov2015-11-202-0/+58
* automake: loader: rework the CPPFLAGSEmil Velikov2015-11-201-11/+4
* i965: Enable EXT_shader_samples_identicalIan Romanick2015-11-195-2/+34
* i965/vec4: Handle nir_tex_src_ms_index more like the scalarIan Romanick2015-11-191-8/+10
* nir: Add nir_texop_samples_identical opcodeIan Romanick2015-11-196-1/+18
* glsl: Add textureSamplesIdenticalEXT built-in functionsIan Romanick2015-11-191-0/+44
* glsl: Add ir_samples_identical opcodeIan Romanick2015-11-1910-1/+26
* glsl: Extension tracking for EXT_shader_samples_indenticalIan Romanick2015-11-193-0/+6
* mesa: Extension tracking for EXT_shader_samples_indenticalIan Romanick2015-11-192-0/+2
* Import current draft of EXT_shader_samples_identical specIan Romanick2015-11-191-0/+176
* nir: add nir_ssa_for_alu_src()Rob Clark2015-11-192-4/+23
* nir: fix missing increments of num_inputs/num_outputsRob Clark2015-11-192-0/+4
* nir/print: show # of uniforms/inputs/outputsRob Clark2015-11-191-0/+4
* nir/print: show shader name/label if setRob Clark2015-11-191-0/+6