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
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-16
/
+6
*
tgsi: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
3
-1
/
+6
*
gallium/tgsi: fix TGSI text parser
Marek Olšák
2012-08-15
1
-77
/
+97
*
gallium/tgsi: fixup texture name strings
Marek Olšák
2012-08-04
1
-4
/
+4
*
gallium/tgsi: Don't declare temps individually when they are all similar.
José Fonseca
2012-07-02
1
-8
/
+19
*
tgsi: Initialize Padding struct fields.
Vinson Lee
2012-05-23
1
-0
/
+4
*
gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Vinson Lee
2012-05-17
1
-0
/
+4
*
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-2
/
+2
*
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
2
-2
/
+3
*
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
2012-05-11
1
-17
/
+3
*
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
2012-05-11
1
-18
/
+48
*
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
2012-05-11
1
-22
/
+8
*
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
2012-05-11
1
-10
/
+9
*
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2012-05-11
2
-6
/
+60
*
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
2012-05-11
1
-27
/
+22
*
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
3
-26
/
+46
*
gallium/tgsi: Add support for atomic opcodes.
Francisco Jerez
2012-05-11
1
-1
/
+12
*
gallium/tgsi: Add support for barriers.
Francisco Jerez
2012-05-11
1
-0
/
+4
*
gallium/tgsi: Define system values used to query the compute grid parameters.
Francisco Jerez
2012-05-11
1
-1
/
+5
*
gallium/tgsi: Add resource write-back support.
Francisco Jerez
2012-05-11
4
-0
/
+11
*
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
3
-2
/
+24
*
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
2
-2
/
+2
*
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
2012-05-11
4
-4
/
+8
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
9
-48
/
+97
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
12
-107
/
+175
*
tgsi: Fix conflict with fortify printf redirect in glibc.
Johannes Obermayr
2012-04-07
1
-17
/
+17
*
tgsi: remove trailing comma to silence warning
Brian Paul
2012-02-27
1
-1
/
+1
*
gallivm: Fix TGSI_OPCODE_ARR's translation.
José Fonseca
2012-02-21
1
-0
/
+1
*
tgsi: add source/destination type from opcodes. (v2)
Dave Airlie
2012-02-17
2
-0
/
+112
*
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
2012-01-30
2
-46
/
+45
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
2
-68
/
+68
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
3
-248
/
+241
*
tgsi: Add output_mode to struct tgsi_opcode_info v2
Tom Stellard
2012-01-30
2
-162
/
+201
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
3
-0
/
+4
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
2
-0
/
+15
*
tgsi_scan: add support to count number of output clip distances
Dave Airlie
2012-01-11
2
-0
/
+5
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
2
-5
/
+11
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
3
-2
/
+7
*
Squash-merge branch 'gallium-clip-state'
Marek Olšák
2012-01-10
1
-1
/
+2
*
gallium: add an IABS opcode to TGSI
Bryan Cain
2012-01-07
2
-0
/
+5
*
gallium: add new semantic for clip vertex.
Dave Airlie
2012-01-07
1
-1
/
+2
*
gallium: add support for clip distances
Bryan Cain
2012-01-05
3
-10
/
+37
*
tgsi: consolidate TGSI string arrays in new tgsi_strings.h
Brian Paul
2012-01-05
5
-232
/
+253
*
tgsi/softpipe: disable FAST_MATH
Dave Airlie
2012-01-03
1
-1
/
+1
*
softpipe: reorder LIT to fix fp-lit-src-equals-dst
Dave Airlie
2011-12-31
1
-8
/
+8
*
softpipe: fix shadow1d tests.
Dave Airlie
2011-12-19
1
-1
/
+13
*
softpipe: fix shadow 2d texture array sampling
Dave Airlie
2011-12-19
1
-1
/
+10
*
softpipe: fix texture sampling from 1D texture array
Dave Airlie
2011-12-19
1
-0
/
+13
*
gallium: utility helper functions for stream output
Marek Olšák
2011-12-15
2
-6
/
+21
[next]