aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/nv50/nv50_state.c
Commit message (Expand)AuthorAgeFilesLines
* Move nv30, nv50 and nvc0 to nouveau.Johannes Obermayr2013-09-111-1110/+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
* gallium: Replace gl_rasterization_rules with lower_left_origin and half_pixel...José Fonseca2013-04-231-1/+1
* nv50: set BORDER_COLOR_SRGB in sampler objectsChristoph Bumiller2013-04-181-11/+19
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-12/+18
* nv50,nvc0: fix stream output target buffer leakMarcin Slusarz2012-06-141-0/+1
* nv50,nvc0: handle user vertex buffersChristoph Bumiller2012-05-171-2/+13
* nv50,nvc0: handle user index buffersChristoph Bumiller2012-05-171-3/+6
* nv50,nvc0: handle user constbufs without wrapping them in a resourceChristoph Bumiller2012-05-171-17/+25
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-4/+12
|\
| * 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
* | nv50: implement stream outputChristoph Bumiller2012-05-041-0/+91
|/
* nvc0: add initial support for nve4+ (Kepler) chipsetsChristoph Bumiller2012-04-151-0/+7
* nv50,nvc0: hold references to the framebuffer surfacesChristoph Bumiller2012-04-141-1/+13
* nouveau: switch to libdrm_nouveau-2.0Christoph Bumiller2012-04-141-11/+20
* Squash-merge branch 'gallium-clip-state'Marek Olšák2012-01-101-5/+18
* nv50,nvc0: support polygon offset clamp stateChristoph Bumiller2011-09-281-0/+2
* gallium: move border color to be a color unionDave Airlie2011-09-271-4/+4
* nv50,nvc0: add support for multi-sample resourcesChristoph Bumiller2011-07-141-0/+13
* nv50: fix nv50_sampler_state_delete array overflowMarcin Slusarz2011-06-061-1/+1
* nv50,nvc0: activate seamless cube map filteringChristoph Bumiller2011-05-061-0/+30
* nv50-nvc0: make use of COLOR_MASK,BLEND_ENABLE_COMMONChristoph Bumiller2011-04-101-7/+12
* nvc0: shrink CSOs a littleChristoph Bumiller2011-04-101-3/+3
* nv50,nvc0: identify some line rasterization stateChristoph Bumiller2011-04-101-0/+1
* nv50,nvc0: implement colour clamping controlsChristoph Bumiller2011-03-291-0/+3
* nv50,nvc0: add some missing resource referencingChristoph Bumiller2011-03-131-3/+6
* nv50: add back initialization of redefine_user_bufferChristoph Bumiller2011-03-091-0/+2
* nv50,nvc0: share sampler state creationChristoph Bumiller2011-03-051-1/+1
* nv50: check grclass instead of chipset for 3D capsChristoph Bumiller2011-03-031-4/+2
* nv50: implement independent blend functions for nva3+ and fix capChristoph Bumiller2011-03-021-4/+27
* nouveau: ensure vbo_dirty is set when buffer write transfer completeBen Skeggs2011-03-011-49/+51
* nv50: multiply polygon offset units by 2Ben Skeggs2011-03-011-1/+1
* nv50: move onto common linear buffer managerBen Skeggs2011-03-011-2/+1
* nv50: replace most of it with nvc0 driver ported to nv50Christoph Bumiller2011-02-281-665/+621
* gallium: notify drivers about possible changes in user buffer contentsMarek Olšák2011-02-141-0/+2
* nvfx,nv50: pipe_reference the constant buffersChristoph Bumiller2011-01-081-5/+4
* gallium: drivers should reference vertex buffersMarek Olšák2011-01-061-2/+3
* nv50: fix GP state bind and validateChristoph Bumiller2010-09-281-1/+1
* Merge remote branch 'origin/master' into nv50-compilerChristoph Bumiller2010-08-181-0/+15
|\
| * gallium: Implement draw_vbo and set_index_buffer for all drivers.Chia-I Wu2010-07-291-0/+15
* | nouveau: update nouveau_class.hChristoph Bumiller2010-07-241-4/+51
* | nv50: import new compilerChristoph Bumiller2010-07-231-3/+0
|/
* nv50: implement depth clampChristoph Bumiller2010-07-231-0/+4
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-211-0/+7
|\
| * nv50: fix typo: s/_/./Brian Paul2010-05-191-1/+1
| * gallium: implement set_sample_mask() in all driversRoland Scheidegger2010-05-181-0/+7