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_fragprog.c
Age
Commit message (
Expand
)
Author
2009-02-28
mesa: rename, reorder FRAG_RESULT_x tokens
Brian Paul
2009-02-14
r300: Redirect constant TEX coordinates
Nicolai Haehnle
2008-09-18
mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...
Brian Paul
2008-07-27
r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT
Nicolai Haehnle
2008-07-12
r300_fragprog: Use nqssa+dce and program_pair for emit
Nicolai Haehnle
2008-07-06
r300_fragprog: Emulate trigonometric functions in radeon_program_alu
Nicolai Haehnle
2008-07-06
r300: Allow adding parameters during fragprog transform, share LIT code
Nicolai Haehnle
2008-07-05
r300: Correctly scan for used temporary registers
Nicolai Haehnle
2008-07-05
r300: Remove clause stuff for now in favour of a cloned generic gl_program
Nicolai Haehnle
2008-07-04
r300: Fix depth texture in compare mode
Nicolai Haehnle
2008-06-14
r300: Add radeonTransformALU and fix a bug in r300_fragprog DPH
Nicolai Haehnle
2008-06-14
r300_fragprog: Use less complex instructions
Nicolai Haehnle
2008-06-14
r300: Implement GL_ARB_shadow and GL_EXT_shadow_funcs
Nicolai Haehnle
2008-06-14
r300: Add radeonCompilerDump for debugging
Nicolai Haehnle
2008-06-14
r300_fragprog: Refactor TEX transformation
Nicolai Haehnle
2008-06-14
r300: Add radeon_program and trivial refactoring of r300_fragprog to use it
Nicolai Haehnle
2008-06-14
r300: Do not include r300_fragprog.h from r300_context.h and other cleanups
Nicolai Haehnle
2008-06-14
r300_fragprog: Remove dead declarations, move NOP declarations into source
Nicolai Haehnle
2008-06-14
r300_fragprog: Refactoring and cleanup
Nicolai Haehnle
2008-06-14
r300_fragprog: Remove dead code
Nicolai Haehnle
2008-06-13
r300/r500: Separate fragprog compiler structures
Nicolai Haehnle
2008-06-01
r300: Writing to result.depth in fragment programs (R3xx; only stub for R5xx)
Nicolai Haehnle
2008-06-01
[r300] Fix KIL instruction and swizzling of texture coordinates
Nicolai Haehnle
2008-05-13
R300: cleanup FS code and fill in missing details
Alex Deucher
2008-05-02
Initial r5xx fragment program compiler support.
Corbin Simpson
2008-03-30
r300: Take PROGRAM_CONSTANT into account.
Markus Amsler
2007-10-07
r300: fragprog tex instruction now take writemask into acount.
Jerome Glisse
2007-05-11
r300: Use __FUNCTION__ not __func__.
Oliver McFadden
2007-05-09
r300: Added some more Doxygen documentation and made some functions static.
Oliver McFadden
2007-05-09
r300: Added a few more Doxygen comments.
Christoph Bill
2007-05-09
r300: Converted "rp" variables (r300_fragment_program) to "fp".
Oliver McFadden
2007-05-09
r300: Fixed indenting from previous commit
Oliver McFadden
2007-05-09
r300: Fixed some more function names.
Oliver McFadden
2007-05-09
r300: Last of the indent changes. :)
Oliver McFadden
2007-05-09
r300: Indented r300_fragprog.[ch].
Oliver McFadden
2007-03-26
r300: Fix warnings that were introduced by the glsl merge
Nicolai Haehnle
2007-03-26
merge of glsl-compiler-1 branch
Brian
2007-03-25
r300: Fix regression: unnecessary node indirection
Nicolai Haehnle
2007-03-24
r300: Fix texture coordinate calculation for rectangle textures
Nicolai Haehnle
2007-03-21
merge from master
Brian
2007-03-21
r300: Remove the program-global const_sin index
Nicolai Haehnle
2007-03-19
r300: Cleanup fragment program constant allocation, share constants
Nicolai Haehnle
2007-03-19
r300: Fix special case (tmp.x <= 0) in fragment program LIT instruction
Nicolai Haehnle
2007-03-19
r300: Clear fragment program instruction slots on first use
Nicolai Haehnle
2007-03-19
r300: Dump fragment program after translation if RADEON_DEBUG=pixel is set
Nicolai Haehnle
2007-03-19
r300: Whitespace cleanup (remove trailing spaces)
Nicolai Haehnle
2007-03-19
r300: Fix WRITEMASK handling when writing to result.depth
Nicolai Haehnle
2007-03-19
r300: Streamlined fragment program LIT implementation
Nicolai Haehnle
2007-03-19
r300: Fix fragment program reordering
Nicolai Haehnle
2007-03-19
r300: Fragment program dumps format tex instructions
Nicolai Haehnle
[next]