| Commit message (Expand) | Author | Age | Files | Lines |
* | nvc0: add support for real ARB_multi_draw_indirect | Ilia Mirkin | 2016-01-07 | 4 | -18/+47 |
* | nvc0: adjust indirect draw macros to handle multiple draws at once | Ilia Mirkin | 2016-01-07 | 3 | -52/+101 |
* | gallium: add caps to expose support for multi indirect draws | Ilia Mirkin | 2016-01-07 | 1 | -0/+2 |
* | nvc0: add support for st/va | Julien Isorce | 2016-01-05 | 3 | -50/+133 |
* | nouveau: split nouveau_vp3_bsp in begin/next/end | Julien Isorce | 2016-01-05 | 1 | -2/+3 |
* | nvc0: scale up inter_bo size so that it's 16M for a 4K video | Ilia Mirkin | 2016-01-04 | 1 | -2/+5 |
* | nv50,nvc0: fix crash when increasing bsp bo size for h264 | Ilia Mirkin | 2016-01-04 | 1 | -2/+2 |
* | nvc0/ir: add support for PK2H/UP2H | Ilia Mirkin | 2016-01-03 | 1 | -1/+1 |
* | 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 | -33/+47 |
* | nv50,nvc0: make sure there's pushbuf space and that we ref the bo early | Ilia Mirkin | 2016-01-01 | 3 | -5/+4 |
* | nvc0: Set winding order regardless of domain. | Kenneth Graunke | 2015-12-30 | 1 | -2/+4 |
* | nvc0: add ARB_shader_draw_parameters support | Ilia Mirkin | 2015-12-30 | 6 | -11/+42 |
* | gallium: add PIPE_CAP_DRAW_PARAMETERS | Ilia Mirkin | 2015-12-30 | 1 | -0/+1 |
* | nvc0: don't forget to reset VTX_TMP bufctx slot after blit completion | Ilia Mirkin | 2015-12-27 | 1 | -0/+2 |
* | nv50,nvc0: add a note when converting vertex elements using CPU | Ilia Mirkin | 2015-12-27 | 1 | -0/+3 |
* | nvc0: remove use of deprecated sw class identifier | Ben Skeggs | 2015-12-22 | 1 | -3/+5 |
* | nouveau: fix screen creation failure paths | Ben Skeggs | 2015-12-22 | 1 | -5/+4 |
* | 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 | 5 | -9/+11 |
* | nv50,nvc0: free memory allocated by performance metrics | Samuel Pitoiset | 2015-12-16 | 3 | -2/+11 |
* | nvc0: free memory allocated by the prog which reads MP perf counters | Samuel Pitoiset | 2015-12-16 | 1 | -0/+1 |
* | nvc0: fix metric-achieved_occupancy calculation on Kepler | Samuel Pitoiset | 2015-12-16 | 1 | -1/+4 |
* | nvc0: remove old comment related to metric calculations | Samuel Pitoiset | 2015-12-15 | 1 | -11/+0 |
* | nvc0: check return value of nvc0_program_validate() | Samuel Pitoiset | 2015-12-14 | 1 | -4/+1 |
* | nv50,nvc0: make use of unreachable() when invalid texture target happens | Samuel Pitoiset | 2015-12-14 | 1 | -3/+1 |
* | nv50,nvc0: fix use-after-free when vertex buffers are unbound | Patrick Rudolph | 2015-12-09 | 1 | -3/+3 |
* | gallium/drivers/nouveau: Make use of ARRAY_SIZE macro | Edward O'Callaghan | 2015-12-06 | 6 | -9/+8 |
* | nvc0: expose a group of performance metrics for SM30 (Kepler) | Samuel Pitoiset | 2015-12-05 | 2 | -2/+8 |
* | nvc0: re-introduce performance metrics for SM30 (Kepler) | Samuel Pitoiset | 2015-12-05 | 2 | -5/+188 |
* | nvc0: remove useless counting operations for MP counters | Samuel Pitoiset | 2015-12-05 | 1 | -101/+5 |
* | nvc0: remove old performance metrics support on Kepler | Samuel Pitoiset | 2015-12-05 | 2 | -37/+0 |
* | nvc0: remove wrong inst_issued HW SM perf counter on Kepler | Samuel Pitoiset | 2015-12-05 | 2 | -3/+0 |
* | nvc0: add missing HW SM perf counters for SM30 (Kepler) | Samuel Pitoiset | 2015-12-05 | 3 | -0/+10 |
* | nvc0: fix the comment that describe MP counters storage on Kepler | Samuel Pitoiset | 2015-12-05 | 1 | -0/+5 |
* | nv50,nvc0: allow to create resources other than buffers | Samuel Pitoiset | 2015-12-01 | 2 | -2/+4 |
* | nv50,nvc0: properly handle buffer storage invalidation on dsa buffer | Ilia Mirkin | 2015-11-22 | 1 | -8/+9 |
* | gallium: add the concept of batch queries | Nicolai Hähnle | 2015-11-20 | 1 | -0/+1 |
* | gallium: remove pipe_driver_query_group_info field type | Nicolai Hähnle | 2015-11-20 | 1 | -4/+0 |
* | nv50,nvc0: disable render condition around clear_* functions | Ilia Mirkin | 2015-11-14 | 2 | -0/+13 |
* | nvc0: reduce the number of GPR used when reading MP perf counters | Samuel Pitoiset | 2015-11-14 | 1 | -1/+2 |
* | nv50,nvc0: add ARB_clear_texture support | Ilia Mirkin | 2015-11-11 | 2 | -1/+6 |
* | gallium: add PIPE_CAP_CLEAR_TEXTURE and clear_texture prototype | Ilia Mirkin | 2015-11-11 | 1 | -0/+1 |
* | nvc0: enable compute support on Fermi | Samuel Pitoiset | 2015-11-08 | 1 | -2/+2 |
* | nvc0: reintroduce BGRA4 format support | Ilia Mirkin | 2015-11-06 | 1 | -1/+1 |
* | nouveau: send back a debug message when waiting for a fence to complete | Ilia Mirkin | 2015-11-05 | 2 | -3/+3 |
* | nv50,nvc0: provide debug messages with shader compilation stats | Ilia Mirkin | 2015-11-05 | 5 | -5/+13 |
* | 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 |
* | nvc0: add missing compute parameters required by clover | Samuel Pitoiset | 2015-11-03 | 1 | -1/+10 |