| Commit message (Expand) | Author | Age | Files | Lines |
* | radeon: re-prepare query buffers on begin_query for predicate queries | Nicolai Hähnle | 2015-11-20 | 2 | -15/+18 |
* | radeon: reset query buffers for PIPE_QUERY_TIMESTAMP | Nicolai Hähnle | 2015-11-20 | 1 | -8/+18 |
* | mesa: update some old-style (K&R?) function pointer calls | Brian Paul | 2015-11-20 | 6 | -7/+7 |
* | docs: mention GL 3.3 support for VMware driver in Mesa 11.1 relnotes | Brian Paul | 2015-11-20 | 1 | -0/+2 |
* | svga: add num-bytes-uploaded HUD query | Brian Paul | 2015-11-20 | 5 | -6/+30 |
* | svga: add some sanity check assertions in svga_buffer_transfer_map() | Brian Paul | 2015-11-20 | 1 | -0/+5 |
* | docs: mark compile-time constant expressions as done | Timothy Arceri | 2015-11-21 | 1 | -1/+1 |
* | glsl: add subroutine index qualifier support | Timothy Arceri | 2015-11-21 | 9 | -4/+91 |
* | glsl: add support for complie-time constant expressions | Timothy Arceri | 2015-11-21 | 5 | -164/+195 |
* | glsl: add new type for compile time constants | Timothy Arceri | 2015-11-21 | 2 | -0/+80 |
* | glsl: call set_shader_inout_layout() earlier | Timothy Arceri | 2015-11-21 | 1 | -3/+3 |
* | glsl: replace binding layout min boundary check | Timothy Arceri | 2015-11-21 | 1 | -11/+12 |
* | glsl: encapsulate binding validation and setting | Timothy Arceri | 2015-11-21 | 1 | -32/+28 |
* | glsl: move stream layout max validation | Timothy Arceri | 2015-11-21 | 2 | -16/+19 |
* | glsl: move stream layout qualifier validation | Timothy Arceri | 2015-11-21 | 2 | -20/+35 |
* | glsl: replace index layout min boundary check | Timothy Arceri | 2015-11-21 | 1 | -3/+6 |
* | glsl: remove duplicate validation for index layout qualifier | Timothy Arceri | 2015-11-21 | 1 | -7/+1 |
* | glsl: move location layout qualifier validation | Timothy Arceri | 2015-11-21 | 2 | -15/+15 |
* | glsl: add process_qualifier_constant() helper | Timothy Arceri | 2015-11-21 | 1 | -0/+17 |
* | docs: mark GL_AMD_performance_monitor for nv50 | Samuel Pitoiset | 2015-11-20 | 1 | -0/+1 |
* | nv50: expose two groups of compute-related MP perf counters | Samuel Pitoiset | 2015-11-20 | 6 | -2/+63 |
* | i965/gen9: Support fast clears for 32b float | Ben Widawsky | 2015-11-20 | 2 | -10/+6 |
* | Revert "i965/gen9: Enable rep clears on gen9" | Ben Widawsky | 2015-11-20 | 1 | -5/+0 |
* | Revert "i965/gen9: Disable MCS for 1x color surfaces" | Ben Widawsky | 2015-11-20 | 1 | -8/+0 |
* | i965/meta/gen9: Individually fast clear color attachments | Ben Widawsky | 2015-11-20 | 1 | -13/+65 |
* | i965/skl: skip fast clears for certain surface formats | Ben Widawsky | 2015-11-20 | 2 | -27/+33 |
* | i965: Add lossless compression to surface format table | Ben Widawsky | 2015-11-20 | 3 | -252/+282 |
* | i965/skl: Add fast color clear infrastructure | Ben Widawsky | 2015-11-20 | 4 | -20/+81 |
* | docs: Add GL_EXT_shader_samples_identical to the release notes | Ian Romanick | 2015-11-20 | 1 | -0/+1 |
* | radeon/vce: disable two pipe mode for stoney | Leo Liu | 2015-11-20 | 1 | -1/+2 |
* | radeon/vce: add new firmware interface support | Leo Liu | 2015-11-20 | 4 | -5/+262 |
* | egl: don't forget to ship platform_x11_dri3.h into the tarball | Emil Velikov | 2015-11-20 | 1 | -1/+3 |
* | 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 |