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
*
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
*
r600g: make u2f trans only
Dave Airlie
2012-01-15
1
-1
/
+1
*
gallium: improve the pipe_stream_output_info struct (v2)
Marek Olšák
2012-01-15
1
-34
/
+12
*
r600g: fix r600 f2i to be trans only emitted.
Dave Airlie
2012-01-14
1
-1
/
+1
*
r600g: implement transform feedback
Marek Olšák
2011-12-17
1
-0
/
+101
*
r600g: fix the representation of control-flow instructions
Marek Olšák
2011-11-15
1
-6
/
+6
*
r600g: mask write for fake VS export components
Vadim Girlin
2011-11-14
1
-4
/
+4
*
r600g: lazy load for AR register
Vadim Girlin
2011-11-13
1
-46
/
+24
*
r600g: clarify meaning of one variable in shader codegen
Marek Olšák
2011-11-09
1
-1
/
+1
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-05
1
-26
/
+41
*
Revert "r600g: precalculate semantic indices for SPI setup"
Alex Deucher
2011-11-04
1
-41
/
+26
*
r600g: precalculate semantic indices for SPI setup
Vadim Girlin
2011-11-04
1
-26
/
+41
*
r600g: more integer support
Dave Airlie
2011-11-03
1
-22
/
+22
*
r600g: add comment about special shader exports
Alex Deucher
2011-11-02
1
-0
/
+32
[next]