| Commit message (Expand) | Author | Age | Files | Lines |
* | glsl: move builtin_type_macros.h into the correct list | Emil Velikov | 2015-11-20 | 1 | -1/+1 |
* | automake: use static llvm for make distcheck | Emil Velikov | 2015-11-20 | 1 | -0/+1 |
* | mesa: remove unused var in _mesa_PushDebugGroup() | Brian Paul | 2015-11-20 | 1 | -1/+0 |
* | mesa: whitespaces fixes in _mesa_one_time_init_extension_overrides() | Brian Paul | 2015-11-20 | 1 | -6/+7 |
* | radeon: ensure that timing/profiling queries are suspended on flush | Nicolai Hähnle | 2015-11-20 | 2 | -9/+6 |
* | st/mesa: add support for batch driver queries to perfmon | Nicolai Hähnle | 2015-11-20 | 2 | -7/+82 |
* | gallium/hud: add support for batch queries | Nicolai Hähnle | 2015-11-20 | 3 | -46/+261 |
* | gallium: add the concept of batch queries | Nicolai Hähnle | 2015-11-20 | 4 | -6/+42 |
* | st/mesa: maintain active perfmon counters in an array | Nicolai Hähnle | 2015-11-20 | 2 | -41/+58 |
* | st/mesa: use BITSET_FOREACH_SET to loop through active perfmon counters | Nicolai Hähnle | 2015-11-20 | 1 | -5/+2 |
* | st/mesa: store mapping from perfmon counter to query type | Nicolai Hähnle | 2015-11-20 | 3 | -42/+49 |
* | st/mesa: map semantic driver query types to underlying type | Nicolai Hähnle | 2015-11-20 | 2 | -0/+5 |
* | gallium/hud: remove unused field in query_info | Nicolai Hähnle | 2015-11-20 | 1 | -1/+0 |
* | gallium: remove pipe_driver_query_group_info field type | Nicolai Hähnle | 2015-11-20 | 3 | -41/+0 |
* | gallivm: use sampler index 0 for texel fetches | Roland Scheidegger | 2015-11-20 | 1 | -1/+6 |
* | freedreno/a4xx: add BPTC support | Ilia Mirkin | 2015-11-20 | 2 | -0/+8 |
* | xmlconfig: Add support for DragonFly | François Tigeot | 2015-11-20 | 1 | -0/+3 |
* | android: export the path of glsl nir headers | Mauro Rossi | 2015-11-20 | 1 | -1/+2 |
* | mesa: re-enable KHR_debug for ES contexts | Boyan Ding | 2015-11-20 | 2 | -1/+2 |
* | main: Don't restrict several KHR_debug enum to desktop GL | Boyan Ding | 2015-11-20 | 2 | -12/+3 |
* | mesa: use the correct string for the ES GL_KHR_debug functions | Emil Velikov | 2015-11-20 | 3 | -19/+77 |
* | glsl: avoid linker and user varying location to overlap | Gregory Hainaut | 2015-11-20 | 1 | -3/+43 |
* | auxiliary/vl/dri2: coding style fixes | Emil Velikov | 2015-11-20 | 2 | -22/+34 |
* | auxiliary/vl/dri2: hide internal functions | Emil Velikov | 2015-11-20 | 2 | -34/+20 |
* | auxiliary/vl/drm: hide internal functions | Emil Velikov | 2015-11-20 | 2 | -5/+5 |
* | st/vdpau: use the vl_screen dispatch | Emil Velikov | 2015-11-20 | 2 | -11/+11 |
* | st/xvmc: use the vl_screen dispatch | Emil Velikov | 2015-11-20 | 2 | -12/+11 |
* | st/va: use the vl_screen dispatch | Emil Velikov | 2015-11-20 | 3 | -16/+9 |
* | st/omx: use the vl_screen dispatch | Emil Velikov | 2015-11-20 | 1 | -6/+5 |
* | auxiliary/vl/dri2: setup the dispatch | Emil Velikov | 2015-11-20 | 2 | -8/+15 |
* | auxiliary/vl/drm: use a label for the error path | Emil Velikov | 2015-11-20 | 1 | -6/+10 |
* | auxiliary/vl/drm: setup the dispatch | Emil Velikov | 2015-11-20 | 1 | -0/+6 |
* | auxiliary/vl: add dispatch table | Emil Velikov | 2015-11-20 | 1 | -0/+17 |
* | auxiliary/vl: rename vl_screen_create to vl_dri2_screen_create | Emil Velikov | 2015-11-20 | 6 | -8/+8 |
* | st/va: trivial cleanup | Emil Velikov | 2015-11-20 | 1 | -9/+2 |
* | st/omx: straighten get/put_screen | Emil Velikov | 2015-11-20 | 1 | -16/+16 |
* | automake: loader: don't create an empty dri3 helper | Emil Velikov | 2015-11-20 | 1 | -1/+3 |
* | automake: loader: honour the XCB_DRI3 cflags | Emil Velikov | 2015-11-20 | 1 | -0/+1 |
* | automake: egl: add symbols test | Emil Velikov | 2015-11-20 | 2 | -0/+58 |
* | automake: loader: rework the CPPFLAGS | Emil Velikov | 2015-11-20 | 1 | -11/+4 |
* | i965: Enable EXT_shader_samples_identical | Ian Romanick | 2015-11-19 | 5 | -2/+34 |
* | i965/vec4: Handle nir_tex_src_ms_index more like the scalar | Ian Romanick | 2015-11-19 | 1 | -8/+10 |
* | nir: Add nir_texop_samples_identical opcode | Ian Romanick | 2015-11-19 | 6 | -1/+18 |
* | glsl: Add textureSamplesIdenticalEXT built-in functions | Ian Romanick | 2015-11-19 | 1 | -0/+44 |
* | glsl: Add ir_samples_identical opcode | Ian Romanick | 2015-11-19 | 10 | -1/+26 |
* | glsl: Extension tracking for EXT_shader_samples_indentical | Ian Romanick | 2015-11-19 | 3 | -0/+6 |
* | mesa: Extension tracking for EXT_shader_samples_indentical | Ian Romanick | 2015-11-19 | 2 | -0/+2 |
* | Import current draft of EXT_shader_samples_identical spec | Ian Romanick | 2015-11-19 | 1 | -0/+176 |
* | nir: add nir_ssa_for_alu_src() | Rob Clark | 2015-11-19 | 2 | -4/+23 |
* | nir: fix missing increments of num_inputs/num_outputs | Rob Clark | 2015-11-19 | 2 | -0/+4 |