index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
drivers
/
dri
/
r600
/
r700_assembler.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600c: eg: fix typo
Andre Maasikas
2010-09-13
1
-1
/
+1
*
r600: add TXL instruction and note about TXB
Andre Maasikas
2010-09-09
1
-5
/
+12
*
r600: remove depth exports move, just set to output x <- z in the export intr...
Andre Maasikas
2010-09-09
1
-70
/
+5
*
r600: protect cleanup instructions from double free
Andre Maasikas
2010-09-09
1
-1
/
+8
*
r600: remove mask from output intructions
Andre Maasikas
2010-09-09
1
-13
/
+1
*
r600: allow relative addressing of temps, inputs, outputs
Andre Maasikas
2010-09-09
1
-13
/
+30
*
r600: handle LIT writemask
Andre Maasikas
2010-09-09
1
-147
/
+141
*
r600: fix rsq from negative input
Andre Maasikas
2010-09-09
1
-0
/
+3
*
evergreen : fix shader const allocation and instruction bugs.
Richard Li
2010-08-29
1
-1
/
+8
*
evergreen : initial support driver code.
richard
2010-08-20
1
-192
/
+1396
*
r600: implement SSG instruction
Andre Maasikas
2010-08-18
1
-0
/
+66
*
r600: implement DP2 opcode
Andre Maasikas
2010-08-18
1
-2
/
+10
*
r600c: Handle reads from PROGRAM_OUTPUT
Henri Verbeet
2010-08-17
1
-6
/
+19
*
r600: relax stride/alignment requirements for vertices
Andre Maasikas
2010-08-04
1
-1
/
+4
*
r600: fix sin,cos functions on r600
Andre Maasikas
2010-08-02
1
-9
/
+133
*
r600: since 8744c36e added asserts - use another random register for shader w...
Andre Maasikas
2010-07-29
1
-1
/
+1
*
r600: fix typo in r700 assembler
Alex Deucher
2010-07-15
1
-1
/
+1
*
r600: workaround 3 comp GL_SHORT vertex attribute format on r700
Andre Maasikas
2010-07-07
1
-1
/
+3
*
Merge branch 'shader-file-reorg'
Brian Paul
2010-06-23
1
-1
/
+1
|
\
|
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
|
r600: fix warnings
Marc
2010-06-16
1
-2
/
+2
|
/
*
r600: Make next_inst() static.
Henri Verbeet
2010-06-08
1
-58
/
+61
*
r600: Assert output registers have a valid export index.
Henri Verbeet
2010-06-08
1
-0
/
+4
*
r600: Process exports for all written fragment outputs.
Henri Verbeet
2010-06-08
1
-26
/
+12
*
r600: enable VERT_RESULT_PSIZ - makes point size & attenuation work
Andre Maasikas
2010-04-26
1
-2
/
+19
*
r600: Assert pointer is not null before dereferencing.
Vinson Lee
2010-02-27
1
-0
/
+3
*
r600: Assert that array index is not negative.
Vinson Lee
2010-02-24
1
-0
/
+1
*
r600: Silence uninitialized variable warnings.
Vinson Lee
2010-02-14
1
-0
/
+4
*
r600: Silence uninitialized variable warning.
Vinson Lee
2010-02-14
1
-1
/
+1
*
r600: fix XPD with writemask
Andre Maasikas
2010-01-27
1
-7
/
+8
*
r600: fix some warnings
Alex Deucher
2010-01-18
1
-6
/
+6
*
r600: fix shadow_ambient shader
Andre Maasikas
2010-01-18
1
-1
/
+1
*
r600: support depth compare functions & shadow_ambient
Andre Maasikas
2010-01-05
1
-1
/
+39
*
r600: support vertex_array_bgra
Andre Maasikas
2010-01-04
1
-4
/
+16
*
mesa: adjust OPCODE_IF/ELSE BranchTarget fields to point to ELSE/ENDIF instr.
Brian Paul
2009-12-22
1
-2
/
+2
*
r600: disallow negative offsets for relative addressing for now
Andre Maasikas
2009-12-21
1
-1
/
+9
*
r600: fix typos for vert-tex
Andre Maasikas
2009-12-15
1
-1
/
+1
*
r600: add DDX DDY opcodes
Andre Maasikas
2009-12-15
1
-8
/
+17
*
r600 : add texture support for vertex shader.
Richard Li
2009-12-14
1
-33
/
+65
*
r600 : add pre-compile mesa shader calling interface, in order to handle
Richard Li
2009-12-09
1
-18
/
+389
*
r600: and finally fix SCS
Andre Maasikas
2009-12-08
1
-51
/
+46
*
r600: remove (now) dead code
Andre Maasikas
2009-12-08
1
-299
/
+2
*
r600: fix SIN also
Andre Maasikas
2009-12-08
1
-10
/
+5
*
r600: use the new inline constants feature to fix COS
Andre Maasikas
2009-12-08
1
-1
/
+36
*
r600: add assembler support for literal(inline) constants
Andre Maasikas
2009-12-08
1
-20
/
+47
*
r600: merge alu_instruction/alu_instruction2
Andre Maasikas
2009-12-08
1
-293
/
+27
*
r600: add ABS support for source regs to assembler
Andre Maasikas
2009-12-08
1
-22
/
+5
*
r600: glsl - allow specifying texture sampler via uniforms
Andre Maasikas
2009-12-08
1
-1
/
+1
*
r600: quick hack to get KIL_NV working - does condition TR only for now
Andre Maasikas
2009-12-08
1
-7
/
+17
*
r600: wip glsl - refactor conditional instructions a bit
Andre Maasikas
2009-12-08
1
-310
/
+69
[next]