aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nouveau/nvc0/nvc0_state.c
Commit message (Expand)AuthorAgeFilesLines
* nvc0: make sure to delete samplers used by compute shadersSamuel Pitoiset2016-03-211-1/+1
* nv50,nvc0: Set only NEW_CP_GLOBALS upon bindingPierre Moreau2016-03-131-1/+1
* nvc0: reset TFB bufctx when we no longer hold a reference to the buffersIlia Mirkin2016-03-061-1/+3
* nvc0: rename 3d binding points to NVC0_BIND_3D_XXXSamuel Pitoiset2016-02-221-9/+9
* nvc0: rename 3d dirty flags to NVC0_NEW_3D_XXXSamuel Pitoiset2016-02-221-28/+28
* nvc0: rename nvc0_context::dirty to nvc0_context::dirty_3dSamuel Pitoiset2016-02-221-28/+28
* nvc0: bind shader buffers for compute on FermiSamuel Pitoiset2016-02-211-3/+10
* nvc0: bind constant buffers for compute on FermiSamuel Pitoiset2016-02-211-1/+3
* nvc0: remove unnecessary includesBen Skeggs2016-02-161-1/+0
* gallium: make image views non-persistent objectsIlia Mirkin2016-02-151-1/+1
* nv50,nvc0: Remove duplicate logic from nvc0_set_framebuffer_state()Edward O'Callaghan2016-02-141-12/+2
* nvc0: add state management for shader buffersIlia Mirkin2016-01-291-4/+44
* nv50,nvc0: optimize coherent buffer checking at draw timeSamuel Pitoiset2016-01-031-0/+36
* nv50,nvc0: fix use-after-free when vertex buffers are unboundPatrick Rudolph2015-12-091-3/+3
* gallium/drivers/nouveau: Make use of ARRAY_SIZE macroEdward O'Callaghan2015-12-061-3/+3
* nv50,nvc0: provide debug messages with shader compilation statsIlia Mirkin2015-11-051-1/+2
* nvc0: share shaders between contexts and build immediatelyIlia Mirkin2015-10-291-0/+3
* nvc0: do upload-time fixups for interpolation parametersIlia Mirkin2015-10-291-3/+0
* nvc0: move HW queries to nvc0_query_hw.c/h filesSamuel Pitoiset2015-10-091-1/+2
* nvc0: move nvc0_so_target_save_offset() to its correct locationSamuel Pitoiset2015-10-091-0/+19
* nvc0: keep track of cb bindings per buffer, use for upload settingsIlia Mirkin2015-09-091-0/+2
* nvc0: implement the color buffer 0 is integer rule for alpha-to-one/covIlia Mirkin2015-08-171-10/+0
* nvc0: program smooth line width when multisampling is enabledIlia Mirkin2015-08-171-1/+1
* nvc0: add depth bounds test supportIlia Mirkin2015-08-141-0/+7
* nvc0: add handling for set_tess_state callbackIlia Mirkin2015-07-231-0/+19
* nvc0: preliminary tess supportIlia Mirkin2015-07-231-0/+52
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-5/+5
* nouveau: use bool instead of booleanSamuel Pitoiset2015-07-211-10/+10
* nvc0: add a missing parameter to nvc0_set_shader_images()Samuel Pitoiset2015-07-201-3/+3
* gallium: add interface for writable shader imagesMarek Olšák2015-07-161-4/+6
* nv50,nvc0: clamp uniform size to 64kIlia Mirkin2015-06-151-2/+2
* nvc0: remove unused nv50_tsc_wrap_mode() functionSamuel Pitoiset2015-05-141-18/+0
* nvc0: allow holes in xfb target listsIlia Mirkin2015-02-141-3/+5
* nvc0: regenerate rnndb headersIlia Mirkin2015-01-051-3/+3
* nv50,nvc0: implement half_pixel_centerTiziano Bacocco2014-12-301-1/+3
* nv50,nvc0: use clip_halfz setting when creating rasterizer stateIlia Mirkin2014-11-151-0/+2
* nvc0: add a memory barrier when there are persistent UBOsIlia Mirkin2014-07-031-0/+5
* gallium: add an index argument to create_queryIlia Mirkin2014-07-011-1/+1
* nvc0: implement multiple viewports/scissors, enable ARB_viewport_arrayTobias Klausmann2014-06-161-6/+21
* nvc0: restrict "constant vbo" logic to fermi/kepler classesBen Skeggs2014-05-151-1/+1
* nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin2014-04-261-0/+12
* nvc0: minor cleanups in stream output handlingEmil Velikov2014-03-141-4/+5
* 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, nvc0: initialize ctx->sample_mask to ~0Ilia Mirkin2014-01-161-0/+2
* gallium: new, unified pipe_context::set_sampler_views() functionBrian Paul2013-10-231-34/+23
* nouveau: remove old bind_*_sampler_states() functionsBrian Paul2013-10-031-31/+0
* nouveau: implement pipe_context::bind_sampler_states()Brian Paul2013-10-031-0/+27
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-0/+1247