index
:
android-x86-mesa.git
envsa_r300
froyo-x86
r300
Androïd/x86 port of Mesa drivers
Hugues Hiegel
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
gallium
/
auxiliary
/
draw
Age
Commit message (
Expand
)
Author
2010-09-25
draw: Fullfil the new min_lod/max_lod/lod_bias/border_color dynamic state
José Fonseca
2010-09-23
draw: Prevent clipped vertices overflow.
José Fonseca
2010-09-23
draw: don't apply flatshading to clipped tris with <3 verts
Keith Whitwell
2010-09-21
draw: new draw_fs.[ch] files
Brian Paul
2010-09-20
draw: check bitshift against PIPE_MAX_SHADER_OUTPUS
Brian Paul
2010-09-20
draw: fix test for using the wide-point stage
Brian Paul
2010-09-17
gallium: rework handling of sprite_coord_enable state
Brian Paul
2010-09-15
draw: Remove unnecessary header.
Vinson Lee
2010-09-14
gallium: introduce get_shader_param (ALL DRIVERS CHANGED) (v3)
Luca Barbieri
2010-09-09
draw: minor reformatting
Brian Paul
2010-09-02
draw: Include missing headers in draw_vs_aos.h.
Vinson Lee
2010-08-28
draw: Include missing header in draw_vs_llvm.c.
Vinson Lee
2010-08-25
draw: specialized cliptesting routines
Keith Whitwell
2010-08-25
draw: Remove UNDEFINED_VERTEX_ID checks in emit pathes.
Chia-I Wu
2010-08-25
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
draw: Add draw_set_index_buffer and others.
Chia-I Wu
2010-08-22
draw: reduce the size of the llvm variant key
Keith Whitwell
2010-08-22
draw: Don't assert if indices point outside vertex buffer.
José Fonseca
2010-08-16
draw_llvm: fix segfaults on non-SSE2 CPUs where it is disabled (v2)
Luca Barbieri
2010-08-16
drwa: Fix polygon edge flags.
Chia-I Wu
2010-08-16
draw: No need to make max_vertices even.
Chia-I Wu
2010-08-16
draw: Remove DRAW_PIPE_MAX_VERTICES and DRAW_PIPE_FLAG_MASK.
Chia-I Wu
2010-08-16
drwa: Add PRIMITIVE macro to vsplit.
Chia-I Wu
2010-08-16
draw: last_vertex_last is always true for GS and SO.
Chia-I Wu
2010-08-16
draw: Remove varray and vcache.
Chia-I Wu
2010-08-16
draw: Replace vcache by vsplit.
Chia-I Wu
2010-08-16
draw: Replace varray by vsplit.
Chia-I Wu
2010-08-16
draw: Add vsplit frontend.
Chia-I Wu
2010-08-16
draw: Add new util function draw_pt_trim_count.
Chia-I Wu
2010-08-16
draw: Simplify frontend interface a little.
Chia-I Wu
2010-08-16
draw: Add prim flags to middle ends.
Chia-I Wu
2010-08-16
draw: Add flags to draw_prim_info.
Chia-I Wu
2010-08-08
draw: Remove unused variable.
José Fonseca
2010-08-08
draw: Use the correct type for integers
nobled
2010-08-07
draw: Add an assertion to varray's version of trim().
Chia-I Wu
2010-08-07
draw: Fix draw_pt_split_prim for primitives with adjacency.
Chia-I Wu
2010-08-07
draw: Assert that only the first vetex may have flags set.
Chia-I Wu
2010-08-06
draw: Avoid mixed declarations and code.
Chia-I Wu
2010-08-06
draw: Remove unnecessary vertex flag ANDs.
Chia-I Wu
2010-08-06
draw: Mask out vertex flags in GS and stream output.
Chia-I Wu
2010-08-06
draw: Include draw_decompose_tmp.h in draw_pt_decompose.h.
Chia-I Wu
2010-08-06
draw: Include draw_decompose_tmp.h in draw_so_emit_tmp.h.
Chia-I Wu
2010-08-06
draw: Include draw_decompose_tmp.h in draw_gs_tmp.h.
Chia-I Wu
2010-08-06
draw: Include draw_decompose_tmp.h in draw_pt_vcache_tmp.h.
Chia-I Wu
2010-08-06
draw: Add draw_decompose_tmp.h.
Chia-I Wu
2010-08-04
draw: Fix return type of draw_translate_vinfo_size.
Vinson Lee
2010-08-04
draw: Fix the edge flags of flatshade_first polygons.
Chia-I Wu
2010-08-03
draw: check for instance divisors in vcache_check_run()
Brian Paul
2010-08-03
draw: added a comment
Brian Paul
2010-08-03
draw: use instance divisor in draw_print_arrays()
Brian Paul
[next]