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 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
*
tgsi: Include missing header in tgsi_parse.h.
Vinson Lee
2010-08-27
1
-0
/
+1
*
tgsi: Include missing header in tgsi_info.h.
Vinson Lee
2010-08-27
1
-0
/
+1
*
tgsi: Include missing header in tgsi_dump.h.
Vinson Lee
2010-08-27
1
-0
/
+1
*
tgsi: Include missing header in tgsi_sse2.h.
Vinson Lee
2010-08-26
1
-1
/
+4
*
tgsi: helper for dumping tokens as hex
Keith Whitwell
2010-08-25
2
-13
/
+25
*
tgsi: fix false CondStackTop==0 assertion
Brian Paul
2010-08-23
1
-0
/
+5
*
gallium: Make printing info on debug builds default off
Jakob Bornecrantz
2010-08-15
2
-2
/
+2
*
gallium: remove stray semicolons
Brian Paul
2010-08-06
1
-1
/
+1
*
tgsi: Fix typo, so we follow what is in the comments
Jakob Bornecrantz
2010-08-05
1
-1
/
+1
*
tgsi: Add option to stop the sanity checker from printing
Jakob Bornecrantz
2010-08-05
2
-1
/
+15
*
tgsi: remove incorrect assertion
Brian Paul
2010-07-30
1
-1
/
+0
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
2
-7
/
+56
*
tgsi: Fix error message on invalid swizzle parse
Jakob Bornecrantz
2010-07-22
1
-1
/
+1
*
tgsi: added tgsi_shader_info::indirect_files field
Brian Paul
2010-07-21
2
-0
/
+19
*
tgsi: Remove dead assignment in uprcase function.
Vinson Lee
2010-07-15
1
-1
/
+1
*
tgsi: make sure that we print out the adjacency prims correctly
Zack Rusin
2010-07-10
1
-1
/
+5
[next]