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: use _mesa_is_bufferobj()
Brian Paul
2011-06-08
1
-3
/
+4
*
st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...
Marek Olšák
2011-04-27
1
-1
/
+1
*
mesa/st: Fix user buffer size computation when stride is zero.
José Fonseca
2011-04-07
1
-36
/
+42
*
st/mesa: minor assorted clean-ups and fixes
Brian Paul
2011-04-04
1
-20
/
+22
*
st/mesa: use 'array' local var to simplify the code a bit
Brian Paul
2011-04-04
1
-29
/
+28
*
st/mesa: fix zero-sized user vertex buffer bug
Brian Paul
2011-04-04
1
-13
/
+23
*
st/mesa: Fix an incorrect user vertex buffer reference
Thomas Hellstrom
2011-03-08
1
-4
/
+2
*
st/mesa: probably handle instanced drawing
Christian König
2011-03-01
1
-12
/
+23
*
st/mesa & v_bug_mgr: two small instanced drawing fixes
Christian König
2011-02-28
1
-0
/
+2
*
st/mesa: fix computing the lowest address for interleaved attribs
Wiktor Janas
2011-02-23
1
-3
/
+6
*
st/mesa: fix crash when using both user and vbo buffers with the same stride
Marek Olšák
2011-02-20
1
-0
/
+8
*
st/mesa: fix geometry corruption by always re-binding vertex arrays
Marek Olšák
2011-02-18
1
-1
/
+3
*
gallium: notify drivers about possible changes in user buffer contents
Marek Olšák
2011-02-14
1
-0
/
+38
*
st/mesa: set vertex arrays state only when necessary
Marek Olšák
2011-02-14
1
-182
/
+110
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-5
/
+0
*
gallium: always save and restore vertex buffers using cso_cache
Marek Olšák
2011-02-14
1
-1
/
+1
*
st/mesa: GL_ARB_instanced_arrays support
Brian Paul
2011-01-15
1
-3
/
+14
*
st/mesa: move/consolidate an assignment
Brian Paul
2011-01-15
1
-2
/
+1
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: s/varient/variant
Brian Paul
2010-12-16
1
-6
/
+6
*
Track separate programs for each stage
Ian Romanick
2010-10-27
1
-5
/
+15
*
st/mesa: support for primitive restart
Brian Paul
2010-10-21
1
-0
/
+3
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-7
/
+7
*
mesa/st: remove check for buffer/elements = 0
Dave Airlie
2010-09-02
1
-3
/
+0
*
gallium: Use unified pipe_context::draw_vbo.
Chia-I Wu
2010-07-29
1
-100
/
+69
*
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
[prev]
[next]