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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
gallium: Use STATIC_ASSERT whenever possible.
Jose Fonseca
2016-04-12
2
-2
/
+2
*
softpipe: add SSBO/shader atomics support.
Dave Airlie
2016-04-12
1
-1
/
+2
*
tgsi: add support for buffer/atomic operations to tgsi_exec.
Dave Airlie
2016-04-12
2
-10
/
+241
*
tgsi/scan: add an assert for the size of the samplers_declared bitfield
Nicolai Hähnle
2016-04-07
1
-1
/
+2
*
tgsi: add simple tgsi_is_msaa_target() helper
Brian Paul
2016-04-02
1
-0
/
+8
*
gallium: add threads per block TGSI property
Bas Nieuwenhuizen
2016-04-02
1
-0
/
+3
*
tgsi: silence compiler warning in fetch_sampler_unit()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: fix out of bounds access in exec_atomop()
Samuel Pitoiset
2016-04-01
1
-1
/
+1
*
tgsi: split tgsi_util_get_texture_coord_dim() function into two
Brian Paul
2016-03-31
3
-41
/
+38
*
tgsi: skip texture query opcodes when examining texture targets
Brian Paul
2016-03-31
1
-1
/
+15
*
softpipe: add image support to softpipe (v3)
Dave Airlie
2016-03-31
1
-1
/
+3
*
tgsi: add support for image operations to tgsi_exec. (v2.1)
Dave Airlie
2016-03-31
2
-2
/
+315
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
2
-0
/
+5
*
tgsi_exec: handle execmask when doing indirect lookups
Dave Airlie
2016-03-31
1
-3
/
+9
*
tgsi_exec: add support for up to 3 address registers (v2)
Dave Airlie
2016-03-31
1
-2
/
+3
*
tgsi: (trivial) only verify target for is_tex instructions
Roland Scheidegger
2016-03-30
1
-8
/
+7
*
tgsi: simplify tgsi_shader_info::is_msaa_sampler checking
Brian Paul
2016-03-29
1
-3
/
+2
[next]