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/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
*
gallium/tgsi: fix valgrind warning
Marek Olšák
2013-03-26
1
-1
/
+1
*
gallium: add TGSI_SEMANTIC_TEXCOORD,PCOORD v3
Christoph Bumiller
2013-03-20
2
-1
/
+4
*
tgsi: fix uninitialized declaration array fields
Brian Paul
2013-03-19
1
-0
/
+13
*
tgsi: add initializer data to fix MSVC compile error
Brian Paul
2013-03-19
1
-1
/
+1
*
tgsi: use separate structure for indirect address v2
Christian König
2013-03-19
10
-118
/
+161
*
tgsi: add ArrayID to declarations
Christian König
2013-03-19
5
-3
/
+59
*
tgsi: remove TGSI_FILE_(IMMEDIATE|TEMP)_ARRAY
Christian König
2013-03-19
9
-164
/
+0
*
tgsi/ureg: implement support for array temporaries
Christian König
2013-03-19
2
-24
/
+69
*
tgsi/ureg: cleanup local temporary emission v2
Christian König
2013-03-19
1
-17
/
+13
*
tgsi: fix sample_d emit for arrays
Roland Scheidegger
2013-03-14
1
-19
/
+11
*
tgsi/exec: Correctly reset NumOutputs before parsing the shader
Zack Rusin
2013-03-07
1
-3
/
+7
*
tgsi: emit code for SVIEWINFO and SAMPLE_I
Roland Scheidegger
2013-03-11
1
-3
/
+10
*
tgsi: fix wrong reg used for unit for TGSI_OPCODE_TXF
Roland Scheidegger
2013-03-11
1
-2
/
+2
*
tgsi: handle projection modifier for array textures.
Roland Scheidegger
2013-03-05
1
-3
/
+11
*
tgsi: add texel offsets and derivatives to sampler interface
Roland Scheidegger
2013-03-02
2
-79
/
+185
*
softpipe/draw/tgsi: simplify driver/tgsi sampler interface
Roland Scheidegger
2013-02-28
2
-52
/
+51
*
tgsi: Improve execution debugging.
José Fonseca
2013-02-22
1
-5
/
+24
*
gallivm/tgsi: fix issues with sample opcodes
Roland Scheidegger
2013-02-16
4
-10
/
+160
*
gallivm/tgsi: fix src modifier fetching with non-float types.
Roland Scheidegger
2013-02-16
2
-3
/
+5
*
gallium: fix tgsi SAMPLE_L opcode to use separate source for explicit lod
Roland Scheidegger
2013-02-12
3
-3
/
+3
*
softpipe: clean up lod computation
Roland Scheidegger
2013-02-08
2
-54
/
+50
*
softpipe: try to beat new dx10-style sample opcodes into shape
Roland Scheidegger
2013-02-08
1
-67
/
+89
*
gallivm: fix up size queries for dx10 sviewinfo opcode
Roland Scheidegger
2013-02-08
1
-0
/
+4
*
tgsi: add support for new SQRT opcode
Brian Paul
2013-02-04
4
-1
/
+18
*
gallium: Remove ppc asm backend
Adam Jackson
2013-01-20
2
-1410
/
+0
*
tgsi: Allow TXF from buffers.
José Fonseca
2012-12-04
1
-0
/
+1
*
tgsi: Increase maximum number of temps to 4096.
José Fonseca
2012-12-04
1
-1
/
+1
*
gallivm,llvmpipe: handle TXF (texelFetch) instruction, including offsets
Roland Scheidegger
2012-11-27
1
-0
/
+1
*
tgsi: Lift the requirement of indirection being done by ADDR register.
José Fonseca
2012-11-09
1
-1
/
+0
*
softpipe: add ARB_texture_cube_map_array support (v1.1)
Dave Airlie
2012-11-09
2
-30
/
+103
*
gallium: add defines/shader opcode for texture cube map array
Dave Airlie
2012-11-09
3
-2
/
+9
*
mesa: bump MAX_VARYING to 32
Marek Olšák
2012-10-29
1
-1
/
+1
*
tgsi: silence MSVC signed/unsigned comparison warnings
Brian Paul
2012-10-17
2
-2
/
+2
*
tgsi: Add support to parse IMM[x] too.
José Fonseca
2012-10-17
1
-0
/
+28
*
tgsi: Dump register number when dumping immediates.
José Fonseca
2012-10-12
1
-1
/
+7
*
Remove useless checks for NULL before freeing
Matt Turner
2012-09-05
1
-16
/
+6
*
tgsi: include u_debug.h
Brian Paul
2012-09-01
1
-0
/
+1
*
gallium: add TGSI support for multisample textures
Marek Olšák
2012-08-15
3
-1
/
+6
*
gallium/tgsi: fix TGSI text parser
Marek Olšák
2012-08-15
1
-77
/
+97
*
gallium/tgsi: fixup texture name strings
Marek Olšák
2012-08-04
1
-4
/
+4
*
gallium/tgsi: Don't declare temps individually when they are all similar.
José Fonseca
2012-07-02
1
-8
/
+19
[next]