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_feedback.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s/Tungsten Graphics/VMware/
José Fonseca
2014-01-17
1
-2
/
+2
*
mesa: add indirect drawing buffer parameter to draw functions
Christoph Bumiller
2013-11-25
1
-1
/
+2
*
gallium: Remove draw_arrays() and draw_arrays_instanced() functions
Arnas Milasevicius
2013-06-07
1
-0
/
+22
*
gallium: Add support for multiple viewports
Zack Rusin
2013-05-25
1
-1
/
+1
*
draw: try to prevent overflows on index buffers
Zack Rusin
2013-05-14
1
-2
/
+2
*
draw: don't crash on vertex buffer overflow
Zack Rusin
2013-05-14
1
-3
/
+5
*
mesa: remove #include "mfeatures.h" from numerous source files
Brian Paul
2013-04-17
1
-1
/
+0
*
gallium: add start_slot parameter to set_vertex_buffers
Marek Olšák
2012-10-31
1
-2
/
+2
*
mesa: remove FEATURE_feedback define.
Oliver McFadden
2012-09-15
1
-5
/
+0
*
draw: simplify index buffer specification
Brian Paul
2012-05-31
1
-5
/
+4
*
Merge branch 'gallium-userbuf'
Marek Olšák
2012-05-11
1
-18
/
+14
|
\
|
*
gallium: add void *user_buffer in pipe_vertex_buffer
Marek Olšák
2012-04-30
1
-18
/
+14
*
|
mesa: move gl_client_array*[] from vbo_draw_func into gl_context
Marek Olšák
2012-05-08
1
-1
/
+1
|
/
*
vbo: introduce vbo_get_minmax_indices function
Yuanhan Liu
2012-01-12
1
-1
/
+1
*
st/mesa: use SINT/UINT formats for VertexAttribIPointer
Christoph Bumiller
2012-01-03
1
-1
/
+2
*
vbo: introduce vbo_sizeof_ib_type() function
Yuanhan Liu
2011-12-30
1
-14
/
+3
*
mesa: implement DrawTransformFeedback from ARB_transform_feedback2
Marek Olšák
2011-12-15
1
-1
/
+2
*
gallium/failover: Remove the deprecated module.
Kai Wasserbäch
2011-11-30
1
-1
/
+0
*
mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or...
José Fonseca
2011-04-07
1
-2
/
+13
*
gallium: remove pipe_vertex_buffer::max_index
Marek Olšák
2011-02-14
1
-1
/
+0
*
mesa/st: Clean up vertex buffer unreferencing
Thomas Hellstrom
2011-02-09
1
-10
/
+9
*
mesa/st: Fix vertex buffer leak
Thomas Hellstrom
2011-02-08
1
-0
/
+1
*
st/mesa: Include mfeatures.h in files that perform feature tests.
Vinson Lee
2011-01-09
1
-0
/
+1
*
st/mesa: optimize constant buffer uploads
Marek Olšák
2011-01-06
1
-12
/
+3
*
gallium: remove unused 'buf' parameter in pipe_buffer_unmap
Marek Olšák
2010-12-20
1
-5
/
+3
*
st/mesa: s/varient/variant
Brian Paul
2010-12-16
1
-4
/
+4
*
Drop GLcontext typedef and use struct gl_context instead
Kristian Høgsberg
2010-10-13
1
-2
/
+2
*
st/mesa: Remove unnecessary header.
Vinson Lee
2010-08-25
1
-1
/
+0
*
gallium: Use draw_set_index_buffer and others.
Chia-I Wu
2010-08-25
1
-20
/
+26
*
st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.
Chia-I Wu
2010-05-12
1
-2
/
+2
*
st/mesa: clean-up: use st_context() everywhere
Brian Paul
2010-04-23
1
-4
/
+4
*
Merge branch 'gallium-index-bias'
José Fonseca
2010-04-20
1
-4
/
+4
|
\
|
*
mesa/st: Update for index bias interface change.
José Fonseca
2010-04-19
1
-4
/
+4
*
|
Merge branch '7.8'
Brian Paul
2010-04-19
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
gallium/draw: use correct rasterization state for wide/AA points/lines
Brian Paul
2010-04-19
1
-1
/
+1
*
|
st/mesa: Silence uninitialized variable warning.
Vinson Lee
2010-04-10
1
-1
/
+1
*
|
Squashed commit of the following:
Keith Whitwell
2010-04-10
1
-14
/
+23
*
|
gallium: remove redundant nr_components field from pipe_vertex_element
Roland Scheidegger
2010-02-17
1
-1
/
+0
|
/
*
st/mesa: rename state -> tgsi, updated comments
Brian Paul
2010-02-12
1
-1
/
+1
*
gallium: pipe/p_inlines.h -> util/u_inlines.h
José Fonseca
2010-02-02
1
-1
/
+1
*
gallium: Enable multiple constant buffers for vertex and geometry shaders.
Michal Krol
2010-01-28
1
-1
/
+1
*
Merge branch 'mesa_7_7_branch'
Brian Paul
2010-01-22
1
-1
/
+0
|
\
|
*
st/mesa: Remove unnecessary header from st_draw_feedback.c.
Vinson Lee
2010-01-14
1
-1
/
+0
*
|
Merge branch 'gallium-noconstbuf'
Roland Scheidegger
2010-01-15
1
-3
/
+3
|
\
\
|
*
|
gallium: adapt state trackers etc. to pipe_constant_buffer removal
Roland Scheidegger
2009-12-23
1
-3
/
+3
*
|
|
st/mesa: Initialise vertex element instance divisor to 0.
Michal Krol
2010-01-15
1
-0
/
+1
*
|
|
gallium: add geometry shader support to gallium
Zack Rusin
2009-12-25
1
-1
/
+2
|
/
/
*
/
mesa/st: refactor vertex and fragment shader translation
Keith Whitwell
2009-11-15
1
-4
/
+4
|
/
*
vbo: Avoid extra validation of DrawElements.
Eric Anholt
2009-08-12
1
-0
/
+4
*
st: add support for GL_EXT_vertex_array_bgra
Brian Paul
2009-05-21
1
-0
/
+1
[next]