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
/
draw
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
4
-8
/
+8
*
draw: silence some warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
*
draw: queiten compiler warnings
Keith Whitwell
2009-01-27
1
-1
/
+4
*
gallium: code to dump/debug PPC code (disabled)
Brian Paul
2009-01-10
1
-0
/
+5
*
draw: Add missing include.
José Fonseca
2009-01-09
1
-0
/
+2
*
draw: Predeclare struct.
José Fonseca
2009-01-08
1
-1
/
+2
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
José Fonseca
2009-01-08
2
-4
/
+28
|
\
|
*
draw: allow driver-override of draw_need_pipeline()
Keith Whitwell
2008-12-23
2
-4
/
+28
*
|
draw: Avoid integer overflow converting pointers on 64bit archs.
José Fonseca
2008-12-31
1
-1
/
+1
*
|
draw: Do not specify types in bitfields.
José Fonseca
2008-12-30
1
-3
/
+3
*
|
gallium: fix some asserts
Alan Hourihane
2008-12-16
1
-4
/
+4
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
1
-1
/
+1
|
\
|
|
*
draw: Silencium compiler warnings on Windows.
Michal Krol
2008-12-11
1
-1
/
+1
*
|
gallium: catch vertex overflow higher up
Alan Hourihane
2008-12-11
1
-6
/
+7
*
|
gallium: added missing brace to fix broken build
Brian Paul
2008-12-10
1
-1
/
+1
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-12-10
4
-6
/
+20
|
\
|
|
*
gallium: added draw_set_mrd() function to fix polygon offset
Brian Paul
2008-12-10
4
-2
/
+16
|
*
draw: add const qualifiers
Keith Whitwell
2008-12-10
2
-4
/
+4
|
*
draw: Add missing include.
Michal Krol
2008-11-12
1
-0
/
+1
*
|
gallium: change 65535 to UNDEFINED_VERTEX_ID
Alan Hourihane
2008-12-10
4
-9
/
+9
*
|
gallium: more vertex count checks
Alan Hourihane
2008-12-10
3
-4
/
+31
*
|
gallium: temporary check for > 65535 vertices
Alan Hourihane
2008-12-10
4
-0
/
+11
*
|
gallium: added draw_texture_samplers() to support texture fetches from vertex...
Brian
2008-12-04
4
-3
/
+27
*
|
draw: Add missing include.
Michal Krol
2008-11-12
1
-0
/
+1
*
|
gallium: use PIPE_ARCH_SSE to protect use of SSE instrinsics only
Brian
2008-11-09
1
-1
/
+1
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-06
1
-0
/
+89
|
\
|
|
*
gallium: debug code to print vertex array data (disabled)
Brian Paul
2008-11-06
1
-0
/
+89
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Brian Paul
2008-11-05
4
-1
/
+46
|
\
|
|
*
gallium: call tgsi_set_exec_mask() and use exec mask in SSE ARL code
Brian Paul
2008-11-05
2
-0
/
+20
|
*
gallium: added some debug code (disabled)
Brian Paul
2008-11-05
1
-0
/
+24
|
*
gallium: disable some debug output
Brian Paul
2008-11-05
1
-1
/
+2
|
*
draw: Implement TGSI_OPCODE_TRUNC.
michal
2008-11-05
1
-0
/
+14
*
|
draw: Implement TGSI_OPCODE_TRUNC.
michal
2008-11-05
1
-0
/
+14
*
|
gallium: no longer pass max_inst to ppc_init_func()
Brian Paul
2008-10-29
1
-1
/
+1
*
|
gallium: clean-ups
Brian Paul
2008-10-29
1
-10
/
+4
*
|
gallium: remove old code
Brian Paul
2008-10-28
1
-29
/
+0
*
|
gallium: ppc: don't replicate/smear immediate values, use vspltw instruction ...
Brian Paul
2008-10-28
1
-4
/
+4
*
|
scons: ppc support.
Michel Dänzer
2008-10-23
1
-0
/
+1
*
|
gallium: new PPC built-in constants array
Brian Paul
2008-10-22
1
-2
/
+6
*
|
cell: turn on PPC assembly vertex transform
Brian Paul
2008-10-22
1
-4
/
+1
*
|
gallium: temporarily disable PPC vertex shader until more things run
Brian Paul
2008-10-22
1
-0
/
+3
*
|
gallium: PPC vertex shader support
Brian Paul
2008-10-22
4
-1
/
+279
*
|
gallium: fix the test in vs_exec_prepare() to avoid redundant bindings
Brian Paul
2008-10-15
1
-3
/
+1
*
|
draw: don't assume output buffer pointer is aligned
Keith Whitwell
2008-10-15
1
-1
/
+1
*
|
Merge commit 'origin/gallium-0.1' into gallium-0.2
Keith Whitwell
2008-10-10
10
-38
/
+82
|
\
|
|
*
draw: don't assume output buffer pointer is aligned
Keith Whitwell
2008-10-07
1
-1
/
+1
|
*
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-10-07
4
-19
/
+33
|
*
draw: Fix compiler errors on Windows.
Michal Krol
2008-10-06
1
-3
/
+3
|
*
make draw's vertex_info struct smaller/quicker to compare with memcmp()
Keith Whitwell
2008-10-06
6
-19
/
+49
|
*
draw: modify prefetching slightly
Keith Whitwell
2008-10-02
1
-4
/
+15
[next]