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
/
include
/
pipe
/
p_shader_tokens.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
1
-1
/
+4
*
gallium: comment that INSTANCEID doesn't include start_instance
Marek Olšák
2013-09-13
1
-1
/
+1
*
gallium: add new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-1
/
+6
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+2
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
1
-1
/
+2
*
gallium: add support for layered rendering
Roland Scheidegger
2013-06-01
1
-1
/
+2
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-1
/
+2
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
1
-1
/
+3
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
1
-6
/
+18
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
1
-1
/
+7
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-4
/
+2
*
gallium: add SQRT shader opcode
Brian Paul
2013-02-04
1
-1
/
+1
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
1
-3
/
+10
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
1
-2
/
+5
*
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-1
/
+1
*
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
1
-1
/
+2
*
gallium/tgsi: Introduce the "LOCAL" register declaration modifier.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
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
-1
/
+6
*
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
1
-2
/
+4
*
gallium/tgsi: Add support for raw resources.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
gallium/tgsi: Define the TGSI_BUFFER texture target.
Francisco Jerez
2012-05-11
1
-1
/
+1
*
gallium/tgsi: Introduce the compute processor.
Francisco Jerez
2012-05-11
1
-0
/
+1
*
gallium/tgsi: Move interpolation info from tgsi_declaration to a separate token.
Francisco Jerez
2012-05-11
1
-3
/
+10
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-5
/
+13
*
gallium: Basic compute interface.
Francisco Jerez
2012-05-11
1
-0
/
+9
*
tgsi: add TGSI_TEXTURE_SHADOWCUBEMAP
Dave Airlie
2012-01-11
1
-1
/
+2
*
tgsi: add ISSG support
Dave Airlie
2012-01-11
1
-1
/
+2
*
gallium: introduce GLSL based interpolation rules. (v2)
Dave Airlie
2012-01-10
1
-1
/
+2
*
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
1
-1
/
+2
*
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
1
-1
/
+2
*
gallium: implement ARB_conservative_depth
Marek Olšák
2011-12-10
1
-1
/
+9
*
gallium: add TGSI_SEMANTIC_VERTEXID
Christoph Bumiller
2011-11-14
1
-2
/
+3
*
gallium: add TGSI opcodes UARL and UCMP
Bryan Cain
2011-09-10
1
-1
/
+4
*
gallium: add shadow 1D and 2D array samplers to TGSI
Marek Olšák
2011-09-10
1
-2
/
+4
*
tgsi: add support for texture offsets to the TGSI IR. (v2)
Dave Airlie
2011-09-02
1
-1
/
+19
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
1
-1
/
+3
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
1
-1
/
+25
*
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
1
-1
/
+2
*
gallium/tgsi: add support for stencil writes.
Dave Airlie
2010-10-13
1
-1
/
+2
*
Replace reference to tgsi-instruction-set.txt.
Tilman Sauerbeck
2010-09-07
1
-1
/
+1
*
gallium: Remove unnecessary header from p_shader_tokens.h.
Vinson Lee
2010-08-27
1
-2
/
+0
*
gallium: add a temporary array register file
Zack Rusin
2010-06-18
1
-0
/
+1
*
gallium: add a new register file - immediate array
Zack Rusin
2010-06-18
1
-12
/
+13
*
geometry shaders: make gs work with changable primitives and variable number ...
Zack Rusin
2010-06-09
1
-1
/
+1
[next]