index
:
~csimpson/mesa
automake
gallium-api-cleanup
gallium-velemcso-r300g
master
r300g-draw-buffers
raw-targets
s3tc-by-the-book
It wasn't a rock; it was a rock lobster!
csimpson
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_state_derived.c
Age
Commit message (
Expand
)
Author
Files
Lines
2010-03-27
r300g: Make SWTCL clear work again.
Corbin Simpson
1
-0
/
+132
2010-03-26
Revert "r300g: add generating texture coordinates for point sprites (WIP)"
Corbin Simpson
1
-4
/
+1
2010-03-19
r300g: lod min/max clamping should be relative to the base level
Marek Olšák
1
-3
/
+3
2010-03-19
r300g: fix breakage after the gallium-sampler-view merge
Marek Olšák
1
-3
/
+10
2010-03-19
r300g: add generating texture coordinates for point sprites (WIP)
Marek Olšák
1
-1
/
+4
2010-03-15
r300g: fix up after merge
Keith Whitwell
1
-2
/
+2
2010-03-09
r300g: Precalculate and CSO-bind PSC state.
Corbin Simpson
1
-189
/
+1
2010-03-09
r300g: Cleanup old PSC code a bit.
Corbin Simpson
1
-5
/
+1
2010-03-09
r300g: fix gallium-vertexlementcso merge damage
Roland Scheidegger
1
-1
/
+0
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
1
-2
/
+3
2010-03-07
r300g: share the VS-output-mapping state with SWTCL
Marek Olšák
1
-4
/
+0
2010-03-06
r300g: minor cleanups after the no-rhw merge
Marek Olšák
1
-6
/
+4
2010-03-02
Merge branch 'gallium-no-rhw-position'
Michal Krol
1
-7
/
+1
2010-03-01
r300g: adapt to new vertex element cso
Roland Scheidegger
1
-3
/
+3
2010-02-28
r300g: atomize texture and sampler states
Marek Olšák
1
-1
/
+61
2010-02-28
r300g: decouple vertex stream setup (PSC) and VS output mapping (VAP_OUT)
Marek Olšák
1
-20
/
+27
2010-02-28
r300g: use the atom size directly during emission
Marek Olšák
1
-1
/
+1
2010-02-24
r300g: Atomize vertex shader.
Corbin Simpson
1
-10
/
+15
2010-02-22
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
1
-7
/
+1
2010-02-13
r300g: cleanup the emission of RS block state
Marek Olšák
1
-2
/
+4
2010-01-27
r300g: Silence GCC "missing braces around initializer" warning.
Vinson Lee
1
-1
/
+1
2010-01-26
r300g: Turn the RS block into an atom.
Corbin Simpson
1
-17
/
+19
2010-01-26
r300g: Make vertex_format into an atom.
Corbin Simpson
1
-8
/
+17
2010-01-26
r300g: Kill dead code for hashing custom state.
Corbin Simpson
1
-52
/
+0
2010-01-17
r300g: fix the rasterization of secondary color
Marek Olšák
1
-1
/
+2
2010-01-10
r300g: Move TCL bypass switch to main context.
Corbin Simpson
1
-4
/
+5
2010-01-10
r300g: Don't avoid rewriting ZTOP.
Corbin Simpson
1
-9
/
+9
2010-01-10
r300g: Atomize rasterizer.
Corbin Simpson
1
-1
/
+1
2010-01-10
r300g: Atomize ZTOP.
Corbin Simpson
1
-3
/
+6
2010-01-10
r300g: Atomize DSA.
Corbin Simpson
1
-13
/
+16
2010-01-06
r300g: add back-face color VS outputs
Marek Olšák
1
-1
/
+3
2010-01-06
r300g: disable the rasterization of WPOS if it's unused by the FS
Marek Olšák
1
-14
/
+4
2010-01-06
r300g: add WPOS
Marek Olšák
1
-0
/
+20
2009-12-25
gs: fix drivers so they work with geometry shaders
Zack Rusin
1
-3
/
+3
2009-12-09
r300g: fix routing of vertex streams if TCL is bypassed
Marek Olšák
1
-4
/
+13
2009-12-06
r300g: Clean up previous commit.
Corbin Simpson
1
-11
/
+15
2009-12-06
r300g: enhance ZTOP conditions
Marek Olšák
1
-6
/
+31
2009-12-01
r300g: clean up derived states
Marek Olšák
1
-219
/
+16
2009-12-01
r300g: VS->FS attribute routing rework
Marek Olšák
1
-170
/
+392
2009-11-21
r300g: do not reallocate r300_vertex_info and r300_rs_block all the time
Marek Olšák
1
-24
/
+18
2009-11-21
r300g: clean up vs/fs tabs
Marek Olšák
1
-89
/
+25
2009-11-20
r300g: silence warnings
Marek Olšák
1
-2
/
+2
2009-11-20
r300g: fix typo in r300_reg.h to prevent the RS unit from doing random things
Marek Olšák
1
-14
/
+12
2009-11-20
r300g: fix updating a vertex format
Marek Olšák
1
-2
/
+3
2009-11-20
r300g: Begin separating HW TCL and SW TCL state and setup.
Corbin Simpson
1
-98
/
+94
2009-11-20
r300g: Use MAX3 and MIN3.
Corbin Simpson
1
-1
/
+1
2009-11-08
r300g: Protect against possibly missing Draw pointer.
Corbin Simpson
1
-18
/
+29
2009-11-07
r300g: VBOs WIP
Maciej Cencora
1
-7
/
+7
2009-10-22
r300g: Cleanup PSC setup math a bit and stop using Draw formats.
Corbin Simpson
1
-12
/
+16
2009-10-21
r300g: Update comments, function names in r300_state_inlines.
Corbin Simpson
1
-1
/
+1
[next]