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
/
mesa
/
drivers
/
dri
/
r300
/
r300_vertprog.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-4
/
+4
*
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
/
+3
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-6
/
+6
*
r300: fix off by one
Maciej Cencora
2010-03-24
1
-1
/
+1
*
r300: fix vertex programs with big number of params (>255) under KMS
Maciej Cencora
2010-03-24
1
-1
/
+5
*
r300: fix wpos/fog handling
Maciej Cencora
2010-03-24
1
-6
/
+16
*
r300: VAP flush is needed only when vertex program or constants are changed
Maciej Cencora
2010-03-08
1
-3
/
+1
*
r300: Add asserts to check for null pointer dereferences.
Vinson Lee
2010-02-27
1
-0
/
+2
*
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
1
-1
/
+1
*
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
1
-2
/
+1
*
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-19
1
-1
/
+1
*
r300: use new program cloning functions
Brian Paul
2010-02-14
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-25
1
-1
/
+0
|
\
|
*
r300: Remove unnecessary headers.
Vinson Lee
2010-01-23
1
-1
/
+0
*
|
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-12-22
1
-1
/
+1
|
/
*
Merge branch 'mesa_7_6_branch' of git+ssh://
[email protected]
/git/mes...
Alex Deucher
2009-10-19
1
-7
/
+5
|
\
|
*
r300: fix vertex program parameters limits
Maciej Cencora
2009-10-16
1
-7
/
+5
*
|
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-04
1
-11
/
+11
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-10-03
1
-0
/
+15
|
\
|
|
*
r300: Fix crash reported in bug #24066
Nicolai Hähnle
2009-09-22
1
-0
/
+15
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
1
-0
/
+31
|
\
|
|
*
r300: Zero-initialize register for NV_vertex_program
Nicolai Hähnle
2009-09-21
1
-0
/
+31
*
|
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-06
1
-1
/
+1
|
\
|
|
*
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-31
1
-1
/
+1
*
|
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-09-06
1
-1
/
+0
*
|
r300: Move Mesa -> RC program conversion to classic Mesa driver
Nicolai Hähnle
2009-08-30
1
-1
/
+2
|
/
*
r300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle
2009-08-27
1
-1
/
+1
*
r300: Clean emit code.
Pauli Nieminen
2009-08-21
1
-0
/
+3
*
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
1
-5
/
+95
*
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
1
-0
/
+3
*
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
1
-3
/
+39
*
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
1
-37
/
+34
*
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Remove dependency on GLcontext from compiler
Nicolai Hähnle
2009-07-27
1
-1
/
+1
*
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
1
-1526
/
+23
*
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
1
-15
/
+19
*
r300: Remove faux lazy translation of vertex programs
Nicolai Hähnle
2009-07-27
1
-3
/
+4
*
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
1
-3
/
+3
*
r300: Remove GLcontext requirement from radeon_nqssadce
Nicolai Hähnle
2009-07-27
1
-2
/
+2
*
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-27
1
-7
/
+7
*
r300: always assume all components are read by fragment program
Maciej Cencora
2009-07-13
1
-49
/
+5
*
r300: Fix fogcoord rewriting
Nicolai Hähnle
2009-07-13
1
-44
/
+21
*
r300: fix swizzle masking in getUsedComponents
Maciej Cencora
2009-07-13
1
-4
/
+8
*
r300: minor fix
Maciej Cencora
2009-07-13
1
-1
/
+2
*
r300: hw can handle per component negations in vertex shaders
Maciej Cencora
2009-07-13
1
-25
/
+2
[next]