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
/
auxiliary
/
tgsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tgsi: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-4
/
+0
*
tgsi: Fix parsing of properties with digits in the name
Jakob Bornecrantz
2011-03-13
1
-1
/
+1
*
tgsi: Disable SSE2 code generation.
José Fonseca
2011-03-04
1
-3
/
+20
*
tgsi: Update assert.
José Fonseca
2011-03-03
1
-1
/
+1
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
2
-6
/
+45
*
gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue
Jerome Glisse
2011-02-25
1
-14
/
+14
*
tgsi: add cases for array textures
Brian Paul
2011-01-26
1
-0
/
+2
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
3
-2
/
+39
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
12
-33
/
+607
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
6
-8
/
+99
|
\
|
*
tgsi/ppc: add case for system values and assert
Brian Paul
2010-12-08
1
-1
/
+3
|
*
tgsi/sse: add support for system values
Brian Paul
2010-12-08
1
-3
/
+51
|
*
tgsi: new tgsi_shader_info fields for system values
Brian Paul
2010-12-08
2
-1
/
+22
|
*
tgsi: add support for system values to TGSI interpreter
Brian Paul
2010-12-08
2
-3
/
+23
*
|
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
2011-01-06
3
-56
/
+33
*
|
tgsi: Clean up header file inclusion in tgsi_text.h.
Vinson Lee
2010-12-30
1
-2
/
+4
*
|
tgsi: Clean up header file inclusion in tgsi_sanity.h.
Vinson Lee
2010-12-30
1
-2
/
+4
*
|
tgsi_dump: fix assert due to missing property name.
Dave Airlie
2010-12-28
1
-1
/
+2
*
|
tgsi_text: just parse as an integer (value is a boolean).
Dave Airlie
2010-12-24
1
-1
/
+0
[next]