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_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
r600g: implement clip vertex v2
Vadim Girlin
2012-01-21
1
-102
/
+144
*
r600g: no need to do CUBE coordinate handling for TXQ.
Dave Airlie
2012-01-21
1
-1
/
+3
*
r600g: fix combined MEM_STREAM instructions
Vadim Girlin
2012-01-20
1
-1
/
+3
*
r600g: fixup AR handling (v5)
Dave Airlie
2012-01-20
1
-1
/
+1
*
r600g: fix ISLT on r600/700
Dave Airlie
2012-01-18
1
-1
/
+1
*
r600g: make r600/700 use correct ineg.
Dave Airlie
2012-01-18
1
-1
/
+1
*
r600g: fix UINT_TO_FLT on evergreen
Vadim Girlin
2012-01-18
1
-1
/
+1
*
r600g: fix USLT for r600-eg
Vadim Girlin
2012-01-17
1
-2
/
+2
*
r600g: rework IDIV/UDIV and implement MOD/UMOD (v2)
Vadim Girlin
2012-01-17
1
-133
/
+591
*
r600g: fix mullo_uint trans slot only on r600/r700
Dave Airlie
2012-01-15
1
-1
/
+1
*
r600g: implement clip distances
Vadim Girlin
2012-01-15
1
-6
/
+44
*
r600g: implement two-sided lighting (v3)
Vadim Girlin
2012-01-15
1
-25
/
+128
*
r600g: add support for ISHR/USHR/SHL on r600-evergreen
Vadim Girlin
2012-01-15
1
-6
/
+6
*
r600g: implement IDIV/UDIV on r600-evergreen
Vadim Girlin
2012-01-15
1
-4
/
+222
*
r600g: implement ISSG on r600-evergreen
Vadim Girlin
2012-01-15
1
-0
/
+63
*
r600g: implement IABS on r600-evergreen
Vadim Girlin
2012-01-15
1
-0
/
+60
*
r600g: implement F2U on evergreen
Vadim Girlin
2012-01-15
1
-2
/
+2
*
r600g: fix F2I on evergreen
Vadim Girlin
2012-01-15
1
-1
/
+50
*
r600g: vertex id support.
Dave Airlie
2012-01-15
1
-8
/
+15
[next]