index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
drivers
/
r600
/
r600_asm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: fix regression in cubemap tests since eea1d8199b376f37027c14669e0bdf99...
Dave Airlie
2011-01-31
1
-1
/
+16
*
r600g: fix vertex format fallback
Marek Olšák
2011-01-30
1
-7
/
+1
*
r600g: FLT_TO_INT* are vector instructions on Evergreen.
Henri Verbeet
2011-01-25
1
-2
/
+2
*
r600g: FLT_TO_INT_FLOOR is trans instruction
Alex Deucher
2011-01-21
1
-0
/
+1
*
r600g: fix reserve_cfile for R700+
Christian König
2011-01-19
1
-19
/
+17
*
r600g: Kill trailing whitespace.
Henri Verbeet
2011-01-18
1
-16
/
+16
*
r600g: fix alu inst group merging for relative adressing
Christian König
2011-01-16
1
-1
/
+13
*
r600d: fix some bugs added reworking literal handling
Christian König
2011-01-16
1
-20
/
+31
*
r600g: compiler helper opcode fixes for evergreen
Alex Deucher
2011-01-14
1
-120
/
+265
*
r600g: pass r600_bc to some addition compiler helper functions
Alex Deucher
2011-01-14
1
-55
/
+62
*
r600g: Disable V_SQ_ALU_WORD1_OP2_SQ_OP2_INST_FLT_TO_INT_FLOOR case.
Vinson Lee
2011-01-14
1
-0
/
+2
*
r600g: add more missing instructions to r600_bc_get_num_operands
Christian König
2011-01-14
1
-1
/
+5
*
r600g: Move declaration before code in r600_asm.c.
Vinson Lee
2011-01-13
1
-1
/
+3
*
r600g: rework literal handling
Christian König
2011-01-13
1
-72
/
+117
*
r600g: merge alu groups
Christian König
2011-01-13
1
-37
/
+149
*
r600g: implement replacing gpr with pv and ps
Christian König
2011-01-13
1
-4
/
+60
*
r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands
Christian König
2011-01-13
1
-0
/
+1
*
r600g: rework bank swizzle code
Christian König
2011-01-13
1
-179
/
+174
*
r600g: fix alu slot assignment
Christian König
2011-01-13
1
-15
/
+167
*
r600g: optimize away CF ALU instructions even if type doesn't match
Christian König
2011-01-13
1
-3
/
+16
*
r600g: Silence uninitialized variable warnings.
Vinson Lee
2011-01-13
1
-4
/
+4
*
r600g: also look at tex inst when for maximum gpu count
Christian König
2011-01-12
1
-1
/
+7
*
r600g: implement output modifiers and use them to further optimize LRP
Christian König
2011-01-12
1
-0
/
+2
*
r600g: optimize away CF_INST_POP
Christian König
2011-01-12
1
-0
/
+8
*
r600g: fix alu dumping
Christian König
2011-01-12
1
-19
/
+13
*
r600g: improve r600_bc_dump
Christian König
2011-01-12
1
-28
/
+131
*
r600g: fix tex and vtx joining
Christian König
2011-01-12
1
-2
/
+2
*
r600g: Split ALU clauses based on used constant cache lines.
Henri Verbeet
2011-01-07
1
-20
/
+126
*
r600g: Consistently use the copy of the alu instruction in r600_bc_add_alu_ty...
Henri Verbeet
2011-01-07
1
-9
/
+9
*
r600g: Store kcache settings as an array.
Henri Verbeet
2011-01-07
1
-12
/
+12
*
r600g: add support for NI (Northern Islands) GPUs
Alex Deucher
2011-01-06
1
-0
/
+3
*
r600g: support up to 64 shader constants
Alex Deucher
2011-01-04
1
-1
/
+16
*
r600g: remove dead code
Jerome Glisse
2010-12-07
1
-1
/
+1
*
r600g: build fetch shader from vertex elements
Jerome Glisse
2010-12-06
1
-0
/
+317
*
r600g: dump raw shader output for debugging
Jerome Glisse
2010-12-03
1
-0
/
+25
*
r600g: add support for ontario APUs
Alex Deucher
2010-11-22
1
-0
/
+1
*
r600g: use meaningful defines for chiprev
Alex Deucher
2010-11-19
1
-11
/
+11
*
r600g: add fetch shader capabilities
Jerome Glisse
2010-11-19
1
-4
/
+38
*
r600g: code cleanup (indent, trailing space, empty line ...)
Jerome Glisse
2010-11-17
1
-8
/
+8
*
r600g: Silence uninitialized variable warnings.
Vinson Lee
2010-10-27
1
-4
/
+4
*
r600g: add assembler support for all the kcache fields.
Dave Airlie
2010-10-26
1
-1
/
+6
*
r600g: Also clear bc data when we're destroying a shader.
Tilman Sauerbeck
2010-10-24
1
-0
/
+36
*
r600g: drop use_mem_constant.
Dave Airlie
2010-10-05
1
-2
/
+1
*
r600g: add assembler support for other vtx fetch fields.
Dave Airlie
2010-10-01
1
-1
/
+5
*
r600g: delete old path
Jerome Glisse
2010-09-29
1
-4
/
+3
*
r600g: break alu clause earlier
Andre Maasikas
2010-09-24
1
-2
/
+3
*
r600g: deal with overflow of VTX/TEX CF clauses.
Dave Airlie
2010-09-21
1
-2
/
+8
*
r600g: only emit uses waterfall on r6xx hw.
Dave Airlie
2010-09-19
1
-1
/
+1
*
r600g; add uses waterfall to asm cf for r6xx.
Dave Airlie
2010-09-19
1
-0
/
+1
*
r600g: misc cleanup
John Doe
2010-09-15
1
-2
/
+2
[next]