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: 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
*
tgsi: s/unsigned/int/ to silence MSVC warning
Brian Paul
2013-07-12
1
-1
/
+1
*
gallivm: do per-pixel lod calculations for explicit lod
Roland Scheidegger
2013-07-04
2
-0
/
+3
*
tgsi: text parser: fix parsing of array in declaration
Dave Airlie
2013-06-18
1
-3
/
+9
*
gallium: add a cull distance semantic
Zack Rusin
2013-06-10
3
-1
/
+7
*
draw: make sure clipdistances work with geometry shaders
Zack Rusin
2013-06-10
1
-1
/
+1
*
tgsi: replace tgsi_file_names tgsi_file_names[] with tgsi_file_name() function
Brian Paul
2013-06-07
4
-13
/
+25
*
gallium/tgsi: add missing string for layer semantic
Roland Scheidegger
2013-06-06
3
-1
/
+8
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
3
-1
/
+9
*
tgsi: add buffer texture to tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-27
2
-0
/
+3
*
tgsi: fix operand type of TGSI_OPCODE_NOT
Chia-I Wu
2013-05-08
1
-0
/
+1
*
tgsi: refactor tgsi_opcode_infer_src_type()
Chia-I Wu
2013-05-08
1
-35
/
+9
*
tgsi: refactor tgsi_opcode_infer_dst_type()
Chia-I Wu
2013-05-08
1
-25
/
+35
*
tgsi: reorder opcodes in opcode type inference
Chia-I Wu
2013-05-08
1
-24
/
+24
*
tgsi: clean up exec_tex()
Chia-I Wu
2013-05-08
1
-168
/
+52
[next]