gallium: rename pipe_buffer_handle to pipe_buffer, rework pipebuffer/ code
[mesa.git] / src / mesa / pipe / p_defines.h
2008-01-25 Michel Dänzergallium: Simplify winsys buffer interface.
2008-01-15 BrianAdd surface status/clear_value fields, PIPE_SURFACE_STA...
2008-01-04 Michel Dänzergallium: Make texture target an enum for better debugga...
2007-12-12 BrianPIPE_SCREEN_SURFACE no longer needed
2007-12-10 BrianAdd 'type' parameter to is_format_supported() to specif...
2007-12-09 keithwadd fence interfaces and buffer create flags to pipe_winsys
2007-11-08 BrianAdded pipe->get_paramf() to query float limits.
2007-11-07 BrianNew PIPE_FLUSH_WAIT flag for pipe->flush().
2007-11-06 BrianRemove pipe->max_texture_size(), use get_param() instead.
2007-11-06 José FonsecaAllow custom pipe driver buffer usage flags.
2007-11-06 José FonsecaSupply buffer usage hints to winsys.
2007-11-06 BrianDetermine GL extensions/limits by making pipe queries.
2007-10-27 michalMove format definitions from p_defines.h to p_format.h.
2007-10-22 Brianadd support for sprite texcoord modes
2007-10-01 Brianfix a few vert/frag program items to get i915 driver...
2007-09-20 BrianCheckpoint: replacement of TGSI_ATTRIB_x tokens with...
2007-09-11 BrianImplement query object interface.
2007-08-25 BrianAdd support for more surface types in sp_surface.c
2007-08-22 BrianRework of shader constant buffers.
2007-08-16 Brianadded PIPE_PRIM_x tokens (matching GL), use in a few...
2007-08-14 BrianMerge branch 'softpipe_0_1_branch' of git+ssh://brianp...
2007-08-14 Keith WhitwellAdd surface formats to be used for specifying vertex...
2007-08-13 Keith WhitwellStart breaking the #include dependencies between pipe...
2007-08-10 Brianpipe->region_alloc() now takes width instead of pitch...
2007-08-09 Keith WhitwellSplit texfilter enums to match common hardware usage.
2007-08-09 Keith WhitwellAdd flush/finish functionality to pipe.
2007-08-08 Brianadded PIPE_TEX_FACE_*
2007-08-03 Brianmore formats
2007-08-02 Brianadd PIPE_MASK_RGBA
2007-08-01 Brians/Z24_S8/S8_Z24/ (stencil is in the high byte)
2007-07-31 Keith WhitwellMerge branch 'i915tex_privbuffers' into softpipe_0_1_branch
2007-07-31 Brian32 and z24s8 softpipe buffers
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-13 Brianminor rename
2007-07-12 BrianAdded colormask, dither, multisample state. Implement...
2007-07-11 BrianCheckpoint: stencil roughly working, some bugs to fix...
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-06-29 Brianadded texture types and mapping types
2007-06-22 Brianinitial texture object, texture format code
2007-06-22 BrianAssorted token renaming/removal, minor state changes...
2007-06-19 Brianadd point/line/polygon state
2007-06-18 BrianDefine just one set of PIPE_FUNC_LESS, GREATER, EQUAL...
2007-06-14 Keith WhitwellRename directories again?!
2007-06-14 Keith WhitwellRenamed softpipe directories and files to something...