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
*
tgsi: add TXF support.
Dave Airlie
2011-08-25
2
-1
/
+59
*
tgsi: add TXQ support. (v2)
Dave Airlie
2011-08-25
2
-1
/
+31
*
Merge branch 'glsl-to-tgsi'
Bryan Cain
2011-08-04
2
-1
/
+14
|
\
|
*
tgsi: add support for TGSI_OPCODE_MOD in tgsi_exec
Bryan Cain
2011-08-01
1
-1
/
+12
|
*
gallium: add PIPE_SHADER_CAP_INTEGERS
Bryan Cain
2011-08-01
1
-0
/
+2
*
|
Merge branch 'gallium-polygon-stipple'
Brian Paul
2011-07-21
2
-10
/
+31
|
\
\
|
*
|
tgsi: add info fields for fragcoord origin, center, etc
Brian Paul
2011-07-21
2
-10
/
+31
|
|
/
*
/
tgsi: add some debug/print code in exec_tex(), disabled
Brian Paul
2011-07-06
1
-0
/
+11
|
/
*
tgsi: s/varient/variant/
Brian Paul
2011-06-07
1
-2
/
+2
*
tgsi/ureg: bump the limit of immediates
Marek Olšák
2011-05-30
1
-1
/
+1
*
tgsi: remove set-but-unused variables
Marek Olšák
2011-05-01
1
-4
/
+0
*
tgsi: Fix parsing of properties with digits in the name
Jakob Bornecrantz
2011-03-13
1
-1
/
+1
*
tgsi: Disable SSE2 code generation.
José Fonseca
2011-03-04
1
-3
/
+20
*
tgsi: Update assert.
José Fonseca
2011-03-03
1
-1
/
+1
*
tgsi: defer allocation of huge inputs/outputs until we have a gs
Zack Rusin
2011-03-02
2
-6
/
+45
*
gallium/tgsi: shuffle ureg_src structure to work around gcc4.6.0 issue
Jerome Glisse
2011-02-25
1
-14
/
+14
*
tgsi: add cases for array textures
Brian Paul
2011-01-26
1
-0
/
+2
*
tgsi: add support for 1D/2D texture arrays
Brian Paul
2011-01-25
3
-2
/
+39
*
gallium: implement modern sampling scheme
Zack Rusin
2011-01-24
12
-33
/
+607
*
Merge branch 'draw-instanced'
Brian Paul
2011-01-15
6
-8
/
+99
|
\
|
*
tgsi/ppc: add case for system values and assert
Brian Paul
2010-12-08
1
-1
/
+3
|
*
tgsi/sse: add support for system values
Brian Paul
2010-12-08
1
-3
/
+51
|
*
tgsi: new tgsi_shader_info fields for system values
Brian Paul
2010-12-08
2
-1
/
+22
|
*
tgsi: add support for system values to TGSI interpreter
Brian Paul
2010-12-08
2
-3
/
+23
*
|
tgsi: remove redundant name tables from tgsi_text, use those from tgsi_dump
Marek Olšák
2011-01-06
3
-56
/
+33
*
|
tgsi: Clean up header file inclusion in tgsi_text.h.
Vinson Lee
2010-12-30
1
-2
/
+4
*
|
tgsi: Clean up header file inclusion in tgsi_sanity.h.
Vinson Lee
2010-12-30
1
-2
/
+4
*
|
tgsi_dump: fix assert due to missing property name.
Dave Airlie
2010-12-28
1
-1
/
+2
*
|
tgsi_text: just parse as an integer (value is a boolean).
Dave Airlie
2010-12-24
1
-1
/
+0
*
|
gallium: add fragment shader property for color writes to all buffers. (v2)
Dave Airlie
2010-12-24
3
-2
/
+23
*
|
tgsi: fix rbug compile error
Marek Olšák
2010-12-11
1
-1
/
+2
|
/
*
gallium: add PIPE_SHADER_CAP_SUBROUTINES
Marek Olšák
2010-11-22
1
-0
/
+2
*
tgsi: Add STENCIL to text parser.
Chia-I Wu
2010-11-21
1
-1
/
+2
*
tgsi: fill out CAPs for indirect addressing
Marek Olšák
2010-11-12
1
-0
/
+5
*
tgsi: remove unused function
Brian Paul
2010-11-04
1
-11
/
+0
*
tgsi/build: Reduce interface clutter.
Michal Krol
2010-11-04
2
-541
/
+367
*
tgsi/exec: Get rid of obsolete condition codes.
Michal Krol
2010-11-04
2
-33
/
+4
*
tgsi/exec: Cleanup the remaining arithmetic instructions.
Michal Krol
2010-11-04
1
-378
/
+413
*
tgsi: add scanner support for centroid inputs
Dave Airlie
2010-10-15
2
-0
/
+2
*
gallium/tgsi: add support for stencil writes.
Dave Airlie
2010-10-13
3
-4
/
+8
*
tgsi: Export some names for some tgsi enums.
José Fonseca
2010-10-11
2
-23
/
+35
*
ureg: support centroid interpolation
Luca Barbieri
2010-09-27
2
-9
/
+31
*
tgsi: Fix missing test before check
Jakob Bornecrantz
2010-09-22
1
-1
/
+2
*
tgsi: Remove duplicate case value.
Vinson Lee
2010-09-20
1
-1
/
+0
*
tgsi: Actually care what check_soa_dependencies says
Jakob Bornecrantz
2010-09-21
1
-17
/
+39
*
tgsi: Don't ignore indirect registers in tgsi_check_soa_dependencies
José Fonseca
2010-09-21
1
-2
/
+4
*
tgsi: add switch/case opcodes to tgsi_opcode_tmp.h
Luca Barbieri
2010-09-20
1
-0
/
+4
*
tgsi/sse: fix aos_to_soa() loop to handle num_inputs==0
Brian Paul
2010-09-16
1
-6
/
+9
*
tgsi: fix incorrect usage_mask for shadow tex instructions
Brian Paul
2010-09-15
1
-5
/
+6
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-0
/
+30
[next]