| Commit message (Expand) | Author | Age | Files | Lines |
* | nv50,nvc0: don't keep track of whether fb rt0 is integer-only | Ilia Mirkin | 2016-10-21 | 1 | -0/+10 |
* | gallium: Use enum pipe_shader_type in set_sampler_views() | Kai Wasserbäch | 2016-08-29 | 1 | -1/+1 |
* | gallium: Use enum pipe_shader_type in bind_sampler_states() (v2) | Kai Wasserbäch | 2016-08-29 | 1 | -1/+4 |
* | nv50: fix alphatest for non-blendable formats | Ilia Mirkin | 2016-07-16 | 1 | -0/+5 |
* | gallium: make constant_buffer const | Rob Clark | 2016-06-20 | 1 | -1/+1 |
* | nv50: add support for GL_EXT_window_rectangles | Ilia Mirkin | 2016-06-18 | 1 | -0/+17 |
* | nv50: reinstate dedicated constbuf push path | Ilia Mirkin | 2016-06-11 | 1 | -2/+3 |
* | nv50: reset TFB bufctx when we no longer hold a reference to the buffers | Ilia Mirkin | 2016-03-19 | 1 | -1/+3 |
* | nv50: rename 3d binding points to NV50_BIND_3D_XXX | Samuel Pitoiset | 2016-03-19 | 1 | -6/+6 |
* | nv50: rename 3d dirty flags to NV50_NEW_3D_XXX | Samuel Pitoiset | 2016-03-19 | 1 | -21/+21 |
* | nv50: rename nv50_context::dirty to nv50_context::dirty_3d | Samuel Pitoiset | 2016-03-19 | 1 | -21/+21 |
* | nv50,nvc0: Set only NEW_CP_GLOBALS upon binding | Pierre Moreau | 2016-03-13 | 1 | -1/+1 |
* | nv50,nvc0: enable/disable seamless cubemap texturing as requested | Ilia Mirkin | 2016-02-16 | 1 | -0/+2 |
* | nv50: switch nv50_state.c to updated g80_texture.xml.h | Ben Skeggs | 2016-02-16 | 1 | -24/+29 |
* | nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state() | Edward O'Callaghan | 2016-02-14 | 1 | -12/+2 |
* | nv50,nvc0: optimize coherent buffer checking at draw time | Samuel Pitoiset | 2016-01-03 | 1 | -0/+25 |
* | nv50,nvc0: fix use-after-free when vertex buffers are unbound | Patrick Rudolph | 2015-12-09 | 1 | -4/+3 |
* | gallium/drivers/nouveau: Make use of ARRAY_SIZE macro | Edward O'Callaghan | 2015-12-06 | 1 | -3/+3 |
* | nv50: implement a basic compute support | Samuel Pitoiset | 2015-11-14 | 1 | -0/+99 |
* | nv50,nvc0: provide debug messages with shader compilation stats | Ilia Mirkin | 2015-11-05 | 1 | -1/+2 |
* | nv50: move HW queries to nv50_query_hw.c/h files | Samuel Pitoiset | 2015-10-30 | 1 | -1/+2 |
* | nv50: move nva0_so_target_save_offset() to its correct location | Samuel Pitoiset | 2015-10-30 | 1 | -0/+18 |
* | nv50: mark contexts shareable, compile at creation time | Ilia Mirkin | 2015-10-29 | 1 | -0/+3 |
* | nv50: account for the int RT0 rule for alpha-to-one/cov | Ilia Mirkin | 2015-08-23 | 1 | -10/+0 |
* | nv50: add depth bounds test support | Ilia Mirkin | 2015-08-14 | 1 | -0/+10 |
* | gallium: replace INLINE with inline | Ilia Mirkin | 2015-07-21 | 1 | -5/+5 |
* | nouveau: use bool instead of boolean | Samuel Pitoiset | 2015-07-21 | 1 | -12/+12 |
* | nv50,nvc0: clamp uniform size to 64k | Ilia Mirkin | 2015-06-15 | 1 | -2/+2 |
* | nv50: regenerate rnndb headers | Ilia Mirkin | 2015-01-05 | 1 | -2/+2 |
* | nv50,nvc0: implement half_pixel_center | Tiziano Bacocco | 2014-12-30 | 1 | -5/+4 |
* | nv50,nvc0: use clip_halfz setting when creating rasterizer state | Ilia Mirkin | 2014-11-15 | 1 | -0/+3 |
* | nv50: zero out unbound samplers | Ilia Mirkin | 2014-09-01 | 1 | -2/+5 |
* | gallium: Move sRGB <-> RGB handling to libmesautil | Jason Ekstrand | 2014-08-04 | 1 | -1/+1 |
* | gallium: add an index argument to create_query | Ilia Mirkin | 2014-07-01 | 1 | -1/+1 |
* | nv50: add support for PIPE_CAP_SAMPLE_SHADING | Ilia Mirkin | 2014-04-26 | 1 | -0/+12 |
* | nv50: add missing brackets when handling the samplers array | Emil Velikov | 2014-03-14 | 1 | -1/+2 |
* | gallium: allow setting of the internal stream output offset | Zack Rusin | 2014-03-07 | 1 | -3/+4 |
* | nouveau: add valid range tracking to nouveau_buffer | Ilia Mirkin | 2014-03-09 | 1 | -0/+4 |
* | nv50: implement multiple viewports/scissors, enable ARB_viewport_array | Ilia Mirkin | 2014-02-12 | 1 | -6/+22 |
* | nv50: assert before trying to out-of-bounds access samplers | Emil Velikov | 2014-01-18 | 1 | -0/+3 |
* | nv50: assert before trying to out-of-bounds access textures | Emil Velikov | 2014-01-18 | 1 | -0/+2 |
* | nv50: assert before trying to out-of-bounds access constbuf | Emil Velikov | 2014-01-18 | 1 | -0/+1 |
* | nv50, nvc0: initialize ctx->sample_mask to ~0 | Ilia Mirkin | 2014-01-16 | 1 | -0/+2 |
* | gallium: new, unified pipe_context::set_sampler_views() function | Brian Paul | 2013-10-23 | 1 | -21/+18 |
* | nouveau: remove old bind_*_sampler_states() functions | Brian Paul | 2013-10-03 | 1 | -3/+0 |
* | nouveau: implement pipe_context::bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -0/+22 |
* | Move nv30, nv50 and nvc0 to nouveau. | Johannes Obermayr | 2013-09-11 | 1 | -0/+1110 |