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
*
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
*
drwa: Add PRIMITIVE macro to vsplit.
Chia-I Wu
2010-08-16
2
-20
/
+31
*
draw: last_vertex_last is always true for GS and SO.
Chia-I Wu
2010-08-16
2
-9
/
+3
*
draw: Remove varray and vcache.
Chia-I Wu
2010-08-16
7
-1278
/
+2
*
draw: Replace vcache by vsplit.
Chia-I Wu
2010-08-16
3
-26
/
+4
*
draw: Replace varray by vsplit.
Chia-I Wu
2010-08-16
2
-8
/
+9
*
draw: Add vsplit frontend.
Chia-I Wu
2010-08-16
4
-1
/
+693
*
draw: Add new util function draw_pt_trim_count.
Chia-I Wu
2010-08-16
3
-10
/
+9
*
draw: Simplify frontend interface a little.
Chia-I Wu
2010-08-16
5
-21
/
+11
*
draw: Add prim flags to middle ends.
Chia-I Wu
2010-08-16
7
-26
/
+46
*
draw: Add flags to draw_prim_info.
Chia-I Wu
2010-08-16
9
-11
/
+36
*
draw: Remove unused variable.
José Fonseca
2010-08-08
1
-4
/
+2
*
draw: Use the correct type for integers
nobled
2010-08-08
1
-4
/
+2
*
draw: Add an assertion to varray's version of trim().
Chia-I Wu
2010-08-07
1
-1
/
+6
*
draw: Fix draw_pt_split_prim for primitives with adjacency.
Chia-I Wu
2010-08-07
1
-3
/
+3
*
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
2010-08-07
1
-13
/
+23
*
draw: Avoid mixed declarations and code.
Chia-I Wu
2010-08-06
3
-4
/
+4
*
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
1
-19
/
+15
*
draw: Mask out vertex flags in GS and stream output.
Chia-I Wu
2010-08-06
2
-2
/
+2
*
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
2
-296
/
+36
*
draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
Chia-I Wu
2010-08-06
2
-138
/
+38
*
draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
Chia-I Wu
2010-08-06
2
-171
/
+39
*
draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
Chia-I Wu
2010-08-06
2
-252
/
+92
*
draw: Add draw_decompose_tmp.h.
Chia-I Wu
2010-08-06
1
-0
/
+425
*
draw: Fix return type of draw_translate_vinfo_size.
Vinson Lee
2010-08-04
1
-1
/
+1
*
draw: Fix the edge flags of flatshade_first polygons.
Chia-I Wu
2010-08-04
1
-4
/
+4
*
draw: check for instance divisors in vcache_check_run()
Brian Paul
2010-08-03
1
-0
/
+22
*
draw: added a comment
Brian Paul
2010-08-03
1
-0
/
+1
*
draw: use instance divisor in draw_print_arrays()
Brian Paul
2010-08-03
1
-0
/
+5
*
draw: add assertion, rearrange debug code
Brian Paul
2010-08-03
1
-4
/
+10
*
draw: fix warning in sse code.
Dave Airlie
2010-08-02
1
-0
/
+1
*
draw: actually a noop, rather than not implemented
Zack Rusin
2010-07-30
1
-1
/
+4
*
llvmpipe: Fix implicit declaration of lp_func_delete_body warnings.
Vinson Lee
2010-07-30
1
-0
/
+1
*
llvmpipe: delete function bodies after generating machine code
Zack Rusin
2010-07-30
1
-0
/
+2
*
draw: do bounds checking of array elements (debug only)
Brian Paul
2010-07-29
1
-9
/
+26
*
draw: assorted clean-ups in clipper code
Brian Paul
2010-07-29
1
-20
/
+20
*
gallium: implement bounds checking for constant buffers
Brian Paul
2010-07-29
11
-17
/
+54
*
draw: add vertex buffer offset in draw_print_arrays()
Brian Paul
2010-07-29
1
-0
/
+1
*
draw: Also emit EMMS on generated LLVM IR.
José Fonseca
2010-07-29
1
-0
/
+11
*
draw: Fix VMware spelling.
Vinson Lee
2010-07-28
3
-3
/
+3
[next]