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
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
2007-03-19
r300: Fix hw fragment program dump
Nicolai Haehnle
2007-03-19
r300: Fix fragment program instruction pairing and register allocation
Nicolai Haehnle
2007-03-15
r300: Added _mesa_copy_instructions.
Oliver McFadden
2007-03-15
r300: Use _mesa_alloc_instructions/_mesa_init_instructions instead of malloc.
Oliver McFadden
2007-03-15
r300: Updated R300 to use the new SWIZZLE macros.
Oliver McFadden
2007-03-15
Committed Rune Petersen's fragment.position patch (Bug #10024) plus a few small
Oliver McFadden
2007-03-09
Merge branch 'origin' into glsl-compiler-1
Brian
2007-03-01
Optimize cos&sin instruction a bit more.
Rune Petersen
2007-02-23
Update DRI drivers for new glsl compiler.
Brian
2007-02-14
r300: Fix cos & add scs to fragment program.
Rune Peterson
2007-02-12
r300: Add proper support for sin/cos instruction in fragment program
Rune Peterson
2007-01-11
Fix typo from commit 1d312ae0137eb39bf74fac91eb97ed25c289a4ca .
Jerome Glisse
2007-01-04
r300: Correct bug introduced by fragprog rework.
Jerome Glisse
2006-12-25
Rework r300 fragprog avoid using bitfield structure.
Jerome Glisse
2006-11-20
Disable fragment program debug messages.
Rune Petersen
2006-11-17
fragment.position support
Rune Petersen
2006-11-05
Add sin instruction to fragment program.
Jerome Glisse
2006-11-04
Add cos instruction and remove left over debug.
Jerome Glisse
2006-11-01
Add LIT instruction to fragment program.
Jerome Glisse
2006-08-31
re-apply shader fix.
Rune Petersen
2006-07-20
Some structure renaming. Prefix vertex/fragment-related structs with
Brian Paul
[next]