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
/
draw_pt.c
Age
Commit message (
Expand
)
Author
2010-04-28
draw: remove extra semicolons
Brian Paul
2010-04-26
draw: Always use the llvm middle end when available & enabled.
José Fonseca
2010-04-23
gallium: Convert some uses of get option to static
Jakob Bornecrantz
2010-04-20
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-19
draw llvm: make sure use_llvm isn't used when not defined
Zack Rusin
2010-04-19
draw llvm: allow runtime switching of pipelines (yes/no to llvm)
Zack Rusin
2010-04-19
draw: Implement index bias.
José Fonseca
2010-04-11
scons: Make LLVM a black-white dependency.
José Fonseca
2010-04-07
draw: init draw->pt.middle.general = NULL just to be safe
Brian Paul
2010-04-06
gallium/draw: add additional DRAW_LLVM check
Brian Paul
2010-03-15
Merge remote branch 'origin/master' into gallium_draw_llvm
Zack Rusin
2010-03-09
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-02-22
gallium/draw: initial code to properly support llvm in the draw module
Zack Rusin
2010-02-22
gallium: Remove bypass_vs_clip_and_viewport from rasteriser state.
Michal Krol
2010-02-17
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-14
draw: Use util_format_name().
José Fonseca
2010-01-22
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-21
draw: Remove unnecessary headers.
Vinson Lee
2009-12-30
draw: Implement draw_arrays() in terms of draw_arrays_instanced().
Michal Krol
2009-12-29
Implement draw_arrays_instanced() in softpipe.
Michal Krol
2009-12-14
gallium: more work for edgeflags changes
Roland Scheidegger
2009-12-09
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-11-20
draw: Initialize variable in draw_pt.c.
Vinson Lee
2009-06-19
draw: use u_reduced_prim() function
Brian Paul
2009-03-13
gallium: consolidate bypass_vs and bypass_clipping flags
Keith Whitwell
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-11-12
draw: Add missing include.
Michal Krol
2008-11-06
gallium: debug code to print vertex array data (disabled)
Brian Paul
2008-11-05
gallium: added some debug code (disabled)
Brian Paul
2008-10-07
draw: add switch for drivers to force vertex data passthrough
Keith Whitwell
2008-08-24
gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.h
Brian Paul
2008-07-04
gallium: fix trim() function bug when count < first
Brian Paul
2008-06-10
gallium: Deprecate GETENV. Replace by debug_get_bool_option.
José Fonseca
2008-05-30
draw: trim incoming primitives
Keith Whitwell
2008-05-29
draw: add more switches to turn FSE on/off
Keith Whitwell
2008-05-28
draw: enable FSE by default
Keith Whitwell
2008-05-23
draw: get rid of fetch-shade-emit frontend hack
Keith Whitwell
2008-05-12
draw: turn fse path into a middle end
Keith Whitwell
2008-05-12
draw: streamline the varray path
Keith Whitwell
2008-05-12
draw: add fetch-shade-emit path
Keith Whitwell
2008-05-08
split larger primitives in the simple varray pt
Zack Rusin
2008-04-25
draw: no need to special-case elts/get_elts for varray frontend
Keith Whitwell
2008-04-25
frontend for rendering without elts
Zack Rusin
2008-04-22
draw: allow drivers to query pipeline state more easily
Keith Whitwell
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-04-19
draw: move some pipeline-specific code & state to draw_pipe.[ch]
Keith Whitwell
2008-04-19
draw: remove named clipmask flags, tidy up pt middle ends
Keith Whitwell
2008-04-18
draw: remove draw_prim.c
Keith Whitwell
2008-04-18
draw: switch over to draw_pt paths, will remove old code shortly
Keith Whitwell
2008-04-18
draw: remove fetch_pipeline middle end -- just use the general path
Keith Whitwell
[next]