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_exec.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: turn PIPE_SHADER_CAP_DOUBLES into a screen capability
Nicolai Hähnle
2017-02-02
1
-1
/
+0
*
gallium: add PIPE_SHADER_CAP_LOWER_IF_THRESHOLD
Marek Olšák
2016-11-15
1
-0
/
+1
*
tgsi/exec: implement restartable machine.
Dave Airlie
2016-04-27
1
-0
/
+2
*
tgsi/exec: implement load/store/atomic on MEMORY.
Dave Airlie
2016-04-27
1
-0
/
+4
*
tgsi: accept a starting PC value for exec machine.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: move to using vector for system values.
Dave Airlie
2016-04-27
1
-1
/
+1
*
tgsi: pass a shader type to the machine create and clean up.
Dave Airlie
2016-04-26
1
-2
/
+2
*
gallium: use PIPE_SHADER_* everywhere, remove TGSI_PROCESSOR_*
Marek Olšák
2016-04-22
1
-1
/
+1
*
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
1
-1
/
+33
*
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
1
-1
/
+43
*
tgsi: introduce NonHelperMask
Dave Airlie
2016-03-31
1
-0
/
+3
*
tgsi_exec: add support for up to 3 address registers (v2)
Dave Airlie
2016-03-31
1
-2
/
+3
*
tgsi: drop unused set_exec/kill_mask interfaces.
Dave Airlie
2016-03-22
1
-25
/
+0
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_IMAGES
Ilia Mirkin
2016-02-15
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_SUPPORTED_IRS
Samuel Pitoiset
2016-02-13
1
-0
/
+2
*
gallium: add PIPE_SHADER_CAP_MAX_SHADER_BUFFERS
Ilia Mirkin
2016-01-08
1
-0
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_UNROLL_ITERATIONS_HINT
Marek Olšák
2015-10-20
1
-0
/
+2
*
tgsi, softpipe: Constify tgsi_sampler in query_lod vfunc
Krzesimir Nowak
2015-09-11
1
-1
/
+1
*
tgsi,softpipe: capitalize the tgsi_sampler_control enum values
Brian Paul
2015-09-11
1
-7
/
+8
*
tgsi: Add code for handling lodq opcode
Krzesimir Nowak
2015-09-10
1
-0
/
+10
*
gallium: replace INLINE with inline
Ilia Mirkin
2015-07-21
1
-3
/
+3
*
softpipe,llvmpipe: fix PIPE_SHADER_CAP_MAX_INPUTS value
Marek Olšák
2015-06-25
1
-1
/
+1
*
tgsi/ureg: don't emit in/out arrays if drivers don't support ranged declarations
Marek Olšák
2015-06-05
1
-0
/
+1
*
tgsi: handle TG4 opcode in tgsi exec
Dave Airlie
2015-05-20
1
-1
/
+2
*
gallium: add FMA and DFMA opcodes (v3)
Marek Olšák
2015-03-16
1
-0
/
+1
*
gallium: add shader cap for dldexp/dfracexp support
Ilia Mirkin
2015-02-19
1
-0
/
+1
*
gallium: add a cap to enable double rounding opcodes
Ilia Mirkin
2015-02-19
1
-0
/
+2
*
softpipe/tgsi: expose doubles for softpipe.
Dave Airlie
2015-02-20
1
-1
/
+1
*
gallium: add PIPE_SHADER_CAP_MAX_OUTPUTS and use it in st/mesa
Marek Olšák
2014-10-21
1
-0
/
+2
*
gallium: remove PIPE_SHADER_CAP_MAX_ADDRS
Marek Olšák
2014-08-11
1
-3
/
+0
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-4
/
+4
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+2
*
tgsi_exec: use defines for max inputs/outputs
Dave Airlie
2014-06-11
1
-1
/
+1
*
tgsi/gs: bound max output vertices in shader
Dave Airlie
2014-06-11
1
-0
/
+1
*
tgsi: add missing switch cases in tgsi_exec_get_shader_param()
Brian Paul
2014-05-07
1
-2
/
+8
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
1
-2
/
+0
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
1
-3
/
+7
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
1
-9
/
+13
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
1
-6
/
+8
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
1
-0
/
+2
*
tgsi: Increase maximum number of temps to 4096.
José Fonseca
2012-12-04
1
-1
/
+1
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
1
-0
/
+13
*
gallium/tgsi: Split sampler views from shader resources.
Francisco Jerez
2012-05-11
1
-1
/
+2
*
gallium: Move duplicated helper macros to tgsi_exec.h
Tom Stellard
2012-01-30
1
-0
/
+13
*
gallium: Prefix #defines in tgsi_exec.h with TGSI_
Tom Stellard
2012-01-30
1
-18
/
+18
*
gallium: Unify defines of CHAN_[XYZW] in tgsi_exec.h
Tom Stellard
2012-01-30
1
-0
/
+4
*
tgsi/softpipe: add VertexID support.
Dave Airlie
2012-01-11
1
-1
/
+1
[next]