gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / draw / draw_context.h
2008-01-23 Briangallium: overhaul usage of vertex_info in draw module.
2008-01-22 Briangallium: Added FORMAT_1F_PSIZE to insert constant point...
2008-01-17 Keith Whitwellgallium: whitespace changes
2008-01-03 Brianreplace void * with struct draw_vertex_shader opaque...
2007-12-11 Keith Whitwellgallium: Remove feedback interfaces from pipe driver.
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-28 Zack RusinRevert "Redoing the way we handle vertex shaders for...
2007-09-28 Zack RusinRevert "Use sse only if GALLIUM_SSE is defined"
2007-09-28 Zack RusinUse sse only if GALLIUM_SSE is defined
2007-09-28 Zack RusinRedoing the way we handle vertex shaders for the draw...
2007-09-27 Keith WhitwellMake flushing more lazy in the draw module.
2007-09-18 Zack RusinFinishing up rename of the setup state to the rasterize...
2007-09-18 Zack Rusinconverting the setup state to immutable object and...
2007-09-10 BrianMore work on vertex feedback / glRasterPos. Basic...
2007-09-06 BrianInitial work for post-transformed vertex feedback buffers.
2007-08-31 BrianDefine attrib_format and interp_mode enum typedefs...
2007-08-30 BrianConsolidate vertex-related code in new draw_vertex.c
2007-08-30 BrianRemove dependency on TGSI_ATTRIB_x tokens in draw_twoside.c
2007-08-30 BrianIn draw_flatshade.c use vertex_info->interp_mode[]...
2007-08-24 BrianFix user-defined clip planes. They seem to work properl...
2007-08-23 Brianremove old draw_vertices()
2007-08-22 BrianRework of shader constant buffers.
2007-08-20 BrianMove guts of vertex array drawing into the 'draw' module.
2007-08-20 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-19 BrianFix some draw_arrays issues.
2007-08-17 Brianadded CLIP_x_SHIFT vals
2007-08-17 Briandefine CLIP_LEFT/RIGHT etc
2007-08-17 BrianRemove many dependencies on mesa headers.
2007-08-15 Keith WhitwellRemove mesa include directories, be stricter about...
2007-08-16 Brianadded draw_set_vertex_array_info()
2007-08-02 BrianImplement new draw_vertices() path for simple vertex...
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-27 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-17 Keith WhitwellMerge branch 'origin' into softpipe_0_1_branch
2007-07-17 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-12 BrianRename prim_stage -> draw_stage
2007-07-09 BrianNew 'draw' module for primitive drawing (clipping,...
2007-07-09 BrianRename/move some files to modularize the primitive...