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
/
gallium
/
drivers
/
r600
/
r600_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r600g: misc cleanup
John Doe
2010-09-15
1
-2
/
+1
*
r600g: Silence uninitialized variable warning.
Vinson Lee
2010-09-15
1
-0
/
+3
*
r600g: Implemented the y component write for the LOG opcode.
Tilman Sauerbeck
2010-09-10
1
-5
/
+90
*
r600g: add initial evergreen support
Dave Airlie
2010-09-10
1
-2
/
+201
*
r600g: Added missing r600_bc_add_literal() calls to XPD implementation.
Tilman Sauerbeck
2010-09-08
1
-0
/
+8
*
r600g: Added preliminary support for the LOG opcode.
Tilman Sauerbeck
2010-09-08
1
-1
/
+121
*
r600g: Added missing abs-ification to RSQ.
Tilman Sauerbeck
2010-09-08
1
-1
/
+30
*
r600g: split opcodes out and add wrapper around usage.
Dave Airlie
2010-09-08
1
-53
/
+54
*
r600g: add support for constants in memory buffers.
Dave Airlie
2010-09-08
1
-1
/
+7
*
r600g: abstract the hw states out behind a vtbl.
Dave Airlie
2010-09-08
1
-72
/
+4
*
r600g: fix thinko in shadow code.
Dave Airlie
2010-09-02
1
-1
/
+1
*
r600g: refix db/cb state
Jerome Glisse
2010-09-01
1
-3
/
+3
*
r600g: avoid dynamic allocation of states
Jerome Glisse
2010-09-01
1
-18
/
+14
*
r600g: fix glean texCube and shadows.
Dave Airlie
2010-09-01
1
-5
/
+149
*
r600g: fix up depth write swizzles.
Dave Airlie
2010-08-31
1
-1
/
+4
*
r600g: fix fp-fragment-position test.
Dave Airlie
2010-08-31
1
-0
/
+1
*
r600g: fix typo in last commit
Dave Airlie
2010-08-31
1
-1
/
+1
*
r600g: fix position input to fragment shader.
Dave Airlie
2010-08-31
1
-0
/
+7
*
r600g: remove unneeded function call from scs
Dave Airlie
2010-08-31
1
-4
/
+0
*
r600g: make LIT work properly
Dave Airlie
2010-08-31
1
-8
/
+3
*
r600g: fixup trig functions when input is a literal
Dave Airlie
2010-08-31
1
-9
/
+67
*
r600g: make sure LIT splits constants
Dave Airlie
2010-08-31
1
-14
/
+11
*
r600g: fix constant splitting
Dave Airlie
2010-08-31
1
-2
/
+2
*
r600g: fix LIT tests
Dave Airlie
2010-08-31
1
-2
/
+3
*
r600g: add missing literals
Dave Airlie
2010-08-31
1
-1
/
+30
*
r600g: fixup states generation in winsys.
Dave Airlie
2010-08-30
1
-2
/
+2
*
r600g: add DST opcode support.
Dave Airlie
2010-08-30
1
-1
/
+41
*
r600g: add SCS support.
Dave Airlie
2010-08-30
1
-6
/
+69
*
r600g: fix warning introduced by last commit.
Dave Airlie
2010-08-30
1
-1
/
+0
*
r600g: add initial relative support to assembler
Dave Airlie
2010-08-30
1
-6
/
+36
*
r600g: add KILP support
Dave Airlie
2010-08-30
1
-5
/
+20
*
r600g: fix SSG and op3 neg writing
Dave Airlie
2010-08-30
1
-2
/
+7
*
r600g : add basic loop support.
Dave Airlie
2010-08-30
1
-20
/
+212
*
r600g: use the values from the correct literals
Bas Nieuwenhuizen
2010-08-30
1
-4
/
+23
*
r600g: added literals where needed for POW instruction
Bas Nieuwenhuizen
2010-08-30
1
-0
/
+9
*
Revert "r600g: simplify states"
Dave Airlie
2010-08-27
1
-5
/
+2
*
r600g: add initial if/else/endif support
Dave Airlie
2010-08-27
1
-5
/
+93
*
r600g: optimise op2 and swapped op2 emission.
Dave Airlie
2010-08-27
1
-48
/
+37
*
r600g: add exp support in theory.
Dave Airlie
2010-08-27
1
-1
/
+105
*
r600g: add DPH support.
Dave Airlie
2010-08-27
1
-1
/
+8
*
r600g: simplify states
Jerome Glisse
2010-08-25
1
-2
/
+5
*
r600g: add XPD support
Dave Airlie
2010-08-24
1
-1
/
+124
*
r600g: add CMP support.
Dave Airlie
2010-08-24
1
-1
/
+50
*
r600g: export one component per pixel + r7xx uncompression shader
Jerome Glisse
2010-08-23
1
-0
/
+4
*
r600g: depth buffer likely needs decompression when used as texture
Jerome Glisse
2010-08-22
1
-0
/
+1
*
r600g: partialy fix texturing from depth buffer + initial support for untiling
Jerome Glisse
2010-08-21
1
-3
/
+3
*
r600g: add POW instruction
Jerome Glisse
2010-08-20
1
-18
/
+73
*
r600g: cleanup definition, fix segfault when no valid pixel shader
Jerome Glisse
2010-08-20
1
-15
/
+15
*
r600g: update comments about ALU src operands
Alex Deucher
2010-08-19
1
-2
/
+8
*
r600g: add sin/cos
Dave Airlie
2010-08-19
1
-2
/
+122
[next]