aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nv50/nv50_state.c
Commit message (Expand)AuthorAgeFilesLines
* nv50,nvc0: don't keep track of whether fb rt0 is integer-onlyIlia Mirkin2016-10-211-0/+10
* gallium: Use enum pipe_shader_type in set_sampler_views()Kai Wasserbäch2016-08-291-1/+1
* gallium: Use enum pipe_shader_type in bind_sampler_states() (v2)Kai Wasserbäch2016-08-291-1/+4
* nv50: fix alphatest for non-blendable formatsIlia Mirkin2016-07-161-0/+5
* gallium: make constant_buffer constRob Clark2016-06-201-1/+1
* nv50: add support for GL_EXT_window_rectanglesIlia Mirkin2016-06-181-0/+17
* nv50: reinstate dedicated constbuf push pathIlia Mirkin2016-06-111-2/+3
* nv50: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-191-1/+3
* nv50: rename 3d binding points to NV50_BIND_3D_XXXSamuel Pitoiset2016-03-191-6/+6
* nv50: rename 3d dirty flags to NV50_NEW_3D_XXXSamuel Pitoiset2016-03-191-21/+21
* nv50: rename nv50_context::dirty to nv50_context::dirty_3dSamuel Pitoiset2016-03-191-21/+21
* nv50,nvc0: Set only NEW_CP_GLOBALS upon bindingPierre Moreau2016-03-131-1/+1
* nv50,nvc0: enable/disable seamless cubemap texturing as requestedIlia Mirkin2016-02-161-0/+2
* nv50: switch nv50_state.c to updated g80_texture.xml.hBen Skeggs2016-02-161-24/+29
* nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()Edward O'Callaghan2016-02-141-12/+2
* nv50,nvc0: optimize coherent buffer checking at draw timeSamuel Pitoiset2016-01-031-0/+25
* nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2015-12-091-4/+3
* gallium/drivers/nouveau: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-3/+3
* nv50: implement a basic compute supportSamuel Pitoiset2015-11-141-0/+99
* nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin2015-11-051-1/+2
* nv50: move HW queries to nv50_query_hw.c/h filesSamuel Pitoiset2015-10-301-1/+2
* nv50: move nva0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-301-0/+18
* nv50: mark contexts shareable, compile at creation timeIlia Mirkin2015-10-291-0/+3
* nv50: account for the int RT0 rule for alpha-to-one/covIlia Mirkin2015-08-231-10/+0
* nv50: add depth bounds test supportIlia Mirkin2015-08-141-0/+10
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-5/+5
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-12/+12
* nv50,nvc0: clamp uniform size to 64kIlia Mirkin2015-06-151-2/+2
* nv50: regenerate rnndb headersIlia Mirkin2015-01-051-2/+2
* nv50,nvc0: implement half_pixel_centerTiziano Bacocco2014-12-301-5/+4
* nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin2014-11-151-0/+3
* nv50: zero out unbound samplersIlia Mirkin2014-09-011-2/+5
* gallium: Move sRGB <-> RGB handling to libmesautilJason Ekstrand2014-08-041-1/+1
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+12
* nv50: add missing brackets when handling the samplers arrayEmil Velikov2014-03-141-1/+2
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-3/+4
* nouveau: add valid range tracking to nouveau_bufferIlia Mirkin2014-03-091-0/+4
* nv50: implement multiple viewports/scissors, enable ARB_viewport_arrayIlia Mirkin2014-02-121-6/+22
* nv50: assert before trying to out-of-bounds access samplersEmil Velikov2014-01-181-0/+3
* nv50: assert before trying to out-of-bounds access texturesEmil Velikov2014-01-181-0/+2
* nv50: assert before trying to out-of-bounds access constbufEmil Velikov2014-01-181-0/+1
* nv50, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-161-0/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-21/+18
* nouveau: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-3/+0
* nouveau: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+22
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+1110