mesa/src
Chia-I Wu 6d28bf917f 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.
2010-07-29 13:45:30 +08:00
..
driclient mesa: Purge macros NEED_EVENTS and NEED_REPLIES 2010-07-01 13:07:07 -06:00
egl egl: Fix deref before NULL-check 2010-07-28 23:54:16 -04:00
gallium gallium: Implement draw_vbo and set_index_buffer for all drivers. 2010-07-29 13:45:30 +08:00
glsl glsl/apps: Handle ftell errors in non-debug builds. 2010-07-15 18:45:20 -07:00
glu glu/sgi: Remove dead initialization in extract565rev. 2010-07-16 01:11:03 -07:00
glut Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glw Makefiles: Don't complain if depend file to be included doesn't exist. 2010-07-21 13:19:33 -07:00
glx glx: Split indirect and applegl implementations into different files 2010-07-28 16:45:25 -04:00
mapi glx: Move bind and unbind to context vtable 2010-07-28 16:45:25 -04:00
mesa mesa: Remove unnecessary header. 2010-07-28 22:27:52 -07:00
Makefile
SConscript SConscript: don't build mesa components if mesa not in state trackers 2010-06-08 17:38:56 +01:00