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
/
r600
/
r700_assembler.c
Age
Commit message (
Expand
)
Author
2009-12-08
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Andre Maasikas
2009-12-08
r600: add support for TXB instruction
Andre Maasikas
2009-11-02
r600: implement LOG op in compiler
Pierre Ossman
2009-11-02
r600: implement EXP op in compiler
Pierre Ossman
2009-10-22
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
2009-10-22
r600: need to export something from PS
Andre Maasikas
2009-10-22
r600: add beginnings of ARL instruction
Andre Maasikas
2009-10-19
Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...
Alex Deucher
2009-10-15
r600: FRAG_ATTRIB_WPOS and FRAG_ATTRIB_FOGC appear to be supported.
Robert Noland
2009-10-15
r600: LIT dst.y gets value from src.x
Andre Maasikas
2009-10-15
r600: DPH adds w comp of second operand, so set first one to 1 instead
Andre Maasikas
2009-10-15
r600: fixup KIL instruction a bit
Andre Maasikas
2009-10-12
r600: LIT dst.y gets value from src.x
Andre Maasikas
2009-10-12
r600: DPH adds w comp of second operand, so set first one to 1 instead
Andre Maasikas
2009-10-09
r600: fixup KIL instruction a bit
Andre Maasikas
2009-09-24
r600: add support for CUBE textures, also TXP
Andre Maasikas
2009-09-24
r600: fix some issues with LIT instruction
Andre Maasikas
2009-09-24
r600: fix warning
Alex Deucher
2009-09-24
r600: fix texcoords from constants
Andre Maasikas
2009-09-23
r600: fix some warnings
Alex Deucher
2009-09-23
r600: add support for CUBE textures, also TXP
Andre Maasikas
2009-09-22
r600 : add draw_prim support.
Richard Li
2009-09-21
r600: fix some issues with LIT instruction
Andre Maasikas
2009-09-14
r600: fix warning
Alex Deucher
2009-09-11
r600: fix texcoords from constants
Andre Maasikas
2009-09-11
Revert "r600: support tex coords from constants"
Alex Deucher
2009-09-11
r600: support tex coords from constants
Alex Deucher
2009-08-31
r600: Convert to shared debug code and add a few new debug messages.
Pauli Nieminen
2009-08-25
radeon/r600: Fix remaining warnings when building 64 bit binary.
Pauli Nieminen
2009-08-12
r600: A shader is bound that exports Z as a float into Red channel
Cooper Yuan
2009-08-01
r600: fix rectangle textures
Alex Deucher
2009-07-29
R6xx/r7xx: VS export fog color as parameter
Cooper Yuan
2009-07-21
Revert "r600: fix dst reg indexing"
Alex Deucher
2009-07-20
r600: fix dst reg indexing
Kevin DeKorte
2009-07-14
R6xx/r7xx: Fix specular lighting issue
Cooper Yuan
2009-06-12
Merge master and fix conflicts
Alex Deucher
2009-05-31
R6xx/r7xx: Fix blinn's lighting shader
Cooper Yuan
2009-05-29
get rid of chip_object struct
Alex Deucher
2009-05-21
r6xx/r7xx: fix segfault in vertex shader setup
Alex Deucher
2009-04-21
Initial pull of code from r6xx-r7xx-support branch
Richard Li