185ed2105829d6f5eb19edb9abbf0d7977e157c3 |
|
25-May-2012 |
Brian Paul <brianp@vmware.com> |
draw: simplify index buffer specification Replace draw_set_index_buffer() and draw_set_mapped_index_buffer() with draw_set_indexes() which simply takes a pointer and an index size.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
43995c9470dd38cf80a60a169f5875de6798863f |
|
24-Apr-2012 |
Marek Olšák <maraeo@gmail.com> |
gallium: remove pipe_context::redefine_user_buffer
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
588fa884d212eba5ffbc69fda75db37d7c77214c |
|
09-Feb-2011 |
Marek Olšák <maraeo@gmail.com> |
gallium: notify drivers about possible changes in user buffer contents Also implement the redefine_user_buffer hook in the drivers.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
3c9aa3a7b12cfe178c14fea93cfb64a32db0b8ad |
|
26-Dec-2010 |
Marek Olšák <maraeo@gmail.com> |
gallium: drivers should reference vertex buffers So that a state tracker can unreference them after set_vertex_buffers.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
22f6026324f63c142925244ff575fefc29a90389 |
|
25-Aug-2010 |
Chia-I Wu <olv@lunarg.com> |
gallium: Use draw_set_index_buffer and others. Update all drivers to use draw_set_index_buffer, draw_set_mapped_index_buffer, and draw_vbo. Remove draw_set_mapped_element_buffer and draw_set_mapped_element_buffer_range.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
6d28bf917fb1d741d90fd3f05c22769376021fca |
|
15-Jul-2010 |
Chia-I Wu <olv@lunarg.com> |
gallium: Implement draw_vbo and set_index_buffer for all drivers. Some drivers define a generic function that is called by all drawing functions. To implement draw_vbo for such drivers, either draw_vbo calls the generic function or the prototype of the generic function is changed to match draw_vbo. Other drivers have no such generic function. draw_vbo is implemented by calling either draw_arrays and draw_elements. For most drivers, set_index_buffer does not mark the state dirty for tracking. Instead, the index buffer state is emitted whenever draw_vbo is called, just like the case with draw_elements. It surely can be improved.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
e351e828698b133feb1f626c1d99d0fcb2ec1480 |
|
28-Apr-2010 |
Brian Paul <brianp@vmware.com> |
llvmpipe: make vertex-related functions static, clean-up initializations
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
eeaa0861bfc98a06ceec269801271b7453c4fcbd |
|
10-Mar-2010 |
José Fonseca <jfonseca@vmware.com> |
llvmpipe: Cope with null Vertex element cso. CSO can often be null. For example: 1. at initialization 2. using an util module (u_blit) right after initialization (it will push state and pop the previous null state) 3. at shutdown time (state shouldn't be bound when being destroyed) Glean was hitting 2.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
e8983f70b41ea92a9527cb618db011b5dd136626 |
|
09-Mar-2010 |
Roland Scheidegger <sroland@vmware.com> |
gallium: don't use flexible array members in drivers for vertex elements cso While this c99 feature should work with most compilers, valgrind doesn't really like it, and this only really saves some memory, we don't do this in similar occasions (like the blend state) neither.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
f89730385532056e89e3b9053c244a67f84e323e |
|
01-Mar-2010 |
Roland Scheidegger <sroland@vmware.com> |
llvmpipe: adapt to new vertex element cso
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
4222bf3d3c7c85112f2e21bd3ea29b1f496ed8bb |
|
21-Jan-2010 |
Vinson Lee <vlee@vmware.com> |
llvmpipe: Remove unnecessary headers.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
c9a5930fe45a0a0299769bd2b672ca516d1bf39e |
|
27-Jul-2009 |
José Fonseca <jfonseca@vmware.com> |
llvmpipe: Rename preprocessor symbols too.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|
946f432a08112148d743eb9faf6b27bb8cc7fa76 |
|
27-Jul-2009 |
José Fonseca <jfonseca@vmware.com> |
llvmpipe: Fork softpipe for experimentation with llvm.
/external/mesa3d/src/gallium/drivers/llvmpipe/lp_state_vertex.c
|