aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_state_derived.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-091-2/+3
|\
| * r300g: adapt to new vertex element csoRoland Scheidegger2010-03-011-3/+3
* | r300g: share the VS-output-mapping state with SWTCLMarek Olšák2010-03-071-4/+0
* | r300g: minor cleanups after the no-rhw mergeMarek Olšák2010-03-061-6/+4
* | Merge branch 'gallium-no-rhw-position'Michal Krol2010-03-021-7/+1
|\ \
| * | gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.Michal Krol2010-02-221-7/+1
| |/
* | r300g: atomize texture and sampler statesMarek Olšák2010-02-281-1/+61
* | r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)Marek Olšák2010-02-281-20/+27
* | r300g: use the atom size directly during emissionMarek Olšák2010-02-281-1/+1
* | r300g: Atomize vertex shader.Corbin Simpson2010-02-241-10/+15
|/
* r300g: cleanup the emission of RS block stateMarek Olšák2010-02-131-2/+4
* r300g: Silence GCC "missing braces around initializer" warning.Vinson Lee2010-01-271-1/+1
* r300g: Turn the RS block into an atom.Corbin Simpson2010-01-261-17/+19
* r300g: Make vertex_format into an atom.Corbin Simpson2010-01-261-8/+17
* r300g: Kill dead code for hashing custom state.Corbin Simpson2010-01-261-52/+0
* r300g: fix the rasterization of secondary colorMarek Olšák2010-01-171-1/+2
* r300g: Move TCL bypass switch to main context.Corbin Simpson2010-01-101-4/+5
* r300g: Don't avoid rewriting ZTOP.Corbin Simpson2010-01-101-9/+9
* r300g: Atomize rasterizer.Corbin Simpson2010-01-101-1/+1
* r300g: Atomize ZTOP.Corbin Simpson2010-01-101-3/+6
* r300g: Atomize DSA.Corbin Simpson2010-01-101-13/+16
* r300g: add back-face color VS outputsMarek Olšák2010-01-061-1/+3
* r300g: disable the rasterization of WPOS if it's unused by the FSMarek Olšák2010-01-061-14/+4
* r300g: add WPOSMarek Olšák2010-01-061-0/+20
* gs: fix drivers so they work with geometry shadersZack Rusin2009-12-251-3/+3
* r300g: fix routing of vertex streams if TCL is bypassedMarek Olšák2009-12-091-4/+13
* r300g: Clean up previous commit.Corbin Simpson2009-12-061-11/+15
* r300g: enhance ZTOP conditionsMarek Olšák2009-12-061-6/+31
* r300g: clean up derived statesMarek Olšák2009-12-011-219/+16
* r300g: VS->FS attribute routing reworkMarek Olšák2009-12-011-170/+392
* r300g: do not reallocate r300_vertex_info and r300_rs_block all the timeMarek Olšák2009-11-211-24/+18
* r300g: clean up vs/fs tabsMarek Olšák2009-11-211-89/+25
* r300g: silence warningsMarek Olšák2009-11-201-2/+2
* r300g: fix typo in r300_reg.h to prevent the RS unit from doing random thingsMarek Olšák2009-11-201-14/+12
* r300g: fix updating a vertex formatMarek Olšák2009-11-201-2/+3
* r300g: Begin separating HW TCL and SW TCL state and setup.Corbin Simpson2009-11-201-98/+94
* r300g: Use MAX3 and MIN3.Corbin Simpson2009-11-201-1/+1
* r300g: Protect against possibly missing Draw pointer.Corbin Simpson2009-11-081-18/+29
* r300g: VBOs WIPMaciej Cencora2009-11-071-7/+7
* r300g: Cleanup PSC setup math a bit and stop using Draw formats.Corbin Simpson2009-10-221-12/+16
* r300g: Update comments, function names in r300_state_inlines.Corbin Simpson2009-10-211-1/+1
* r300g: Cleanup header includes.Corbin Simpson2009-10-211-1/+7
* r300g: Don't use the hashtable internally.Corbin Simpson2009-10-211-1/+6
* r300g: Examine vertex attribute type on HW TCL too.Corbin Simpson2009-10-211-4/+2
* r300g: Demonstratory kludge to unbreak glxgears.Corbin Simpson2009-10-191-12/+16
* r300g: Fix up a bunch of warnings.Corbin Simpson2009-10-181-6/+4
* r300g: Add another ZTOP condition.Corbin Simpson2009-10-181-0/+2
* r300g: Use a dirty test to bring framerate back up.Corbin Simpson2009-10-171-2/+5
* r300g: Also have rs_block keyed to the current shader combo.Corbin Simpson2009-10-171-51/+58
* r300g: Fix u_hash_table rename.Corbin Simpson2009-10-171-5/+3