index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_state_derived.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: cleanup the emission of RS block state
Marek Olšák
2010-02-13
1
-2
/
+4
*
r300g: Silence GCC "missing braces around initializer" warning.
Vinson Lee
2010-01-27
1
-1
/
+1
*
r300g: Turn the RS block into an atom.
Corbin Simpson
2010-01-26
1
-17
/
+19
*
r300g: Make vertex_format into an atom.
Corbin Simpson
2010-01-26
1
-8
/
+17
*
r300g: Kill dead code for hashing custom state.
Corbin Simpson
2010-01-26
1
-52
/
+0
*
r300g: fix the rasterization of secondary color
Marek Olšák
2010-01-17
1
-1
/
+2
*
r300g: Move TCL bypass switch to main context.
Corbin Simpson
2010-01-10
1
-4
/
+5
*
r300g: Don't avoid rewriting ZTOP.
Corbin Simpson
2010-01-10
1
-9
/
+9
*
r300g: Atomize rasterizer.
Corbin Simpson
2010-01-10
1
-1
/
+1
*
r300g: Atomize ZTOP.
Corbin Simpson
2010-01-10
1
-3
/
+6
*
r300g: Atomize DSA.
Corbin Simpson
2010-01-10
1
-13
/
+16
*
r300g: add back-face color VS outputs
Marek Olšák
2010-01-06
1
-1
/
+3
*
r300g: disable the rasterization of WPOS if it's unused by the FS
Marek Olšák
2010-01-06
1
-14
/
+4
*
r300g: add WPOS
Marek Olšák
2010-01-06
1
-0
/
+20
*
gs: fix drivers so they work with geometry shaders
Zack Rusin
2009-12-25
1
-3
/
+3
*
r300g: fix routing of vertex streams if TCL is bypassed
Marek Olšák
2009-12-09
1
-4
/
+13
*
r300g: Clean up previous commit.
Corbin Simpson
2009-12-06
1
-11
/
+15
*
r300g: enhance ZTOP conditions
Marek Olšák
2009-12-06
1
-6
/
+31
*
r300g: clean up derived states
Marek Olšák
2009-12-01
1
-219
/
+16
*
r300g: VS->FS attribute routing rework
Marek Olšák
2009-12-01
1
-170
/
+392
*
r300g: do not reallocate r300_vertex_info and r300_rs_block all the time
Marek Olšák
2009-11-21
1
-24
/
+18
*
r300g: clean up vs/fs tabs
Marek Olšák
2009-11-21
1
-89
/
+25
*
r300g: silence warnings
Marek Olšák
2009-11-20
1
-2
/
+2
*
r300g: fix typo in r300_reg.h to prevent the RS unit from doing random things
Marek Olšák
2009-11-20
1
-14
/
+12
*
r300g: fix updating a vertex format
Marek Olšák
2009-11-20
1
-2
/
+3
*
r300g: Begin separating HW TCL and SW TCL state and setup.
Corbin Simpson
2009-11-20
1
-98
/
+94
*
r300g: Use MAX3 and MIN3.
Corbin Simpson
2009-11-20
1
-1
/
+1
*
r300g: Protect against possibly missing Draw pointer.
Corbin Simpson
2009-11-08
1
-18
/
+29
*
r300g: VBOs WIP
Maciej Cencora
2009-11-07
1
-7
/
+7
*
r300g: Cleanup PSC setup math a bit and stop using Draw formats.
Corbin Simpson
2009-10-22
1
-12
/
+16
*
r300g: Update comments, function names in r300_state_inlines.
Corbin Simpson
2009-10-21
1
-1
/
+1
*
r300g: Cleanup header includes.
Corbin Simpson
2009-10-21
1
-1
/
+7
*
r300g: Don't use the hashtable internally.
Corbin Simpson
2009-10-21
1
-1
/
+6
*
r300g: Examine vertex attribute type on HW TCL too.
Corbin Simpson
2009-10-21
1
-4
/
+2
*
r300g: Demonstratory kludge to unbreak glxgears.
Corbin Simpson
2009-10-19
1
-12
/
+16
*
r300g: Fix up a bunch of warnings.
Corbin Simpson
2009-10-18
1
-6
/
+4
*
r300g: Add another ZTOP condition.
Corbin Simpson
2009-10-18
1
-0
/
+2
*
r300g: Use a dirty test to bring framerate back up.
Corbin Simpson
2009-10-17
1
-2
/
+5
*
r300g: Also have rs_block keyed to the current shader combo.
Corbin Simpson
2009-10-17
1
-51
/
+58
*
r300g: Fix u_hash_table rename.
Corbin Simpson
2009-10-17
1
-5
/
+3
*
r300g: Use a hash table to look up vertex info.
Corbin Simpson
2009-10-16
1
-18
/
+54
*
r300g: Move ZTOP to its own state atom.
Corbin Simpson
2009-10-14
1
-4
/
+4
*
r300g: Move ztop to derived state.
Corbin Simpson
2009-10-14
1
-0
/
+36
*
r300g: Compiler warning cleanup.
Corbin Simpson
2009-10-14
1
-1
/
+1
*
r300g: fix r300g cause GPU hang issue.
Cooper Yuan
2009-09-28
1
-3
/
+2
*
r300g: fix erroneous condition
Maciej Cencora
2009-09-27
1
-1
/
+1
*
r300g: don't force vertex position for HW TCL path
Maciej Cencora
2009-09-27
1
-1
/
+3
*
r300g: add some assertions
Maciej Cencora
2009-09-27
1
-0
/
+3
*
r300g: fix r300 rs path
Dave Airlie
2009-09-28
1
-2
/
+2
*
r300g: rewrite RS state setup.
Dave Airlie
2009-09-28
1
-24
/
+13
[next]