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: 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
*
tgsi: add tgsi_util_get_texture_coord_dim()
Chia-I Wu
2013-05-08
2
-0
/
+94
*
tgsi/ureg: make the dst register match the src indirection
Zack Rusin
2013-05-03
2
-4
/
+11
*
tgsi: allow negation of all integer types
Zack Rusin
2013-05-02
1
-2
/
+1
*
tgsi/ureg: Add a function to return the number of outputs
Zack Rusin
2013-04-26
2
-0
/
+15
*
tgsi/scan: set correct input limits for geometry shader
Zack Rusin
2013-04-22
1
-0
/
+17
*
gallivm/tgsi: fix up breakc
Roland Scheidegger
2013-04-20
2
-1
/
+5
*
tgsi/exec: geometry shaders are executed on a single primitive
Zack Rusin
2013-04-16
1
-13
/
+17
*
tgsi/exec: fix the udiv and umod instructions
Zack Rusin
2013-04-16
1
-8
/
+8
*
gallium: Disambiguate TGSI_OPCODE_IF.
José Fonseca
2013-04-17
4
-1
/
+27
*
gallium: Eliminate TGSI_OPCODE_IFC.
José Fonseca
2013-04-17
2
-2
/
+1
*
gallivm/tgsi: handle untyped moves
Zack Rusin
2013-04-10
1
-0
/
+1
*
tgsi: Ensure struct tgsi_ind_register field Index is initialized.
Vinson Lee
2013-04-08
1
-0
/
+1
*
draw: Implement support for primitive id
Zack Rusin
2013-04-03
2
-0
/
+3
[next]