| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: remove useless call to query_get_cfg() in nvc0_hw_sm_query_end() | Samuel Pitoiset | 2015-10-16 | 1 | -3/+1 |
* | svga: only count hardware buffer mappings for HUD | Brian Paul | 2015-10-16 | 2 | -1/+3 |
* | svga: add new GALLIUM_HUD queries | Neha Bhende | 2015-10-16 | 16 | -38/+196 |
* | svga: use new svga_new_shader_variant() function | Brian Paul | 2015-10-16 | 4 | -2/+12 |
* | svga: pass context to svga_tgsi_vgpu9_translate() | Brian Paul | 2015-10-16 | 4 | -4/+8 |
* | svga: remove svga_tgsi_vgpu9_translate() call in GS path | Brian Paul | 2015-10-16 | 1 | -7/+3 |
* | freedreno: add debug option to dirty state after draw | Rob Clark | 2015-10-15 | 3 | -2/+7 |
* | freedreno/a3xx: cache-flush is needed after MEM_WRITE | Rob Clark | 2015-10-15 | 3 | -5/+14 |
* | gallium/util: fix debug_get_flags_option on 32-bit harder | Rob Clark | 2015-10-15 | 1 | -3/+3 |
* | nv30: include the header of ffs prototype | Chih-Wei Huang | 2015-10-15 | 1 | -0/+1 |
* | nv50/ir: use C++11 standard std::unordered_map if possible | Chih-Wei Huang | 2015-10-15 | 1 | -3/+17 |
* | r600/vce: enable VCE for trinity/richland | Christian König | 2015-10-13 | 1 | -1/+21 |
* | r600/uvd: disable UVD tiling by default | Christian König | 2015-10-13 | 1 | -3/+5 |
* | r600g: Enable GL_ARB_gpu_shader5 extension | Glenn Kennard | 2015-10-13 | 1 | -1/+1 |
* | r600g/sb: SB support for UBO indexing | Glenn Kennard | 2015-10-13 | 11 | -27/+140 |
* | r600g/sb: Support gs5 sampler indexing (v2) | Glenn Kennard | 2015-10-13 | 9 | -25/+195 |
* | nouveau: avoid double-emitting fence | Ilia Mirkin | 2015-10-12 | 1 | -1/+5 |
* | u_vbuf: fix vb slot assignment for translated buffers | Nicolai Hähnle | 2015-10-12 | 1 | -0/+1 |
* | ilo: improve Gen8 defines based on its PRMs | Chia-I Wu | 2015-10-12 | 13 | -121/+399 |
* | nv50,nvc0: don't base decisions on available pushbuf space | Ilia Mirkin | 2015-10-11 | 3 | -35/+10 |
* | nouveau: avoid emitting new fences unnecessarily | Ilia Mirkin | 2015-10-11 | 1 | -3/+9 |
* | nvc0: make use of NVC0_COMPUTE_CLASS for GF110 | Samuel Pitoiset | 2015-10-10 | 1 | -5/+2 |
* | tgsi: (trivial) kill c99-ism. | Roland Scheidegger | 2015-10-09 | 1 | -2/+3 |
* | tgsi/scan: add info about declared samplers (v2) | Marek Olšák | 2015-10-09 | 2 | -0/+3 |
* | tgsi: add a utility for emulating some GL features | Marek Olšák | 2015-10-09 | 3 | -0/+208 |
* | glsl: move shader_enums into nir | Rob Clark | 2015-10-09 | 4 | -3/+3 |
* | nvc0: move HW SM queries to nvc0_query_hw_sm.c/h files | Samuel Pitoiset | 2015-10-09 | 8 | -796/+908 |
* | nvc0: move HW queries to nvc0_query_hw.c/h files | Samuel Pitoiset | 2015-10-09 | 8 | -1215/+1310 |
* | nvc0: move SW queries to nvc0_query_sw.c/h files | Samuel Pitoiset | 2015-10-09 | 5 | -84/+204 |
* | nvc0: move nvc0_so_target_save_offset() to its correct location | Samuel Pitoiset | 2015-10-09 | 3 | -24/+19 |
* | nvc0: add a header file for nvc0_query | Samuel Pitoiset | 2015-10-09 | 7 | -189/+202 |
* | gallium/ddebug: add missing dd_util.h to sources list | Emil Velikov | 2015-10-08 | 1 | -1/+2 |
* | gallium/ddebug: automake: sort sources alphabetically | Emil Velikov | 2015-10-08 | 1 | -2/+2 |
* | radeonsi: fix a GS hang on VI | Marek Olšák | 2015-10-07 | 2 | -0/+19 |
* | radeonsi: remove TC L2 cache flush for index buffers on VI | Marek Olšák | 2015-10-07 | 1 | -3/+3 |
* | svga: whitespace fixes in svga_sampler_view.c | Brian Paul | 2015-10-07 | 1 | -8/+16 |
* | svga: whitespace fixes in svga_resource_buffer.c | Brian Paul | 2015-10-07 | 1 | -26/+27 |
* | svga: round UBO constant buffer size up/down to multiple of 16 bytes | Brian Paul | 2015-10-07 | 1 | -0/+18 |
* | nouveau: make sure there's always room to emit a fence | Ilia Mirkin | 2015-10-07 | 4 | -2/+8 |
* | vc4: use nir two-sided-color lowering | Boyan Ding | 2015-10-06 | 2 | -24/+2 |
* | vc4: Fix a leak of the last color read/write surface on context destroy. | Eric Anholt | 2015-10-06 | 1 | -0/+3 |
* | vc4: Fix a memory leak in the simulator case. | Eric Anholt | 2015-10-06 | 1 | -1/+6 |
* | tgsi: add const qualifier to silence warning | Brian Paul | 2015-10-06 | 1 | -1/+1 |
* | nv30: always go through translate module on big-endian | Ilia Mirkin | 2015-10-04 | 1 | -0/+4 |
* | nv30: pretend to have packed texture/surface formats | Ilia Mirkin | 2015-10-04 | 1 | -12/+12 |
* | st/dri: Use packed RGB formats | Michel Dänzer | 2015-10-04 | 2 | -17/+17 |
* | radeonsi: enable PIPE_CAP_FORCE_PERSAMPLE_INTERP | Marek Olšák | 2015-10-03 | 1 | -1/+1 |
* | radeonsi: do force_persample_interp in shaders for non-trivial cases | Marek Olšák | 2015-10-03 | 3 | -19/+117 |
* | radeonsi: implement the simple case of force_persample_interp | Marek Olšák | 2015-10-03 | 4 | -1/+37 |
* | radeonsi: move SPI_PS_INPUT_ENA/ADDR registers to a separate state | Marek Olšák | 2015-10-03 | 4 | -14/+29 |