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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
tgsi: Condition codes are implied in KILP.
Michal Krol
2009-03-30
1
-3
/
+1
*
tgsi: Explain symbols used in instruction set documentation.
Michal Krol
2009-03-30
1
-0
/
+71
*
tgsi: Document BRA opcode.
Michal Krol
2009-03-30
1
-1
/
+1
*
util: Support Z24S8/Z24X8.
José Fonseca
2009-03-27
1
-0
/
+16
*
mesa: Use the python executable from sys.executable.
José Fonseca
2009-03-27
1
-2
/
+4
*
tgsi: pass zero vector to texture sampler for 1D case instead of NULL
Brian Paul
2009-03-26
1
-1
/
+5
*
translate: Avoid unused variable warning.
José Fonseca
2009-03-25
1
-0
/
+2
*
util: Use size_t (for x86_64).
José Fonseca
2009-03-25
1
-1
/
+1
*
util: Don't use x86 asm on x86_64.
José Fonseca
2009-03-25
4
-16
/
+21
*
draw: Use size_t (for x86_64).
José Fonseca
2009-03-25
1
-5
/
+4
*
Add #ifdefs needed to compile Gallium on Solaris with gcc or Sun cc
Alan Coopersmith
2009-03-25
5
-15
/
+15
*
draw: update aa points shader comment
Keith Whitwell
2009-03-23
1
-1
/
+1
*
gallium: Remove remnants of reference counting internals outside of p_refcnt.h.
Michel Dänzer
2009-03-23
7
-17
/
+17
*
debug: Add function for writing transfers to files
Jakob Bornecrantz
2009-03-22
2
-32
/
+42
*
util: Add a new macro for testing empty lists.
José Fonseca
2009-03-23
1
-0
/
+3
*
tgsi: minor comments
Brian Paul
2009-03-22
1
-2
/
+2
*
tgsi: Document KIL, KILP instructions.
Michal Krol
2009-03-21
1
-2
/
+6
*
gallium/util: add upload manager helper module
Keith Whitwell
2009-03-20
4
-0
/
+297
*
tgsi: Document vs_2_0 instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+14
*
tgsi: Document vs_1_1 instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+14
*
tgsi: Begin documenting ps_2_x instruction set operations.
Michal Krol
2009-03-19
1
-0
/
+44
*
util: avoid clashprone UINT, UBYTE enum values
Keith Whitwell
2009-03-18
1
-58
/
+58
*
draw: use AOS_ERROR rather than clash-prone ERROR() macro
Keith Whitwell
2009-03-18
3
-9
/
+9
*
tgsi: Restore statement ordering.
José Fonseca
2009-03-17
1
-1
/
+1
*
util: Realloc takes bytes.
José Fonseca
2009-03-17
1
-2
/
+2
*
tgsi: Document ps_2_0 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+57
*
tgsi: Document ps_1_4 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+9
*
tgsi: Document ps_1_1 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+9
*
tgsi: Begin documenting GLSL instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+54
*
tgsi: Begin documenting NV_geometry_program4 instruction set operations.
Michal Krol
2009-03-17
1
-0
/
+14
*
tgsi: Silence const pointer cast warnings.
Michal Krol
2009-03-17
1
-4
/
+11
*
util: bitmask data type.
José Fonseca
2009-03-16
3
-0
/
+435
*
gallium: Use struct pipe_atomic for pipe refcounts.
Thomas Hellstrom
2009-03-16
7
-17
/
+21
*
tgsi: Begin documenting NV_gpu_program4 instruction set operations.
Michal Krol
2009-03-16
1
-0
/
+107
*
tgsi: Document NV_vertex_program3 instruction set operations.`
Michal Krol
2009-03-16
1
-0
/
+20
*
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-03-13
8
-54
/
+29
*
gallium: no need to keep a copy of shader tokens in state tracker
Keith Whitwell
2009-03-13
4
-73
/
+36
*
gallium: Remove do_flip argument from surface_copy
Jakob Bornecrantz
2009-03-13
1
-2
/
+2
*
tgsi: Localise SCS code.
Michal Krol
2009-03-12
1
-8
/
+8
*
tgsi: Rewrite NRM opcode, store 1.0 in W component.
Michal Krol
2009-03-12
1
-23
/
+27
*
tgsi: Begin documenting NV_fragment_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+78
*
tgsi: Begin documenting ARB_fragment_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+30
*
tgsi: Document ARB_vertex_program instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+16
*
tgsi: Begin documenting NV_vertex_program2 instruction set operations.
Michal Krol
2009-03-12
1
-0
/
+42
*
util: fix debug_assert() to avoid unused variable warnings in release builds
Keith Whitwell
2009-03-12
1
-1
/
+1
*
tgsi: Implement RFL, SFL, STR, X2D opcodes.
Michal Krol
2009-03-11
1
-5
/
+87
*
tgsi: Begin documenting NV_fragment_program instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+190
*
tgsi: Implement RCC opcode.
Michal Krol
2009-03-11
1
-1
/
+32
*
tgsi: Document NV_vertex_program1_1 instruction set operations.
Michal Krol
2009-03-11
1
-0
/
+28
*
tgsi: Untabify.
Michal Krol
2009-03-10
1
-31
/
+31
[prev]
[next]