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
*
gallium: Fix compiler warning.
Jan Vesely
2014-08-04
2
-2
/
+2
*
gallium: rename shader cap MAX_CONSTS to MAX_CONST_BUFFER_SIZE
Marek Olšák
2014-07-28
1
-4
/
+4
*
util/tgsi: Fix ureg_EMIT/ENDPRIM prototype.
José Fonseca
2014-07-15
1
-2
/
+2
*
gallium: add INTERP_* opcodes to support interpolateAt*
Ilia Mirkin
2014-07-09
1
-0
/
+4
*
tgsi: add interpolation location modifier support to text parser
Ilia Mirkin
2014-07-09
1
-0
/
+17
*
gallium: switch dedicated centroid field to interpolation location
Ilia Mirkin
2014-07-09
8
-15
/
+25
*
tgsi: properly parse indirect dimension references (e.g. for UBOs)
Ilia Mirkin
2014-07-09
1
-0
/
+7
*
gallium: Add PIPE_SHADER_CAP_DOUBLES
Tom Stellard
2014-07-02
1
-0
/
+2
*
gallium: add vertex stream argument to EMIT/ENDPRIM
Ilia Mirkin
2014-07-01
1
-2
/
+2
*
tgsi_exec: use defines for max inputs/outputs
Dave Airlie
2014-06-11
2
-4
/
+4
*
tgsi/gs: bound max output vertices in shader
Dave Airlie
2014-06-11
2
-0
/
+9
*
gallium: create TGSI_PROPERTY to disable viewport and clipping
Christoph Bumiller
2014-06-02
3
-0
/
+21
*
tgsi: add GS_INVOCATIONS to property names array
Ilia Mirkin
2014-05-21
1
-1
/
+2
*
tgsi: support parsing texture offsets from text tgsi shaders
Ilia Mirkin
2014-05-14
1
-5
/
+48
*
tgsi: add missing switch cases in tgsi_exec_get_shader_param()
Brian Paul
2014-05-07
1
-2
/
+8
*
tgsi: add tgsi_exec support for new bit manipulation opcodes
Ilia Mirkin
2014-04-28
1
-0
/
+172
*
gallium: add new opcodes for ARB_gs5 bit manipulation support
Ilia Mirkin
2014-04-28
1
-0
/
+8
*
gallium: add GS_INVOCATIONS property
Ilia Mirkin
2014-04-26
1
-0
/
+9
*
gallium: add INVOCATIONID semantic
Ilia Mirkin
2014-04-26
1
-1
/
+2
*
gallium: add basic support for ARB_sample_shading
Ilia Mirkin
2014-04-26
1
-1
/
+4
*
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
*
tgsi_ureg: add property_gs_invocations
Jordan Justen
2014-02-20
2
-0
/
+11
*
gallium/tgsi: correct typo propagated from NV_vertex_program1_1
Erik Faye-Lund
2014-02-07
1
-2
/
+2
*
gallium/tgsi: use CLAMP instead of open-coded clamps
Erik Faye-Lund
2014-02-07
1
-22
/
+4
*
tgsi/ureg: increase the number of immediates
Zack Rusin
2014-02-05
1
-1
/
+1
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
25
-48
/
+48
*
tgsi: Prevent emission of instructions with empty writemask.
José Fonseca
2013-11-22
2
-0
/
+42
*
tgsi: Rework calls to ureg_emit_insn().
José Fonseca
2013-11-22
1
-96
/
+104
*
tgsi_exec: Fix mask calculation for emit_kill_if.
José Fonseca
2013-11-21
1
-0
/
+3
*
gallivm: Compile flag to debug TGSI execution through printfs.
José Fonseca
2013-11-14
2
-0
/
+30
*
tgsi/scan: set maximum index for each constant buffer
Marek Olšák
2013-11-04
2
-1
/
+13
*
gallium: Add support for 32x32 muls with 64 bit results
Zack Rusin
2013-10-09
4
-0
/
+45
*
softpipe: handle NULL sampler views for texture sampling / queries
Roland Scheidegger
2013-08-30
1
-0
/
+1
*
tgsi_build: fix order of arguments for ind register build
Dave Airlie
2013-08-27
1
-1
/
+1
*
tgsi: finish declaration parsing for arrays.
Dave Airlie
2013-08-27
1
-1
/
+31
*
tgsi: add info about MSAA samplers to tgsi_shader_info
Marek Olšák
2013-08-15
2
-0
/
+14
*
tgsi: fix the location of sample index
Marek Olšák
2013-08-15
1
-1
/
+3
*
tgsi: implement new float comparison instructions returning integer masks
Roland Scheidegger
2013-08-13
4
-4
/
+102
*
tgsi: remove unneeded File == TGSI_FILE_INPUT test
Brian Paul
2013-08-05
1
-1
/
+0
*
tgsi: clean up tgsi_scan_shader() function
Brian Paul
2013-08-05
1
-41
/
+42
*
tgsi: detect prim id and front face usage in fs
Zack Rusin
2013-08-02
2
-2
/
+8
*
tgsi: add ucmp to the list of opcodes
Zack Rusin
2013-08-02
1
-0
/
+1
*
tgsi: obey clarified shift behavior
Roland Scheidegger
2013-08-02
1
-12
/
+27
*
tgsi: handle texel swizzles correctly for d3d10-style sample opcodes
Roland Scheidegger
2013-07-27
1
-5
/
+35
*
gallium: fixup definitions of the rsq and sqrt
Zack Rusin
2013-07-11
1
-8
/
+8
*
tgsi: rename the TGSI fragment kill opcodes
Brian Paul
2013-07-12
5
-14
/
+14
*
tgsi: fix-up KILP comments
Brian Paul
2013-07-12
1
-3
/
+2
*
tgsi: exec TGSI_OPCODE_SQRT as a scalar instruction, not vector
Brian Paul
2013-07-12
1
-1
/
+1
*
tgsi: use X component of the second operand in exec_scalar_binary()
Brian Paul
2013-07-12
1
-1
/
+1
[next]