| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | nv50: add a header file for nv50_query | Samuel Pitoiset | 2015-10-30 | 5 | -40/+48 |
* | nv50: mark contexts shareable, compile at creation time | Ilia Mirkin | 2015-10-29 | 2 | -1/+4 |
* | nv50: allow per-sample interpolation to be forced via rast | Ilia Mirkin | 2015-10-29 | 5 | -6/+23 |
* | nv50: add ARB_copy_image support | Ilia Mirkin | 2015-10-28 | 2 | -7/+11 |
* | gallium: add PIPE_CAP_COPY_BETWEEN_COMPRESSED_AND_PLAIN_FORMATS | Marek Olšák | 2015-10-28 | 1 | -0/+1 |
* | gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT | Marek Olšák | 2015-10-20 | 1 | -0/+2 |
* | gallium: add PIPE_CAP_SHAREABLE_SHADERS | Marek Olšák | 2015-10-20 | 1 | -0/+1 |
* | nv50,nvc0: don't base decisions on available pushbuf space | Ilia Mirkin | 2015-10-11 | 2 | -20/+5 |
* | nouveau: make sure there's always room to emit a fence | Ilia Mirkin | 2015-10-07 | 1 | -0/+1 |
* | gallium: add per-sample interpolation control into rasterizer statOAe | Marek Olšák | 2015-10-03 | 1 | -0/+1 |
* | nouveau: delay deleting buffer with unflushed fence | Ilia Mirkin | 2015-09-28 | 1 | -1/+4 |
* | nouveau: be more careful about freeing temporary transfer buffers | Ilia Mirkin | 2015-09-28 | 1 | -1/+6 |
* | nv50,nvc0: flush texture cache in presence of coherent bufs | Ilia Mirkin | 2015-09-17 | 1 | -0/+19 |
* | nv50,nvc0: detect underlying resource changes and update tic | Ilia Mirkin | 2015-09-17 | 1 | -0/+21 |
* | nv50, nvc0: fix max texture buffer size to 128M elements | Ilia Mirkin | 2015-09-16 | 1 | -1/+1 |