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
/
tgsi_info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: remove TGSI opcode DP2A
Marek Olšák
2017-08-22
1
-1
/
+1
*
gallium: remove TGSI_OPCODE_CALLNZ
Marek Olšák
2017-08-22
1
-1
/
+1
*
gallium: remove TGSI FENCE opcodes
Marek Olšák
2017-08-22
1
-3
/
+3
*
gallium: remove TGSI opcodes PUSHA, POPA, SAD, TXQ_LZ
Marek Olšák
2017-08-22
1
-7
/
+4
*
tgsi: add BALLOT/READ_* opcodes
Ilia Mirkin
2017-04-05
1
-3
/
+3
*
tgsi: add CLOCK opcode
Ilia Mirkin
2017-03-31
1
-1
/
+1
*
gallium: add TGSI opcodes TEX_LZ and TXF_LZ
Marek Olšák
2017-03-15
1
-2
/
+3
*
tgsi: add missing compute shader entry in tgsi_get_processor_name()
Samuel Pitoiset
2017-03-15
1
-0
/
+2
*
gallium: remove TGSI_OPCODE_CLAMP
Marek Olšák
2017-02-18
1
-1
/
+1
*
gallium: add FBFETCH opcode to retrieve the current sample value
Ilia Mirkin
2017-01-16
1
-1
/
+1
*
tgsi: add DDIV instruction
Nicolai Hähnle
2017-01-16
1
-0
/
+2
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
1
-1
/
+1
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
1
-1
/
+1
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
1
-10
/
+82
*
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+3
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
1
-1
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-5
/
+5
*
tgsi: set correct output mode for RESQ
Nicolai Hähnle
2016-03-09
1
-1
/
+1
*
tgsi: set correct src type for UP2H
Marek Olšák
2016-02-02
1
-0
/
+1
*
tgsi: add MEMBAR opcode to handle memoryBarrier* GLSL intrinsics
Ilia Mirkin
2016-01-29
1
-1
/
+1
*
gallium: add a RESQ opcode to query info about a resource
Ilia Mirkin
2016-01-08
1
-1
/
+1
*
tgsi: add a is_store property
Ilia Mirkin
2016-01-08
1
-223
/
+223
*
tgsi: update PK2H/UP2H channel behavior info
Ilia Mirkin
2016-01-03
1
-8
/
+8
*
tgsi: add a TXQS opcode to retrieve the number of texture samples
Ilia Mirkin
2015-09-13
1
-1
/
+2
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-1
/
+1
*
tgsi: add DFMA to the opcode infer functions.
Dave Airlie
2015-07-11
1
-0
/
+1
*
tgsi: add infer support for double opcodes.
Dave Airlie
2015-07-01
1
-0
/
+37
*
gallium: rename TGSI tessellation processor types to match pipe shader names
Marek Olšák
2015-05-26
1
-2
/
+2
*
gallium: add tessellation shader types
Ilia Mirkin
2015-05-16
1
-0
/
+4
*
tgsi: handle bitwise opcodes in tgsi_opcode_infer_type (v2)
Marek Olšák
2015-03-16
1
-0
/
+8
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-2
/
+2
*
gallium: add some more double opcodes to avoid unnecessary lowering
Ilia Mirkin
2015-02-19
1
-0
/
+5
*
gallium: add double opcodes and TGSI execution (v4.2)
Dave Airlie
2015-02-20
1
-1
/
+23
*
gallium: Drop the unused CND opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop unused BRA opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused SFL/STR opcodes.
Eric Anholt
2014-11-24
1
-2
/
+2
*
gallium: Drop the unused RFL opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop unused X2D opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused ARA opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the unused RCC opcode.
Eric Anholt
2014-11-24
1
-1
/
+1
*
gallium: Drop the NRM and NRM4 opcodes.
Eric Anholt
2014-11-24
1
-2
/
+2
*
gallium: add opcodes/cap for fine derivative support
Ilia Mirkin
2014-08-14
1
-2
/
+2
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
1
-0
/
+4
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+8
*
gallium: add support for LODQ opcodes.
Dave Airlie
2014-04-07
1
-0
/
+1
*
gallium: add texture gather support to gallium (v3)
Dave Airlie
2014-02-25
1
-0
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
1
-0
/
+6
[next]