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
...
*
gallium: add TGSI_PROPERTY_MUL_ZERO_WINS
Ilia Mirkin
2017-01-23
1
-1
/
+2
*
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/tgsi: fix overflow in parse property
Li Qiang
2017-01-11
1
-3
/
+6
*
gallium: remove TGSI_OPCODE_SUB
Marek Olšák
2017-01-05
8
-34
/
+36
*
gallium: remove TGSI_OPCODE_ABS
Marek Olšák
2017-01-05
4
-7
/
+1
*
st/glsl_to_tgsi: plumb the GS output stream qualifier through to TGSI
Nicolai Hähnle
2016-12-12
2
-1
/
+21
*
tgsi/scan: collect information about output usagemasks
Nicolai Hähnle
2016-12-12
2
-0
/
+2
*
tgsi/scan: collect information about output vertex streams
Nicolai Hähnle
2016-12-12
2
-0
/
+19
*
tgsi: add Stream{X,Y,Z,W} fields to tgsi_declaration_semantic
Nicolai Hähnle
2016-12-12
3
-2
/
+77
*
tgsi: fix the src type of TGSI_OPCODE_MEMBAR
Marek Olšák
2016-12-07
1
-0
/
+1
*
tgsi: store writes_primid when scanning tgsi
Tim Rowley
2016-12-01
2
-0
/
+4
*
tgsi/scan: record if a shader writes the position output
Marek Olšák
2016-11-21
2
-0
/
+3
*
tgsi/scan: use a big switch for scanning outputs
Marek Olšák
2016-11-21
1
-40
/
+28
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
tgsi/scan: turn a huge if-else-if.. chain into a switch statement
Marek Olšák
2016-11-08
1
-14
/
+30
*
tgsi/scan: fix images_buffers regression
Marek Olšák
2016-11-08
1
-3
/
+2
*
tgsi: trivial build fix for MSVC
Brian Paul
2016-10-24
1
-1
/
+1
*
tgsi/scan: scan texture offset operands
Marek Olšák
2016-10-24
1
-0
/
+16
*
tgsi/scan: move src operand processing into a separate function
Marek Olšák
2016-10-24
1
-171
/
+183
*
tgsi/scan: get information about shader buffer usage
Marek Olšák
2016-10-24
2
-0
/
+23
*
tgsi/scan: handle indirect image indexing correctly
Marek Olšák
2016-10-24
2
-8
/
+17
*
tgsi/scan: don't treat RESQ etc. as memory instructions
Marek Olšák
2016-10-24
1
-5
/
+13
*
tgsi/scan: get information about indirect 2D file access
Marek Olšák
2016-10-24
2
-0
/
+7
*
tgsi/scan: get information about indirect CONST access
Marek Olšák
2016-10-24
2
-0
/
+15
*
gallium/tgsi: add missing #include
Marek Olšák
2016-10-18
1
-0
/
+2
*
tgsi: fix comment typo in tgsi_ureg.c
Brian Paul
2016-10-13
1
-1
/
+1
*
tgsi/ureg: add ureg_DECL_output_layout
Nicolai Hähnle
2016-10-12
2
-13
/
+38
*
tgsi/ureg: add layout/component input declarations
Nicolai Hähnle
2016-10-12
2
-12
/
+76
*
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
[prev]
[next]