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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tgsi/scan: fix num_inputs/num_outputs for shaders with overlapping arrays
Nicolai Hähnle
2016-10-12
1
-8
/
+2
*
tgsi/scan: don't set interp flags for inputs only used by INTERP (v2)
Marek Olšák
2016-10-05
1
-48
/
+57
*
gallivm/llvmpipe: prepare support for ARB_gpu_shader_int64.
Dave Airlie
2016-09-21
1
-1
/
+2
*
tgsi/softpipe: prepare ARB_gpu_shader_int64 support. (v3)
Dave Airlie
2016-09-21
1
-132
/
+541
*
gallium/tgsi: add support for 64-bit integer immediates.
Dave Airlie
2016-09-21
6
-2
/
+115
*
gallium: add opcode and types for 64-bit integers. (v3)
Dave Airlie
2016-09-21
2
-11
/
+85
*
tgsi: Enable returns from within loops
Lars Hamre
2016-09-17
1
-0
/
+4
*
Revert "tgsi/scan: don't set interp flags for inputs only used by INTERP inst...
Marek Olšák
2016-09-15
1
-57
/
+48
*
tgsi/scan: don't set interp flags for inputs only used by INTERP instructions
Marek Olšák
2016-09-13
1
-48
/
+57
*
tgsi/scan: remember sampler view types
Marek Olšák
2016-08-29
2
-0
/
+5
*
tgsi/scan: add tgsi_scan_arrays
Nicolai Hähnle
2016-08-17
2
-0
/
+93
*
tgsi: Add WORK_DIM System Value
Hans de Goede
2016-07-02
1
-0
/
+1
*
gallium/tgsi: add 64-bitness type check function.
Dave Airlie
2016-06-11
1
-0
/
+7
*
tgsi/scan: add uses_derivatives (v2)
Nicolai Hähnle
2016-06-07
2
-0
/
+31
*
gallium: add VOTE_* opcodes to implement GL_ARB_shader_group_vote
Ilia Mirkin
2016-06-06
1
-0
/
+3
*
tgsi: fix mixed data type comparison in tgsi_point_sprite.c
Charmaine Lee
2016-06-06
1
-3
/
+3
*
tgsi: use truncf in micro_trunc
Lars Hamre
2016-06-06
1
-4
/
+4
*
tgsi: fix coverity out-of-bounds warning
Rob Clark
2016-05-26
1
-0
/
+3
*
tgsi: fix out of bounds access
Rob Clark
2016-05-26
1
-1
/
+1
*
gallium/tgsi: use _mesa_roundevenf in micro_rnd
Lars Hamre
2016-05-26
1
-4
/
+5
*
tgsi: print TGSI_PROPERTY_NEXT_SHADER value as string, not an integer
Brian Paul
2016-05-25
2
-0
/
+25
*
tgsi: s/6/PIPE_SHADER_TYPES/ for tgsi_processor_type_names array size
Brian Paul
2016-05-25
1
-1
/
+1
*
tgsi: remove culldist semantic.
Dave Airlie
2016-05-23
1
-1
/
+0
*
draw: stop using CULLDIST semantic.
Dave Airlie
2016-05-23
1
-2
/
+1
*
gallium: refactor pipe_shader_state to support multiple IR's
Rob Clark
2016-05-11
1
-3
/
+1
*
gallium: fix various undefined left shifts into sign bit
Nicolai Hähnle
2016-05-07
1
-1
/
+1
*
tgsi: initialize stack allocated struct
WuZhen
2016-05-01
1
-0
/
+7
*
tgsi/text: fix parsing of memory instructions
Nicolai Hähnle
2016-04-29
1
-13
/
+27
*
tgsi/text: add str_match_name_from_array
Nicolai Hähnle
2016-04-29
1
-0
/
+18
*
tgsi/text: add str_match_format helper function
Nicolai Hähnle
2016-04-29
1
-9
/
+22
*
tgsi/build: pass Memory.Texture and .Format through tgsi_build_full_instruction
Nicolai Hähnle
2016-04-29
1
-2
/
+6
*
tgsi/dump: signal nospace when the last print exceeded the size
Nicolai Hähnle
2016-04-29
1
-4
/
+6
*
tgsi/dump: shared dump_ctx initialization
Nicolai Hähnle
2016-04-29
1
-31
/
+17
*
tgsi: s/Elements/ARRAY_SIZE/
Brian Paul
2016-04-27
6
-28
/
+28
*
tgsi/exec: initialise SysSemanticToIndex array to -1
Dave Airlie
2016-04-27
1
-0
/
+3
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
2
-17
/
+35
*
tgsi/exec: make inputs/outputs optional for compute shaders.
Dave Airlie
2016-04-27
1
-19
/
+24
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
2
-3
/
+150
*
tgsi/exec: split out setting up masks to separate function
Dave Airlie
2016-04-27
1
-9
/
+14
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
2
-2
/
+2
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
2
-2
/
+2
*
tgsi/exec: fix system value handling.
Dave Airlie
2016-04-27
1
-3
/
+5
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
2
-12
/
+12
*
gallium: remove helpers converting to/from TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-2
/
+1
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
11
-72
/
+72
*
tgsi/lowering: improved lowering for LRP
Russell King
2016-04-19
1
-35
/
+20
*
tgsi/lowering: improved lowering for XPD
Russell King
2016-04-19
1
-22
/
+13
*
tgsi/lowering: add support for lowering TRUNC
Russell King
2016-04-19
2
-0
/
+85
*
tgsi/lowering: add support for lowering FLR and CEIL
Russell King
2016-04-19
2
-20
/
+149
*
tgsi: fix buffer overflow
Thomas Hindoe Paaboel Andersen
2016-04-13
1
-1
/
+1
[prev]
[next]