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
/
docs
/
source
/
tgsi.rst
Commit message (
Expand
)
Author
Age
Files
Lines
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-0
/
+17
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
1
-0
/
+12
*
tgsi: update atomic op docs
Ilia Mirkin
2016-01-08
1
-46
/
+47
*
gallium: add caps for POSITION and FACE system values
Marek Olšák
2016-01-08
1
-6
/
+13
*
gallium: document PK2H/UP2H
Ilia Mirkin
2016-01-03
1
-2
/
+14
*
gallium: add baseinstance/drawid semantics
Ilia Mirkin
2015-12-30
1
-0
/
+13
*
gallium: add support for gl_HelperInvocation semantic
Ilia Mirkin
2015-11-12
1
-0
/
+8
*
gallium: add new properties for clip and cull distance usage
Marek Olšák
2015-10-20
1
-0
/
+10
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
1
-1
/
+11
*
gallium/docs: s/treaded/treated/ typo in tgsi.rst
Brian Paul
2015-07-09
1
-1
/
+1
*
tgsi: update docs for ArrayID usage
Rob Clark
2015-07-03
1
-0
/
+1
*
tgsi: update docs for SVIEW usage with TEX* instructions
Rob Clark
2015-06-21
1
-0
/
+12
*
gallium: add tessellation shader properties
Ilia Mirkin
2015-05-16
1
-0
/
+33
*
gallium: add new semantics for tessellation
Ilia Mirkin
2015-05-16
1
-0
/
+37
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+26
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
1
-0
/
+39
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
1
-13
/
+79
*
gallium/docs: fix docs wrt ARL/ARR/FLR
Roland Scheidegger
2015-01-29
1
-10
/
+8
*
gallium: add TGSI_SEMANTIC_VERTEXID_NOBASE and TGSI_SEMANTIC_BASEVERTEX
Roland Scheidegger
2014-12-16
1
-5
/
+47
*
gallium/docs: clarify fragment shader position input w component.
Roland Scheidegger
2014-12-10
1
-2
/
+4
*
gallium/docs: (trivial) remove STR opcode description.
Roland Scheidegger
2014-12-06
1
-9
/
+0
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-13
/
+0
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-9
/
+0
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-13
/
+0
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-17
/
+0
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-16
/
+0
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-8
/
+0
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-11
/
+0
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-34
/
+0
*
gallium/docs: fix NRM, NRM4 docs
Brian Paul
2014-11-01
1
-12
/
+24
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-2
/
+10
*
gallium/docs: Document TEX2/TXL2/TXB2 instructions and fix up other tex doc
Roland Scheidegger
2014-08-05
1
-25
/
+102
*
gallium/docs: minor clarification for TXQ instruction
Brian Paul
2014-07-10
1
-0
/
+4
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
1
-0
/
+23
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
1
-0
/
+5
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-4
/
+4
*
gallium: implement ARB_texture_query_levels
Marek Olšák
2014-06-19
1
-1
/
+5
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
1
-0
/
+9
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+75
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-0
/
+8
*
gallium: add INVOCATIONID semantic
Ilia Mirkin
2014-04-26
1
-0
/
+6
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-0
/
+20
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+12
*
gallium/docs: fix silent math failures due to ~ and &
Ilia Mirkin
2014-04-01
1
-60
/
+60
*
gallium/docs: line up some of the equations
Ilia Mirkin
2014-04-01
1
-28
/
+16
*
gallium/docs: fix incorrect/missing references
Ilia Mirkin
2014-04-01
1
-1
/
+1
*
gallium/docs: fix use of _ in math sections
Ilia Mirkin
2014-04-01
1
-10
/
+10
*
gallium/docs: fix a lot of bad formatting
Ilia Mirkin
2014-04-01
1
-242
/
+262
*
gallium/docs: update SLT, SGE, SFL, STR opcode docs
Brian Paul
2014-03-18
1
-10
/
+10
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
1
-0
/
+36
[next]