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: drivers should reference vertex buffers
Marek Olšák
2011-01-06
1
-2
/
+8
*
draw: s/varient/variant/
Brian Paul
2010-12-16
10
-110
/
+110
*
draw/llvm: don't flush in vs_llvm_delete()
Brian Paul
2010-12-09
1
-12
/
+0
*
draw/llvm: remove redundant comment
Brian Paul
2010-12-09
1
-1
/
+0
*
draw/llvm: remove extraneous conditional
Brian Paul
2010-12-09
1
-6
/
+4
*
gallium: support for array textures and related changes
Roland Scheidegger
2010-12-02
2
-6
/
+8
*
gallivm/llvmpipe: squash merge of the llvm-context branch
Brian Paul
2010-11-30
8
-598
/
+735
*
gallivm: Remove the EMMS opcodes.
José Fonseca
2010-10-28
1
-10
/
+0
*
Merge branch 'primitive-restart-cleanup'
Brian Paul
2010-10-21
1
-1
/
+85
|
\
|
*
draw: implement primitive splitting for primitive restart
Brian Paul
2010-10-21
1
-1
/
+85
*
|
draw: fix typo in comment
Brian Paul
2010-10-21
1
-1
/
+1
|
/
*
draw: Remove unnecessary header.
Vinson Lee
2010-10-21
1
-1
/
+0
*
draw: use float version of LLVM Mul/Add instructions
Brian Paul
2010-10-20
1
-7
/
+7
*
llvmpipe/draw: always enable LLVMAddInstructionCombiningPass()
Brian Paul
2010-10-20
1
-7
/
+1
*
draw: Move loop variable declaration outside for loop.
Vinson Lee
2010-10-19
1
-1
/
+2
*
draw: make sure viewport gets updated in draw llvm shader
Keith Whitwell
2010-10-19
3
-27
/
+47
*
Merge branch 'llvm-cliptest-viewport'
Keith Whitwell
2010-10-19
5
-42
/
+455
|
\
|
*
draw: corrections to allow for different cliptest cases
Hui Qi Tay
2010-10-19
1
-3
/
+5
|
*
llvmpipe: clean up fields in draw_llvm_variant_key
Keith Whitwell
2010-10-17
2
-14
/
+9
|
*
draw: corrections for w coordinate
Hui Qi Tay
2010-10-17
1
-2
/
+3
|
*
draw: sanitize llvm variant key
Hui Qi Tay
2010-10-14
2
-1
/
+3
|
*
draw: some changes to allow for runtime changes to userclip planes
delphi
2010-10-10
5
-20
/
+67
|
*
draw: added userclip planes and updated variant_key
delphi
2010-10-04
2
-47
/
+99
|
*
draw: added viewport and cliptest flags
Hui Qi Tay
2010-09-29
3
-50
/
+98
|
*
draw: cliptest and viewport done in a single loop in vertex shader
Hui Qi Tay
2010-09-29
2
-27
/
+293
*
|
draw/llvmpipe: replace DRAW_MAX_TEXTURE_LEVELS with PIPE_MAX_TEXTURE_LEVELS
Brian Paul
2010-10-12
4
-20
/
+18
*
|
draw: check for null sampler pointers
Brian Paul
2010-09-30
1
-4
/
+6
*
|
draw: pass sampler state down to llvm jit state
Brian Paul
2010-09-29
3
-0
/
+26
|
/
*
draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
José Fonseca
2010-09-25
3
-0
/
+33
*
draw: Prevent clipped vertices overflow.
José Fonseca
2010-09-23
1
-1
/
+13
*
draw: don't apply flatshading to clipped tris with <3 verts
Keith Whitwell
2010-09-23
1
-17
/
+18
*
draw: new draw_fs.[ch] files
Brian Paul
2010-09-21
2
-0
/
+115
*
draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
Brian Paul
2010-09-20
1
-1
/
+5
*
draw: fix test for using the wide-point stage
Brian Paul
2010-09-20
1
-2
/
+2
*
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-17
6
-81
/
+135
*
draw: Remove unnecessary header.
Vinson Lee
2010-09-15
1
-1
/
+0
*
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-14
1
-0
/
+13
*
draw: minor reformatting
Brian Paul
2010-09-09
1
-2
/
+1
*
draw: Include missing headers in draw_vs_aos.h.
Vinson Lee
2010-09-02
1
-0
/
+2
*
draw: Include missing header in draw_vs_llvm.c.
Vinson Lee
2010-08-28
1
-0
/
+1
*
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
11
-205
/
+267
*
draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
Chia-I Wu
2010-08-25
3
-28
/
+0
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
3
-59
/
+4
*
draw: Add draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
5
-31
/
+104
*
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
4
-38
/
+100
*
draw: Don't assert if indices point outside vertex buffer.
José Fonseca
2010-08-22
1
-2
/
+7
*
draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)
Luca Barbieri
2010-08-16
3
-17
/
+32
*
drwa: Fix polygon edge flags.
Chia-I Wu
2010-08-16
1
-1
/
+1
*
draw: No need to make max_vertices even.
Chia-I Wu
2010-08-16
6
-30
/
+0
*
draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.
Chia-I Wu
2010-08-16
6
-30
/
+19
[next]