| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add GREMEDY_string_marker | Rob Clark | 2016-01-21 | 1 | -0/+1 |
* | gallium/st: add pipe_context::generate_mipmap() | Charmaine Lee | 2016-01-14 | 1 | -0/+1 |
* | gallium: add PIPE_CAP_INVALIDATE_BUFFER | Nicolai Hähnle | 2016-01-14 | 1 | -0/+1 |
* | nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion | Ilia Mirkin | 2016-01-08 | 2 | -5/+1 |
* | gallium: add PIPE_CAP_SHADER_BUFFER_OFFSET_ALIGNMENT | Ilia Mirkin | 2016-01-08 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS | Ilia Mirkin | 2016-01-08 | 1 | -0/+1 |
* | gallium: add caps for POSITION and FACE system values | Marek Olšák | 2016-01-08 | 1 | -0/+2 |
* | gallium: add caps to expose support for multi indirect draws | Ilia Mirkin | 2016-01-07 | 1 | -0/+2 |
* | nouveau: split nouveau_vp3_bsp in begin/next/end | Julien Isorce | 2016-01-05 | 1 | -2/+3 |
* | nv50,nvc0: fix crash when increasing bsp bo size for h264 | Ilia Mirkin | 2016-01-04 | 1 | -2/+2 |
* | gallium: add PIPE_CAP_TGSI_PACK_HALF_FLOAT to indicate UP2H/PK2H support | Ilia Mirkin | 2016-01-03 | 1 | -0/+1 |
* | nv50,nvc0: optimize coherent buffer checking at draw time | Samuel Pitoiset | 2016-01-03 | 3 | -35/+35 |
* | nv50,nvc0: make sure there's pushbuf space and that we ref the bo early | Ilia Mirkin | 2016-01-01 | 1 | -1/+1 |
* | nvc0: add ARB_shader_draw_parameters support | Ilia Mirkin | 2015-12-30 | 1 | -1/+1 |
* | gallium: add PIPE_CAP_DRAW_PARAMETERS | Ilia Mirkin | 2015-12-30 | 1 | -0/+1 |
* | nv50,nvc0: add a note when converting vertex elements using CPU | Ilia Mirkin | 2015-12-27 | 1 | -0/+3 |
* | nv50: fix g98+ vdec class allocation | Ben Skeggs | 2015-12-22 | 1 | -6/+51 |
* | nouveau: fix screen creation failure paths | Ben Skeggs | 2015-12-22 | 1 | -3/+3 |
* | nouveau: return nouveau_screen from hw-specific creation functions | Ben Skeggs | 2015-12-22 | 1 | -2/+2 |
* | nouveau: remove use of deprecated nouveau_device::drm_version | Ben Skeggs | 2015-12-22 | 2 | -3/+4 |
* | nv50: free memory allocated by the prog which reads MP perf counters | Samuel Pitoiset | 2015-12-16 | 1 | -0/+5 |
* | nv50,nvc0: free memory allocated by performance metrics | Samuel Pitoiset | 2015-12-16 | 3 | -2/+11 |
* | nv50: check return value of nouveau_object_new() | Samuel Pitoiset | 2015-12-14 | 1 | -4/+4 |
* | nv50,nvc0: make use of unreachable() when invalid texture target happens | Samuel Pitoiset | 2015-12-14 | 1 | -2/+1 |
* | nv50,nvc0: fix use-after-free when vertex buffers are unbound | Patrick Rudolph | 2015-12-09 | 1 | -4/+3 |
* | gallium/drivers: Sanitize NULL checks into canonical form | Edward O'Callaghan | 2015-12-06 | 1 | -2/+2 |
* | gallium/drivers/nouveau: Make use of ARRAY_SIZE macro | Edward O'Callaghan | 2015-12-06 | 7 | -12/+11 |
* | nv50,nvc0: allow to create resources other than buffers | Samuel Pitoiset | 2015-12-01 | 3 | -2/+5 |
* | nv50,nvc0: properly handle buffer storage invalidation on dsa buffer | Ilia Mirkin | 2015-11-22 | 1 | -7/+8 |
* | nv50: expose two groups of compute-related MP perf counters | Samuel Pitoiset | 2015-11-20 | 6 | -2/+63 |
* | gallium: add the concept of batch queries | Nicolai Hähnle | 2015-11-20 | 1 | -0/+1 |
* | nv50: allow using inline vertex data submit when gl_VertexID is used | Samuel Pitoiset | 2015-11-19 | 5 | -15/+46 |
* | nv50: add NV84_3D macro | Samuel Pitoiset | 2015-11-19 | 3 | -3/+4 |
* | nv50,nvc0: disable render condition around clear_* functions | Ilia Mirkin | 2015-11-14 | 2 | -0/+19 |
* | nv50: add support for performance metrics on G84+ | Samuel Pitoiset | 2015-11-14 | 3 | -3/+257 |
* | nv50: add compute-related MP perf counters on G84+ | Samuel Pitoiset | 2015-11-14 | 8 | -2/+546 |
* | nv50: implement a basic compute support | Samuel Pitoiset | 2015-11-14 | 9 | -9/+1005 |
* | nv50: free interpolation parameters in nv50_program_destroy() | Samuel Pitoiset | 2015-11-14 | 1 | -1/+1 |
* | nv50,nvc0: add ARB_clear_texture support | Ilia Mirkin | 2015-11-11 | 3 | -6/+95 |
* | gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype | Ilia Mirkin | 2015-11-11 | 1 | -0/+1 |
* | nvc0: reintroduce BGRA4 format support | Ilia Mirkin | 2015-11-06 | 1 | -2/+0 |
* | nouveau: send back a debug message when waiting for a fence to complete | Ilia Mirkin | 2015-11-05 | 2 | -2/+2 |
* | nv50,nvc0: provide debug messages with shader compilation stats | Ilia Mirkin | 2015-11-05 | 4 | -4/+12 |
* | nouveau: add support for sending debug messages via KHR_debug | Ilia Mirkin | 2015-11-05 | 1 | -0/+1 |
* | nouveau: relax fence emit space assert | Ilia Mirkin | 2015-11-04 | 1 | -1/+1 |
* | nv50: use correct heaps for FP and GP code segments | Samuel Pitoiset | 2015-11-01 | 1 | -2/+2 |
* | nouveau: get rid of tabs | Ilia Mirkin | 2015-10-31 | 3 | -29/+29 |
* | nv50: do not create an invalid HW query type | Samuel Pitoiset | 2015-10-30 | 2 | -12/+30 |
* | nv50: move HW queries to nv50_query_hw.c/h files | Samuel Pitoiset | 2015-10-30 | 7 | -349/+474 |
* | nv50: move nva0_so_target_save_offset() to its correct location | Samuel Pitoiset | 2015-10-30 | 3 | -21/+18 |