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
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-4
/
+2
*
Don't cast the return value of malloc/realloc
Matt Turner
2012-09-05
1
-1
/
+1
*
r600g: make F2U trans-only on r600-r700
Marek Olšák
2012-08-16
1
-1
/
+1
*
r600g: Glue to handle predicate aware output from llvm
Vincent Lejeune
2012-08-15
1
-11
/
+22
*
r600g: Add support for predicates
Vincent Lejeune
2012-08-15
1
-3
/
+5
*
r600g: implement TXQ_LZ opcode
Marek Olšák
2012-08-15
1
-7
/
+15
*
r600g: implement alpha-to-one
Marek Olšák
2012-08-15
1
-1
/
+2
*
radeon/llvm: Use correct opcocde for BREAK_LOGICALNZ_i32
Tom Stellard
2012-08-14
1
-11
/
+15
*
r600g: fix F2U opcode translation
Dave Airlie
2012-08-04
1
-1
/
+1
*
radeon/llvm: Fix a bug with IF LOGICALNZ with int operand
Vincent Lejeune
2012-07-23
1
-8
/
+12
*
r600g: don't check the R600_GLSL130 env var
Marek Olšák
2012-07-15
1
-1
/
+1
*
radeon/llvm: Emit raw ISA for vertex fetch instructions
Tom Stellard
2012-06-29
1
-20
/
+40
*
r600g: avoid unnecessary shader exports v2
Vadim Girlin
2012-06-27
1
-3
/
+22
*
r600g: cache shader variants instead of rebuilding v3
Vadim Girlin
2012-06-27
1
-10
/
+9
*
r600g: Fix reading vtx instruction offset from bytestream
Tom Stellard
2012-06-21
1
-1
/
+1
*
r600g: Compute support for Cayman
Tom Stellard
2012-06-06
1
-0
/
+3
*
radeon/llvm: Emit 2 bytes for vertex fetch offsets
Tom Stellard
2012-06-01
1
-0
/
+2
*
r600g: compute support for evergreen
Adam Rak
2012-06-01
1
-0
/
+31
*
Revert "r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreen"
Vadim Girlin
2012-05-25
1
-2
/
+52
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-3
/
+3
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-9
/
+9
*
r600g: Handle TGSI_OPCODE_CEIL (v2)
Kai Wasserbäch
2012-05-09
1
-3
/
+3
*
r600g/llvm: Mask write of pred_inst in llvm_if()
Tom Stellard
2012-05-03
1
-0
/
+1
*
r600g: Add support for reading BREAK_LOGICALZ_i32 from bytestream
Tom Stellard
2012-05-03
1
-0
/
+4
*
r600g: Add support for reading vertex fetches from bytestream
Tom Stellard
2012-05-02
1
-0
/
+37
*
r600g: Add support for reading native instructions from the LLVM bytestream
Tom Stellard
2012-05-02
1
-0
/
+10
*
winsys/radeon: simplify buffer map/unmap functions
Marek Olšák
2012-04-29
1
-2
/
+2
*
r600g: init vars to silence warnings
Brian Paul
2012-04-23
1
-2
/
+2
*
r600g: Add hooks for the LLVM shader compiler
Tom Stellard
2012-04-23
1
-2
/
+278
*
r600g: disable I2F conversion for InstanceID if integers are supported
Vadim Girlin
2012-04-20
1
-11
/
+16
*
r600g: check gpr count limit
Vadim Girlin
2012-04-09
1
-0
/
+8
*
r600g: cleanup includes
Marek Olšák
2012-03-05
1
-9
/
+5
*
r600g: remove obsolete todo comments
Marek Olšák
2012-03-05
1
-5
/
+5
*
r600g: fix handling of outputs as TEX addr sources
Christian König
2012-02-08
1
-1
/
+2
*
r600g: merge r600_context with r600_pipe_context
Marek Olšák
2012-01-31
1
-5
/
+5
*
r600g: remove u8,u16,u32,u64 types
Marek Olšák
2012-01-31
1
-5
/
+5
*
r600g: use a more clever way to disable per-vertex point size
Marek Olšák
2012-01-31
1
-0
/
+1
*
r600g: fix udiv/idiv/umod/imod on cayman
Dave Airlie
2012-01-30
1
-91
/
+280
*
r600g: fix fragcoord.w test on cayman
Dave Airlie
2012-01-30
1
-11
/
+28
*
r600g: handle start_component from stream_output_info when possible
Marek Olšák
2012-01-25
1
-4
/
+4
*
r600g: nuke the fallback for vertex and fragment color clamping
Marek Olšák
2012-01-25
1
-35
/
+0
*
r600g: fix inconsistency with INTERP* opcode definitions
Vadim Girlin
2012-01-24
1
-3
/
+3
*
r600g: fix loop break/continue operations
Vadim Girlin
2012-01-24
1
-2
/
+0
*
r600g: fix fragcoord.w
Vadim Girlin
2012-01-24
1
-4
/
+27
*
r600g: fix interpolation with clipvertex
Vadim Girlin
2012-01-24
1
-0
/
+3
*
r600g: cayman fix integer multiplies
Dave Airlie
2012-01-23
1
-1
/
+29
*
r600g: cayman initial integer support
Dave Airlie
2012-01-23
1
-22
/
+24
*
r600g: fix VS fog export
Vadim Girlin
2012-01-23
1
-0
/
+5
*
r600g: initial cube shadow sampling
Dave Airlie
2012-01-22
1
-2
/
+22
*
r600g: set round_mode to truncate and get rid of tgsi_f2i on evergreen
Vadim Girlin
2012-01-22
1
-52
/
+2
[next]