index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: 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
*
tgsi: Initialize Padding struct fields.
Vinson Lee
2012-05-23
1
-0
/
+4
*
gallium/tgsi/text: Ensure ret is initialized in parse_immediate_data.
Vinson Lee
2012-05-17
1
-0
/
+4
*
gallium/tgsi: s/TGSI_BUFFER/TGSI_TEXTURE_BUFFER/
José Fonseca
2012-05-11
1
-2
/
+2
*
gallium/tgsi: Redefine the TGSI_TEXTURE_UNKNOWN texture target.
José Fonseca
2012-05-11
2
-2
/
+3
*
gallium/tgsi/text: Replace open-coded integer parsing with parse_int().
Francisco Jerez
2012-05-11
1
-17
/
+3
*
gallium/tgsi/text: Parse immediates of non-float data types.
Francisco Jerez
2012-05-11
1
-18
/
+48
*
gallium/tgsi: Fix tgsi_build_full_immediate() for non-float data types.
Francisco Jerez
2012-05-11
1
-22
/
+8
*
gallium/tgsi/text: Make label parsing optional for branch instructions.
Francisco Jerez
2012-05-11
1
-10
/
+9
*
gallium/tgsi/ureg: Support local temporary emission.
Francisco Jerez
2012-05-11
2
-6
/
+60
*
gallium/tgsi/ureg: Lift the restriction on releasing temporaries over UREG_MA...
Francisco Jerez
2012-05-11
1
-27
/
+22
[next]