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
2010-09-13
r600c: eg: fix typo
Andre Maasikas
2010-09-09
r600: add TXL instruction and note about TXB
Andre Maasikas
2010-09-09
r600: remove depth exports move, just set to output x <- z in the export intr...
Andre Maasikas
2010-09-09
r600: protect cleanup instructions from double free
Andre Maasikas
2010-09-09
r600: remove mask from output intructions
Andre Maasikas
2010-09-09
r600: allow relative addressing of temps, inputs, outputs
Andre Maasikas
2010-09-09
r600: handle LIT writemask
Andre Maasikas
2010-09-09
r600: fix rsq from negative input
Andre Maasikas
2010-08-29
evergreen : fix shader const allocation and instruction bugs.
Richard Li
2010-08-20
evergreen : initial support driver code.
richard
2010-08-18
r600: implement SSG instruction
Andre Maasikas
2010-08-18
r600: implement DP2 opcode
Andre Maasikas
2010-08-17
r600c: Handle reads from PROGRAM_OUTPUT
Henri Verbeet
2010-08-04
r600: relax stride/alignment requirements for vertices
Andre Maasikas
2010-08-02
r600: fix sin,cos functions on r600
Andre Maasikas
2010-07-29
r600: since 8744c36e added asserts - use another random register for shader w...
Andre Maasikas
2010-07-15
r600: fix typo in r700 assembler
Alex Deucher
2010-07-07
r600: workaround 3 comp GL_SHORT vertex attribute format on r700
Andre Maasikas
2010-06-23
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-16
r600: fix warnings
Marc
2010-06-10
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-08
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-04-26
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas
2010-02-27
r600: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-24
r600: Assert that array index is not negative.
Vinson Lee
2010-02-14
r600: Silence uninitialized variable warnings.
Vinson Lee
2010-02-14
r600: Silence uninitialized variable warning.
Vinson Lee
2010-01-27
r600: fix XPD with writemask
Andre Maasikas
2010-01-18
r600: fix some warnings
Alex Deucher
2010-01-18
r600: fix shadow_ambient shader
Andre Maasikas
2010-01-05
r600: support depth compare functions & shadow_ambient
Andre Maasikas
2010-01-04
r600: support vertex_array_bgra
Andre Maasikas
2009-12-22
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
Brian Paul
2009-12-21
r600: disallow negative offsets for relative addressing for now
Andre Maasikas
2009-12-15
r600: fix typos for vert-tex
Andre Maasikas
2009-12-15
r600: add DDX DDY opcodes
Andre Maasikas
2009-12-14
r600 : add texture support for vertex shader.
Richard Li
2009-12-09
r600 : add pre-compile mesa shader calling interface, in order to handle
Richard Li
2009-12-08
r600: and finally fix SCS
Andre Maasikas
2009-12-08
r600: remove (now) dead code
Andre Maasikas
2009-12-08
r600: fix SIN also
Andre Maasikas
2009-12-08
r600: use the new inline constants feature to fix COS
Andre Maasikas
2009-12-08
r600: add assembler support for literal(inline) constants
Andre Maasikas
2009-12-08
r600: merge alu_instruction/alu_instruction2
Andre Maasikas
2009-12-08
r600: add ABS support for source regs to assembler
Andre Maasikas
2009-12-08
r600: glsl - allow specifying texture sampler via uniforms
Andre Maasikas
2009-12-08
r600: quick hack to get KIL_NV working - does condition TR only for now
Andre Maasikas
2009-12-08
r600: wip glsl - refactor conditional instructions a bit
Andre Maasikas
[next]