index
:
external_mesa3d.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r300
/
r300_vs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r300g: try to use color varyings for texcoords if max texcoord limit is exceeded
Marek Olšák
2013-02-06
1
-0
/
+1
*
r300g: Init regalloc state during context creation
Tom Stellard
2012-09-19
1
-1
/
+1
*
r300g/swtcl: don't print an error when getting ClipVertex
Marek Olšák
2012-04-04
1
-3
/
+13
*
r300/compiler: Add support for the output modifier (OMOD)
Tom Stellard
2011-09-16
1
-0
/
+1
*
r300g: copy the compiler from r300c
Marek Olšák
2011-07-26
1
-1
/
+1
*
r300/compiler: remove any code related to relative addressing of temporaries
Marek Olšák
2011-01-23
1
-0
/
+7
*
r300g: do not remove unused constants if we are not near the limit
Marek Olšák
2010-12-03
1
-1
/
+4
*
r300g: Add new debug option for logging vertex/fragment program stats
Tom Stellard
2010-10-18
1
-2
/
+3
*
r300/compiler: Enable presubtract sources
Tom Stellard
2010-09-10
1
-0
/
+1
*
r300g,r300c: memset the compiler struct to zeros
Marek Olšák
2010-09-05
1
-0
/
+1
*
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
1
-0
/
+1
*
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
1
-0
/
+1
*
r300/compiler: add new compiler parameter max_constants
Marek Olšák
2010-09-04
1
-0
/
+1
*
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-09-04
1
-0
/
+1
*
r300g: eliminate unused constants in VS
Marek Olšák
2010-08-25
1
-4
/
+13
*
r300g: do not print shader compiler errors by default
Marek Olšák
2010-08-09
1
-3
/
+2
*
r300/compiler: move hardware caps to the radeon_compiler base struct
Marek Olšák
2010-05-26
1
-0
/
+2
*
r300g: extend compile error message
Marek Olšák
2010-05-23
1
-1
/
+2
*
r300g: fix dummy vertex shader compilation
Marek Olšák
2010-05-23
1
-10
/
+9
*
r300g: fix psychedelic colors with SWTCL
Marek Olšák
2010-05-15
1
-9
/
+11
*
r300g: Remove unnecessary header.
Vinson Lee
2010-05-02
1
-1
/
+0
*
r300g: merge VS output mapping state (VAP) to rasterizer block state (RS)
Marek Olšák
2010-05-02
1
-128
/
+3
*
r300g: fix possible crash when shader compilation fails
Marek Olšák
2010-04-14
1
-0
/
+3
*
r300g: emit VS immediates along with VS code
Marek Olšák
2010-04-14
1
-0
/
+4
*
r300g: atomize fragment shader
Marek Olšák
2010-04-12
1
-1
/
+1
*
r300g: a fix for piglit/texrect-many
Marek Olšák
2010-04-11
1
-1
/
+4
*
r300g: use a dummy replacement vertex shader if the shader compilation fails
Marek Olšák
2010-04-11
1
-13
/
+40
*
r300g: use a dummy replacement fragment shader if the shader compilation fails
Marek Olšák
2010-04-11
1
-1
/
+1
*
r300g: revisit some assertions and fix potential failures
Marek Olšák
2010-04-11
1
-16
/
+19
*
r300g: remove some XXXs
Marek Olšák
2010-04-05
1
-1
/
+0
*
r300g: print errors even on non-debug builds
Marek Olšák
2010-03-27
1
-1
/
+1
*
r300g: Remove unnecessary headers.
Vinson Lee
2010-03-14
1
-2
/
+0
*
r300g: share the VS-output-mapping state with SWTCL
Marek Olšák
2010-03-07
1
-110
/
+53
*
r300g: Atomize vertex shader.
Corbin Simpson
2010-02-24
1
-2
/
+2
*
r300g: Work around "defect" in r300compiler.
Corbin Simpson
2010-02-10
1
-0
/
+1
*
r300g: Fix off-by-one errors in array bounds assertions.
Vinson Lee
2010-02-09
1
-3
/
+3
*
r300g: fix the rasterization of secondary color
Marek Olšák
2010-01-17
1
-3
/
+6
*
r300g: add back-face color VS outputs
Marek Olšák
2010-01-06
1
-6
/
+34
*
r300g: fix SWTCL stream locations of texture coordinates
Marek Olšák
2010-01-06
1
-1
/
+1
*
r300g: disable the rasterization of WPOS if it's unused by the FS
Marek Olšák
2010-01-06
1
-19
/
+37
*
r300g: add WPOS
Marek Olšák
2010-01-06
1
-3
/
+53
*
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
1
-0
/
+5
|
\
|
*
gallium: fix up drivers for edgeflag changes
Roland Scheidegger
2009-12-19
1
-0
/
+5
*
|
r300g: fix routing of vertex streams if TCL is bypassed
Marek Olšák
2009-12-09
1
-18
/
+13
|
/
*
r300g: simplify allocations of VS output registers
Marek Olšák
2009-12-01
1
-56
/
+26
*
r300g: clean up derived states
Marek Olšák
2009-12-01
1
-3
/
+179
*
r300g: Miscellania. Avoid draw segfaults, s/true/TRUE/, etc.
Corbin Simpson
2009-11-01
1
-2
/
+2
*
r300g: Cleanup old static shader state.
Corbin Simpson
2009-10-21
1
-86
/
+0
*
r300g: fix scons build
Joakim Sindholt
2009-10-05
1
-3
/
+3
*
r300g: Debug flags infrastructure
Nicolai Hähnle
2009-09-06
1
-1
/
+1
[next]