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
*
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
*
gallium: interface changes necessary to implement transform feedback (v5)
Marek Olšák
2011-12-15
1
-0
/
+1
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
3
-0
/
+22
*
gallium: add PIPE_SHADER_CAP_OUTPUT_READ
Vadim Girlin
2011-11-21
1
-1
/
+0
*
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2011-11-14
4
-0
/
+6
*
Remove tgsi_sse2.
José Fonseca
2011-11-08
2
-3186
/
+0
*
tgsi: Fix memory leak in out-of-memory path.
Vinson Lee
2011-10-25
1
-7
/
+10
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-0
/
+2
*
tgsi: Check in scan for fs position and depth reads
Jakob Bornecrantz
2011-09-22
2
-0
/
+17
*
tgsi: fix typo in commit 324ac982d8e7
Emil Velikov
2011-09-10
1
-1
/
+1
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
2
-0
/
+33
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
5
-7
/
+54
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
8
-9
/
+132
*
tgsi: add TXF support.
Dave Airlie
2011-08-25
2
-1
/
+59
*
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
2
-1
/
+31
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
2
-1
/
+14
|
\
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+2
*
|
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
2
-10
/
+31
|
\
\
|
*
|
tgsi: add info fields for fragcoord origin, center, etc
Brian Paul
2011-07-21
2
-10
/
+31
|
|
/
*
/
tgsi: add some debug/print code in exec_tex(), disabled
Brian Paul
2011-07-06
1
-0
/
+11
|
/
*
tgsi: s/varient/variant/
Brian Paul
2011-06-07
1
-2
/
+2
*
tgsi/ureg: bump the limit of immediates
Marek Olšák
2011-05-30
1
-1
/
+1
[next]