index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r300
/
r300_vertprog.c
Age
Commit message (
Expand
)
Author
2010-10-13
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-09-05
r300g,r300c: memset the compiler struct to zeros
Marek Olšák
2010-09-04
r300g: add a new debug option which disables compiler optimizations
Marek Olšák
2010-09-04
r300/compiler: make optimizations not use 0.5 swizzles in vertex shaders
Marek Olšák
2010-09-04
r300/compiler: add new compiler parameter max_constants
Marek Olšák
2010-09-04
r300/compiler: add new compiler parameter max_alu_insts
Marek Olšák
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-03-24
r300: fix off by one
Maciej Cencora
2010-03-24
r300: fix vertex programs with big number of params (>255) under KMS
Maciej Cencora
2010-03-24
r300: fix wpos/fog handling
Maciej Cencora
2010-03-08
r300: VAP flush is needed only when vertex program or constants are changed
Maciej Cencora
2010-02-27
r300: Add asserts to check for null pointer dereferences.
Vinson Lee
2010-02-19
Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions
Kristian Høgsberg
2010-02-19
Remove _mesa_memcmp in favor of plain memcmp.
Kenneth Graunke
2010-02-19
Remove _mesa_memcpy in favor of plain memcpy.
Kenneth Graunke
2010-02-14
r300: use new program cloning functions
Brian Paul
2010-01-25
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-23
r300: Remove unnecessary headers.
Vinson Lee
2009-12-22
mesa: Remove _mesa_exit wrapper for exit().
Eric Anholt
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
2009-10-16
r300: fix vertex program parameters limits
Maciej Cencora
2009-10-04
r300/compiler: Refactor to allow different instruction types
Nicolai Hähnle
2009-10-03
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-22
r300: Fix crash reported in bug #24066
Nicolai Hähnle
2009-09-21
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-21
r300: Zero-initialize register for NV_vertex_program
Nicolai Hähnle
2009-09-06
Merge branch 'master' into r300-compiler
Nicolai Hähnle
2009-09-06
r300/compiler: New dataflow structures and passes
Nicolai Hähnle
2009-08-31
r300: Convert to shared debug code.
Pauli Nieminen
2009-08-30
r300: Move Mesa -> RC program conversion to classic Mesa driver
Nicolai Hähnle
2009-08-27
r300: Debug messages are written to stderr, so fflush that
Nicolai Hähnle
2009-08-21
r300: Clean emit code.
Pauli Nieminen
2009-07-27
r300/fragprog: Move wpos_attr and fog_attr where they belong
Nicolai Hähnle
2009-07-27
r300/vertprog: Move Mesa-dependent input/output handling out of compiler
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor fog_as_texcoord to use rc_program
Nicolai Hähnle
2009-07-27
r300/vertprog: Refactor addArtificialOutputs to use rc_program
Nicolai Hähnle
2009-07-27
r300: Allow compiler to add constants in a cleaner way
Nicolai Hähnle
2009-07-27
r300/compiler: Lay groundwork for better error handling
Nicolai Hähnle
2009-07-27
r300: Remove dependency on GLcontext from compiler
Nicolai Hähnle
2009-07-27
r300: Move vertex program compilation to compiler
Nicolai Hähnle
2009-07-27
r300: Cleanup vertex_program structure
Nicolai Hähnle
2009-07-27
r300: Remove faux lazy translation of vertex programs
Nicolai Hähnle
2009-07-27
r300: Remove some dependencies on additional fragment program copies
Nicolai Hähnle
2009-07-27
r300: Remove GLcontext requirement from radeon_nqssadce
Nicolai Hähnle
2009-07-27
r300: Detangle fragment program compiler from driver-specific structure
Nicolai Hähnle
2009-07-13
r300: always assume all components are read by fragment program
Maciej Cencora
2009-07-13
r300: Fix fogcoord rewriting
Nicolai Hähnle
2009-07-13
r300: fix swizzle masking in getUsedComponents
Maciej Cencora
2009-07-13
r300: minor fix
Maciej Cencora
2009-07-13
r300: hw can handle per component negations in vertex shaders
Maciej Cencora
[next]