| Commit message (Expand) | Author | Age | Files | Lines |
* | nouveau: flip DEBUG -> !NDEBUG | Ilia Mirkin | 2019-07-27 | 1 | -1/+1 |
* | nouveau: fix frees in unsupported IR error paths. | Dave Airlie | 2019-06-19 | 1 | -0/+1 |
* | nouveau: add support for nir | Karol Herbst | 2019-03-17 | 1 | -2/+17 |
* | nouveau/compiler: Allow to omit line numbers when printing instructions | Tobias Klausmann | 2017-11-26 | 1 | -0/+1 |
* | nv50,nvc0: Display shared memory usage in pipe_debug_message | Pierre Moreau | 2017-11-04 | 1 | -3/+4 |
* | nv50,nvc0: Copy shared memory per block to the program info structure and back | Pierre Moreau | 2017-11-04 | 1 | -0/+2 |
* | nv50/ir: Replace NV50_PROGRAM_IR_* by PIPE_SHADER_IR_* | Pierre Moreau | 2017-05-07 | 1 | -1/+3 |
* | nv50: add support for MUL_ZERO_WINS property | Ilia Mirkin | 2017-01-23 | 1 | -1/+1 |
* | nv50,nvc0: avoid reading out of bounds when getting bogus so info | Ilia Mirkin | 2016-10-19 | 1 | -0/+3 |
* | nv50: fix alphatest for non-blendable formats | Ilia Mirkin | 2016-07-16 | 1 | -1/+4 |
* | nv50,nvc0: fix the max_vertices=0 case | Ilia Mirkin | 2016-05-29 | 1 | -1/+1 |
* | nv50,nvc0: add support for cull distances | Tobias Klausmann | 2016-05-15 | 1 | -1/+8 |
* | nv50/ir: generalize interp fixups to be able to fixup anything | Ilia Mirkin | 2016-05-11 | 1 | -4/+4 |
* | nv50,nvc0: replace resInfoCBSlot by auxCBSlot | Samuel Pitoiset | 2016-03-19 | 1 | -1/+0 |
* | nv50: avoid freeing the symbols if they're about to be stored | Ilia Mirkin | 2016-02-03 | 1 | -2/+7 |
* | nv50,nvc0: use a face sysval to avoid the useless back-and-forth conversion | Ilia Mirkin | 2016-01-08 | 1 | -4/+0 |
* | nvc0: add ARB_shader_draw_parameters support | Ilia Mirkin | 2015-12-30 | 1 | -1/+1 |
* | nv50: allow using inline vertex data submit when gl_VertexID is used | Samuel Pitoiset | 2015-11-19 | 1 | -1/+2 |
* | nv50: implement a basic compute support | Samuel Pitoiset | 2015-11-14 | 1 | -2/+20 |
* | nv50: free interpolation parameters in nv50_program_destroy() | Samuel Pitoiset | 2015-11-14 | 1 | -1/+1 |
* | nv50,nvc0: provide debug messages with shader compilation stats | Ilia Mirkin | 2015-11-05 | 1 | -1/+7 |
* | nv50: use correct heaps for FP and GP code segments | Samuel Pitoiset | 2015-11-01 | 1 | -2/+2 |
* | nv50: allow per-sample interpolation to be forced via rast | Ilia Mirkin | 2015-10-29 | 1 | -1/+5 |
* | nv50: avoid using inline vertex data submit when gl_VertexID is used | Ilia Mirkin | 2015-09-05 | 1 | -0/+1 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -1/+1 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -9/+9 |
* | nv50: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 1 | -1/+1 |
* | nv50: add support for PIPE_CAP_SAMPLE_SHADING | Ilia Mirkin | 2014-04-26 | 1 | -1/+5 |
* | nv50: implement multiple viewports/scissors, enable ARB_viewport_array | Ilia Mirkin | 2014-02-12 | 1 | -0/+5 |
* | nv50: fix layerid to be the fp input number rather than vp output number | Ilia Mirkin | 2014-02-06 | 1 | -1/+1 |
* | nv50: rework primid logic | Ilia Mirkin | 2014-02-06 | 1 | -4/+1 |
* | nv50: add support for texelFetch'ing MS textures, ARB_texture_multisample | Ilia Mirkin | 2014-01-27 | 1 | -1/+6 |
* | nv50: GP_REG_ALLOC_RESULT must be positive | Ilia Mirkin | 2014-01-27 | 1 | -0/+2 |
* | nv50: enable primitive id generation when it is an FP input without GP | Ilia Mirkin | 2014-01-27 | 1 | -0/+4 |
* | nv50: handle gl_Layer writes in GP | Ilia Mirkin | 2014-01-27 | 1 | -0/+5 |
* | nv50: properly set the PRIMITIVE_ID enable flag when it is a gp input. | Ilia Mirkin | 2014-01-27 | 1 | -0/+3 |
* | nv50: add support for geometry shaders | Bryan Cain | 2014-01-27 | 1 | -0/+16 |
* | nv50: don't leak heap on tls alloc failure | Ilia Mirkin | 2014-01-27 | 1 | -1/+3 |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -0/+445 |