summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: update some old-style (K&R?) function pointer callsBrian Paul2015-11-206-7/+7
* svga: add num-bytes-uploaded HUD queryBrian Paul2015-11-205-6/+30
* svga: add some sanity check assertions in svga_buffer_transfer_map()Brian Paul2015-11-201-0/+5
* glsl: add subroutine index qualifier supportTimothy Arceri2015-11-219-4/+91
* glsl: add support for complie-time constant expressionsTimothy Arceri2015-11-215-164/+195
* glsl: add new type for compile time constantsTimothy Arceri2015-11-212-0/+80
* glsl: call set_shader_inout_layout() earlierTimothy Arceri2015-11-211-3/+3
* glsl: replace binding layout min boundary checkTimothy Arceri2015-11-211-11/+12
* glsl: encapsulate binding validation and settingTimothy Arceri2015-11-211-32/+28
* glsl: move stream layout max validationTimothy Arceri2015-11-212-16/+19
* glsl: move stream layout qualifier validationTimothy Arceri2015-11-212-20/+35
* glsl: replace index layout min boundary checkTimothy Arceri2015-11-211-3/+6
* glsl: remove duplicate validation for index layout qualifierTimothy Arceri2015-11-211-7/+1
* glsl: move location layout qualifier validationTimothy Arceri2015-11-212-15/+15
* glsl: add process_qualifier_constant() helperTimothy Arceri2015-11-211-0/+17
* nv50: expose two groups of compute-related MP perf countersSamuel Pitoiset2015-11-206-2/+63
* i965/gen9: Support fast clears for 32b floatBen Widawsky2015-11-202-10/+6
* Revert "i965/gen9: Enable rep clears on gen9"Ben Widawsky2015-11-201-5/+0
* Revert "i965/gen9: Disable MCS for 1x color surfaces"Ben Widawsky2015-11-201-8/+0
* i965/meta/gen9: Individually fast clear color attachmentsBen Widawsky2015-11-201-13/+65
* i965/skl: skip fast clears for certain surface formatsBen Widawsky2015-11-202-27/+33
* i965: Add lossless compression to surface format tableBen Widawsky2015-11-203-252/+282
* i965/skl: Add fast color clear infrastructureBen Widawsky2015-11-204-20/+81
* radeon/vce: disable two pipe mode for stoneyLeo Liu2015-11-201-1/+2
* radeon/vce: add new firmware interface supportLeo Liu2015-11-204-5/+262
* egl: don't forget to ship platform_x11_dri3.h into the tarballEmil Velikov2015-11-201-1/+3
* glsl: move builtin_type_macros.h into the correct listEmil Velikov2015-11-201-1/+1
* 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-201-1/+1
* 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