index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
/
state_tracker
/
st_draw.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
st/mesa: Initialise vertex element instance divisor to 0.
Michal Krol
2010-01-15
1
-0
/
+2
*
st/mesa: removed unused var
Brian Paul
2010-01-11
1
-2
/
+0
*
Merge branch 'gallium-edgeflags'
Roland Scheidegger
2009-12-22
1
-80
/
+30
|
\
|
*
gallium: don't use edgeflags if the app didn't supply them
Roland Scheidegger
2009-12-19
1
-0
/
+8
|
*
gallium: edgeflags change fixes
Roland Scheidegger
2009-12-16
1
-16
/
+22
|
*
gallium: first steps to treat edgeflags as regular vertex element
Keith Whitwell
2009-12-09
1
-64
/
+0
*
|
Merge branch 'i965g-restart'
Keith Whitwell
2009-12-22
1
-4
/
+28
|
\
\
|
*
|
Merge commit 'origin/master' into i965g-restart
Keith Whitwell
2009-12-21
1
-5
/
+15
|
|
\
|
|
*
|
mesa/st: avoid quadstrips if its easy to do so
Keith Whitwell
2009-12-01
1
-3
/
+26
|
*
|
i965g: more work on compiling, particularly the brw_draw files
Keith Whitwell
2009-10-25
1
-1
/
+2
*
|
|
Merge branch 'mesa_7_7_branch'
Brian Paul
2009-12-21
1
-2
/
+2
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Merge branch 'mesa_7_6_branch' into mesa_7_7_branch
Ian Romanick
2009-12-15
1
-2
/
+2
|
|
\
\
|
|
*
|
st/mesa: Silence uninitialized variables warnings in st_draw.c.
Vinson Lee
2009-12-12
1
-2
/
+2
|
|
|
/
*
|
|
Merge commit 'origin/st-shader-varients'
Roland Scheidegger
2009-11-26
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-1
/
+1
|
|
/
*
/
st/mesa: comments for st_draw.c
Brian Paul
2009-11-15
1
-4
/
+14
|
/
*
Merge branch 'mesa_7_5_branch' into mesa_7_6_branch
Brian Paul
2009-09-24
1
-3
/
+9
|
\
|
*
st/mesa: trim calculated userbuffer size
Keith Whitwell
2009-09-23
1
-3
/
+9
*
|
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+5
*
|
st/mesa: fix setup_edgeflags() regression
Brian Paul
2009-06-22
1
-1
/
+3
*
|
st: add support for GL_EXT_vertex_array_bgra
Brian Paul
2009-05-21
1
-1
/
+12
|
/
*
st: silence warning
Brian Paul
2009-03-09
1
-0
/
+2
*
st: use pointer_to_offset() cast wrapper to convert pointers to uint
Brian Paul
2009-03-09
1
-3
/
+3
*
gallium: Unify reference counting.
Michel Dänzer
2009-03-04
1
-5
/
+5
*
mesa: consistantly use mesa memory-functions in gallium state tracker
Brian Paul
2009-02-12
1
-1
/
+1
*
mesa: merge gallium-0.2 into gallium-master-merge
Brian Paul
2009-02-09
1
-0
/
+2
*
mesa: fix offset problem with interleaved arrays
Alan Hourihane
2009-02-03
1
-1
/
+1
*
gallium: standardize on stride instead of pitch in the interface
Zack Rusin
2009-01-27
1
-3
/
+3
*
Merge commit 'origin/gallium-0.1' into gallium-0.2
Alan Hourihane
2008-12-15
1
-225
/
+17
|
\
|
*
gallium: fix refcount bug introduced in eb20e2984
Keith Whitwell
2008-12-12
1
-4
/
+5
|
*
st: reduce unnecessary calls to pipe->set_vertex_buffers()
Keith Whitwell
2008-12-12
1
-5
/
+14
|
*
st: move feedback draw function to new file
Keith Whitwell
2008-12-12
1
-226
/
+8
*
|
mesa: move declaration
Alan Hourihane
2008-12-12
1
-1
/
+2
*
|
mesa: when we have interleaved arrays, check bounds for both
Alan Hourihane
2008-12-12
1
-9
/
+8
|
/
*
Mesa: fix number of buffers in st_draw_vbo().
Pekka Paalanen
2008-11-10
1
-1
/
+1
*
gallium: added check for degenerate drawing calls
Brian Paul
2008-11-05
1
-0
/
+3
*
gallium: if VERBOSE_GLSL flag is set, check for non-initialized uniforms at d...
Brian Paul
2008-11-05
1
-0
/
+27
*
Mesa: fix the case where there are no vertex attributes.
Stephane Marchesin
2008-10-07
1
-0
/
+2
*
gallium: Have pipe_buffer_* receive a pipe_screen instead of a pipe_context.
José Fonseca
2008-09-03
1
-20
/
+20
*
gallium: better support for user-space interleaved arrays
Brian Paul
2008-08-27
1
-35
/
+100
*
gallium: in st_draw_vbo() try to detect interleaved arrays in a single VBO.
Brian Paul
2008-08-27
1
-27
/
+149
*
gallium: in st_draw_vbo() use ctx->Current.Attrib[] values when arrays are mi...
Brian Paul
2008-08-15
1
-10
/
+21
*
mesa: pf_sprint_name->pf_name.
José Fonseca
2008-08-07
1
-2
/
+1
*
gallium: check for FEATURE_feedback and FEATURE_drawpix when creating/using t...
Brian Paul
2008-07-10
1
-0
/
+2
*
gallium: move assertion (though not really significant)
Brian Paul
2008-07-07
1
-1
/
+2
*
gallium: simplify/fix buffer_offset, src_offset computation for VBO arrays
Brian Paul
2008-07-07
1
-2
/
+21
*
mesa: Use appropriate unsigned/signed, float/integer types.
José Fonseca
2008-06-24
1
-1
/
+1
*
gallium: added support for fixed-point formats, drawing
Brian Paul
2008-06-23
1
-2
/
+12
*
draw: make sure constant buffer data is aligned before passing to aos.c
Keith Whitwell
2008-05-29
1
-3
/
+4
*
draw: draw_range_elements trial
Keith Whitwell
2008-05-29
1
-4
/
+23
[next]