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_info.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
1
-4
/
+12
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
1
-2
/
+2
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
1
-0
/
+1
*
tgsi: refactor tgsi_opcode_infer_src_type()
Chia-I Wu
2013-05-08
1
-35
/
+9
*
tgsi: refactor tgsi_opcode_infer_dst_type()
Chia-I Wu
2013-05-08
1
-25
/
+35
*
tgsi: reorder opcodes in opcode type inference
Chia-I Wu
2013-05-08
1
-24
/
+24
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
1
-2
/
+1
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
1
-0
/
+3
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
1
-1
/
+2
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
1
-1
/
+1
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
1
-0
/
+1
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
1
-1
/
+1
*
gallivm/tgsi: fix src modifier fetching with non-float types.
Roland Scheidegger
2013-02-16
1
-2
/
+4
*
gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod
Roland Scheidegger
2013-02-12
1
-1
/
+1
[next]