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
/
mesa
/
state_tracker
/
st_draw.c
Age
Commit message (
Expand
)
Author
2009-08-12
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-06-22
st/mesa: fix setup_edgeflags() regression
Brian Paul
2009-05-21
st: add support for GL_EXT_vertex_array_bgra
Brian Paul
2009-03-09
st: silence warning
Brian Paul
2009-03-09
st: use pointer_to_offset() cast wrapper to convert pointers to uint
Brian Paul
2009-03-04
gallium: Unify reference counting.
Michel Dänzer
2009-02-12
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-09
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-03
mesa: fix offset problem with interleaved arrays
Alan Hourihane
2009-01-27
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2008-12-15
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-12
mesa: move declaration
Alan Hourihane
2008-12-12
mesa: when we have interleaved arrays, check bounds for both
Alan Hourihane
2008-12-12
gallium: fix refcount bug introduced in eb20e2984
Keith Whitwell
2008-12-12
st: reduce unnecessary calls to pipe->set_vertex_buffers()
Keith Whitwell
2008-12-12
st: move feedback draw function to new file
Keith Whitwell
2008-11-10
Mesa: fix number of buffers in st_draw_vbo().
Pekka Paalanen
2008-11-05
gallium: added check for degenerate drawing calls
Brian Paul
2008-11-05
gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...
Brian Paul
2008-10-07
Mesa: fix the case where there are no vertex attributes.
Stephane Marchesin
2008-09-03
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-08-27
gallium: better support for user-space interleaved arrays
Brian Paul
2008-08-27
gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.
Brian Paul
2008-08-15
gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...
Brian Paul
2008-08-07
mesa: pf_sprint_name->pf_name.
José Fonseca
2008-07-10
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...
Brian Paul
2008-07-07
gallium: move assertion (though not really significant)
Brian Paul
2008-07-07
gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays
Brian Paul
2008-06-24
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-06-23
gallium: added support for fixed-point formats, drawing
Brian Paul
2008-05-29
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
draw: draw_range_elements trial
Keith Whitwell
2008-05-02
Some changed for non-C99 compilers
Alan Hourihane
2008-04-30
gallium: use new buffer wrapper functions in p_inlines.h
Brian Paul
2008-04-25
gallium: remove unused st_draw_vertices()
Brian Paul
2008-04-24
gallium: fix an edgeflags crash
Brian Paul
2008-04-24
gallium: initial edgeflags code
Brian Paul
2008-04-19
draw: move incoming vertex state into draw->pt
Keith Whitwell
2008-03-29
gallium: Set vertex state/buffers en-mass.
Brian Paul
2008-03-27
gallium: replace PIPE_ATTRIB_MAX with PIPE_MAX_ATTRIBS
Brian
2008-03-19
gallium: remove old commented-out code
Brian
2008-03-13
gallium: remove semantic info from pipe_shader_state
Brian Paul
2008-03-11
gallium: rework CSO-related code in state tracker
Brian
2008-02-15
Code reorganization: update build.
José Fonseca
2008-02-08
gallium: added inClipCoords param to st_draw_vertices() to indicate coord sys...
Brian
2008-01-29
gallium: don't rely on assert(0) for error handling - may be disabled
Keith Whitwell
2008-01-25
gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
Keith Whitwell
2008-01-25
gallium: Simplify winsys buffer interface.
Michel Dänzer
2008-01-23
gallium: overhaul usage of vertex_info in draw module.
Brian
2008-01-23
gallium: s/INTERP_NONE/INTERP_LINEAR/ to fix assertion with progs/samples/sel...
Brian
[next]