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: implement and advertise GL_ARB_draw_elements_base_vertex
Marek Olšák
2010-07-20
1
-3
/
+4
*
st/mesa: fix quad strip trimming bug
Brian Paul
2010-07-15
1
-27
/
+57
*
mesa: rename src/mesa/shader/ to src/mesa/program/
Brian Paul
2010-06-10
1
-1
/
+1
*
st/mesa: Make FEATURE_feedback and FEATURE_rastpos more modular.
Chia-I Wu
2010-05-12
1
-0
/
+16
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-10
/
+13
*
mesa/st: Update for index bias interface change.
José Fonseca
2010-04-19
1
-3
/
+3
*
st/mesa: half float vertex support (unexposed)
Luca Barbieri
2010-04-12
1
-1
/
+10
*
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-12
/
+19
*
st/mesa: call pipe_context::draw_arrays/elements_instanced()
Brian Paul
2010-04-04
1
-4
/
+19
*
Revert "st/mesa: Always recalculate invalid index bounds."
Corbin Simpson
2010-03-12
1
-3
/
+3
*
gallium: fix BGRA vertex color swizzles
Marek Olšák
2010-03-12
1
-1
/
+1
*
st/mesa: Always recalculate invalid index bounds.
Corbin Simpson
2010-03-12
1
-3
/
+3
*
st/mesa: Update debug infos.
Corbin Simpson
2010-03-12
1
-2
/
+9
*
mesa/st: initialize velements state properly
Roland Scheidegger
2010-03-09
1
-0
/
+1
*
Merge branch 'gallium-vertexelementcso'
Roland Scheidegger
2010-03-09
1
-4
/
+2
|
\
|
*
st/mesa: fix mesa statetracker adaption to new vertex elements interface
Roland Scheidegger
2010-03-01
1
-1
/
+2
|
*
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-17
1
-3
/
+0
*
|
mesa: Rename pipe formats.
José Fonseca
2010-03-01
1
-1
/
+1
|
/
*
mesa: Add missing include.
José Fonseca
2010-02-14
1
-0
/
+1
*
mesa: Use util_format_name().
José Fonseca
2010-02-14
1
-1
/
+1
*
st/mesa: improved draw_range_elements code
Brian Paul
2010-02-12
1
-9
/
+7
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
st/mesa: check that state is validated before drawing
Brian Paul
2010-01-29
1
-0
/
+3
*
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
[next]