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
/
tgsi_exec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-3
/
+0
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-4
/
+4
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+2
*
tgsi_exec: use defines for max inputs/outputs
Dave Airlie
2014-06-11
1
-1
/
+1
*
tgsi/gs: bound max output vertices in shader
Dave Airlie
2014-06-11
1
-0
/
+1
*
tgsi: add missing switch cases in tgsi_exec_get_shader_param()
Brian Paul
2014-05-07
1
-2
/
+8
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-2
/
+0
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-3
/
+7
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-9
/
+13
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
1
-6
/
+8
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
1
-0
/
+2
*
tgsi: Increase maximum number of temps to 4096.
José Fonseca
2012-12-04
1
-1
/
+1
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-0
/
+13
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
2012-01-30
1
-0
/
+13
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-18
/
+18
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
1
-0
/
+4
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
1
-1
/
+1
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
1
-1
/
+1
*
gallium: add and use PIPE_SHADER_CAP_MAX_TEXTURE_SAMPLERS
Marek Olšák
2011-09-30
1
-0
/
+2
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-1
/
+2
*
tgsi: add TXF support.
Dave Airlie
2011-08-25
1
-0
/
+3
*
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+2
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
1
-2
/
+4
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-0
/
+1
*
tgsi: add support for system values to TGSI interpreter
Brian Paul
2010-12-08
1
-0
/
+7
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+2
*
tgsi: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+5
*
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2010-11-04
1
-23
/
+4
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-0
/
+30
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
1
-0
/
+10
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-0
/
+2
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-0
/
+2
*
softpipe: Adverstise (tgsi_exec's) shader limits.
José Fonseca
2010-05-12
1
-4
/
+5
*
gallium/tgsi: remove unused tgsi_exec_labels code
Brian Paul
2010-05-06
1
-13
/
+0
*
gallium: Remove loop register file.
José Fonseca
2010-05-03
1
-4
/
+0
*
gallium: Rename PIPE_MAX_CONSTANT to PIPE_MAX_CONSTANT_BUFFERS.
Michal Krol
2010-01-28
1
-1
/
+1
*
gallium: Implement 2D constant buffers for fragment shader in softpipe.
Michal Krol
2010-01-28
1
-1
/
+1
*
gallium: Fix texture sampling with explicit LOD in softpipe.
Michal Krol
2010-01-07
1
-1
/
+7
*
gallium: Pass per-element (not per-quad) LOD bias values down to texture samp...
Michal Krol
2010-01-07
1
-1
/
+4
*
gallium: Add SWITCH, CASE, DEFAULT and ENDSWITCH opcodes to TGSI.
Michal Krol
2010-01-05
1
-0
/
+34
*
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-3
/
+12
*
tgsi: Implement predicated instructions in exec.
Michal Krol
2009-11-24
1
-0
/
+1
*
tgsi: Fix POSITION and FACE fragment shader inputs.
Michal Krol
2009-11-23
1
-0
/
+1
*
tgsi: Bring BGNFOR/ENDFOR implementation up to spec.
Michal Krol
2009-11-23
1
-1
/
+1
*
tgsi: Up tgsi_exec's control flow nesting to 32.
Michal Krol
2009-11-03
1
-3
/
+3
*
tgsi: Update for gallium interface changes.
Michal Krol
2009-11-02
1
-1
/
+6
[next]