aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nvc0/nvc0_state.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-1248/+0
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-6/+10
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-4/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* nvc0: implement compute support for nve4Christoph Bumiller2013-03-121-11/+273
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-44/+24
* nv50,nvc0: fix stream output target buffer leakMarcin Slusarz2012-06-141-0/+1
* nvc0: optimize blend cso by checking which by-RT data actually differsChristoph Bumiller2012-05-291-65/+94
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-7/+18
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-171-3/+8
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-171-25/+20
* gallium: add void *user_buffer to pipe_constant_bufferMarek Olšák2012-04-301-0/+10
* gallium: remove pipe_context::redefine_user_bufferMarek Olšák2012-04-301-2/+0
* gallium: change set_constant_buffer to be UBO-friendlyMarek Olšák2012-04-301-1/+2
* nvc0: prefix all macro methods with MACROChristoph Bumiller2012-04-141-5/+6
* nvc0: improve vertex state validationChristoph Bumiller2012-04-141-10/+35
* nvc0: track texture dirty state individuallyChristoph Bumiller2012-04-141-10/+22
* nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller2012-04-141-1/+13
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-7/+13
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-5/+13
* nvc0: implement new stream output interfaceChristoph Bumiller2011-12-151-59/+59
* gallium: interface changes necessary to implement transform feedback (v5)Marek Olšák2011-12-151-4/+4
* gallium: disable stream output in drivers that support itMarek Olšák2011-12-151-0/+7
* nv50,nvc0: support polygon offset clamp stateChristoph Bumiller2011-09-281-0/+2
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-0/+12
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-101-1/+3
* nvc0: shrink CSOs a littleChristoph Bumiller2011-04-101-19/+16
* nv50,nvc0: identify some line rasterization stateChristoph Bumiller2011-04-101-2/+6
* nv50,nvc0: implement colour clamping controlsChristoph Bumiller2011-03-291-0/+4
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-131-4/+7
* nvc0: don't enable early-z if alpha test is enabledChristoph Bumiller2011-03-131-10/+4
* nvc0: move sprite coord replace state into csoChristoph Bumiller2011-03-131-0/+8
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-051-92/+8
* nv50,nvc0: update the format tablesChristoph Bumiller2011-03-051-1/+1
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-57/+59
* nvc0: port to common fence/mm/buffer codeBen Skeggs2011-03-011-2/+1
* nvc0: multiply polygon offset units by 2Christoph Bumiller2011-02-241-1/+1
* nvc0: fix blend factor mappingChristoph Bumiller2011-02-161-31/+26
* nvc0: fix clipping and use VIEWPORT instead of SCISSORChristoph Bumiller2011-02-161-3/+3
* nvc0: front stencil mask and func mask methods are swappedChristoph Bumiller2011-02-161-5/+7
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+3
* nvc0: implement transform feedback stateChristoph Bumiller2011-01-301-0/+73
* nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH stateChristoph Bumiller2011-01-131-0/+1
* nvc0: reference the vertex buffersChristoph Bumiller2010-12-271-0/+6
* nvc0: implement VRAM buffer transfers with bounce buffersChristoph Bumiller2010-12-271-0/+4
* nvc0: use most defs/decls from nouveau_pushbuf.hChristoph Bumiller2010-12-231-13/+13
* nvc0: fix clipping with scissors/viewportChristoph Bumiller2010-12-191-0/+4
* nvc0: support user clip planesChristoph Bumiller2010-12-111-0/+5
* nvc0: fix FACE state and and handle FACE sysval/varying offsetChristoph Bumiller2010-12-101-19/+15
* nvc0: import nvc0 gallium driverChristoph Bumiller2010-11-121-0/+849