mesa.git
2008-03-21 Ian Romanickcell: Generate blend / depth test code when state atom...
2008-03-21 Ian Romanickcell: Change code-gen for CONST_COLOR blend factor
2008-03-21 Ian RomanickTabs to spaces
2008-03-21 Ian Romanickcell: Remove unnecessary default_blend work-around
2008-03-21 Briangallium: fix const buffer update bug
2008-03-21 BrianRefactor PBO validate/map code.
2008-03-21 Brian Paulgallium: implement PBO operations for glDraw/ReadPixels...
2008-03-21 Brian Pauladd a number of PBO validate/map/unmap functions
2008-03-21 BrianFix some PBO breakage.
2008-03-21 Briani915: added to-do note about setting the max_lod regist...
2008-03-21 Brian Paulmesa: minor code re-org
2008-03-21 Brian Paulgallium: use is_format_supported(PIPE_FORMAT_DXT5_RGBA...
2008-03-21 Brian Paulgallium: added DXT formats (preliminary, will probably...
2008-03-21 Brian Paulgallium: use is_format_supported() to determine if...
2008-03-21 Brian Paulgallium: document is_format_supported()'s type param
2008-03-21 Brian Paulgallium: PIPE_FORMAT_TYPE_ comments
2008-03-21 Brian Paulgallium: added sRGB formats
2008-03-21 Brian Paulgallium: additional comments, fix typos, etc
2008-03-21 Michel Dänzergallium: Update scons build for state tracker files...
2008-03-21 Ian Romanickcell: Fix several bugs in blend code-gen
2008-03-21 Ian Romanickcell: Call the correct function to generate blending...
2008-03-21 Ian Romanickcell: Fix bus error when there is no depth buffer
2008-03-21 Ian Romanickcell: Use code-gen for alpha blend
2008-03-20 Brian Paulgallium: catch some out of memory conditions in the...
2008-03-20 Briangallium: set fb.width/height
2008-03-20 Briangallium: enable vp input semantic info
2008-03-20 Briangallium: use new framebuffer width, height fields
2008-03-20 Briancell: use pipe_framebuffer_state.width, height
2008-03-20 Briangallium: assign framebuffer width, height
2008-03-20 Briangallium: unused var silence warning
2008-03-20 Briangallium: added width, height to pipe_framebuffer_state
2008-03-20 Briangallium: glBitmap code now separe from glDraw/CopyPixel...
2008-03-20 Briangallium: glBitmap code now separated from glDraw/CopyPi...
2008-03-20 Briangallium: create one vertex buffer and re-use
2008-03-20 Briangallium: use sizeof(vertex buffer)
2008-03-20 Briangallium: Y-invert blit depending on framebuffer orientation
2008-03-20 Briangallium: in clear_with_quad() check fb orientation...
2008-03-20 José Fonsecagallium: Give some chance for the table to actually...
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Michal Krolgallium: Fix build on Windows.
2008-03-20 Keith Whitwellgallium: remove unused local var
2008-03-20 Briangallium: create one vertex buffer and re-use, also...
2008-03-20 Briangallium: create vertex buffer once and re-use.
2008-03-20 Briangallium: added util_draw_vertex_buffer()
2008-03-20 Briangallium: temporarily disable the memcmp() in cso_set_fr...
2008-03-20 Briangallium: use the utility pasthrough shaders
2008-03-20 Briangallium: added util_make_fragment_passthrough_shader()
2008-03-20 Keith Whitwellgallium: add debug facility to dump random blobs as hex
2008-03-20 Brian Paulgallium: added fb_width/height fields to softpipe context
2008-03-19 Brian Paulbetter text labels
2008-03-19 Brian Paulgallium: add face, dirtyLevels params to pipe->texture_...
2008-03-19 Brian Paulgallium: need to set/save framebuffer state in st_conte...
2008-03-19 Brian Paulgallium: fix bug in cso_single_sampler_done() in comput...
2008-03-19 José Fonsecagallium: Fix broken logic.
2008-03-19 Keith Whitwellgallium: explict float casts
2008-03-19 Briangallium: implement CSO save/restore functions for use...
2008-03-19 Briangallium: remove old commented-out code
2008-03-19 Briangallium: set tc->surface_map = NULL after unmapping
2008-03-19 José Fonsecagallium: Add generic enum and flags dumping utility...
2008-03-19 Alan Hourihaneset outputs_safe to 0 as it's possible for the code...
2008-03-19 Alan Hourihaneremove redundant init
2008-03-18 Briangallium: added braces to silence warning
2008-03-18 Briangallium: plug in and init GL_EXT_framebuffer_blit funct...
2008-03-18 Briangallium: added st_cb_blit.c
2008-03-18 Briangallium: s/copy_pixels_state/blit_state
2008-03-18 Briangallium: added cso_unset_*() functions
2008-03-18 Briangallium: glFramebufferBlitEXT() implementation
2008-03-18 Briangallium: fix typos
2008-03-18 Briangallium: new pixel blit code
2008-03-18 Briangallium: protect against multi-#include
2008-03-18 Brianadded u_simple_shaders.c
2008-03-18 Briangallium: make the gen_mipmap_state struct private
2008-03-18 Briangallium: use new simple shader utility routines
2008-03-18 Briangallium: utilities for creating simple vertex/fragment...
2008-03-18 Briangallium: restore additional state after clearing with...
2008-03-18 Ian Romanickcell: Fix various stencil test code-gen bugs
2008-03-18 Ian Romanickcell: Correctly load stencil for PIPE_FORMAT_S8Z24_UNORM
2008-03-18 Keith Whitwellgallium: make REALLOC a bit more like realloc
2008-03-18 Ian Romanickcell: Fix depth read / write for s8z24.
2008-03-18 Ian Romanickcell: Fix added whitespace errors.
2008-03-18 Ian Romanickcell: Minor changes to make stencil not crash
2008-03-18 Ian Romanickcell: Move and (conditionally) silence debug code
2008-03-18 José Fonsecad3d: Allow to iterate over the handle table.
2008-03-18 José Fonsecad3d: Add function to walk through all items in the...
2008-03-18 José Fonsecagallium: Don't be pedantic about removing non exiting...
2008-03-18 José Fonsecagallium: Convenience debug_warning function.
2008-03-18 Briangallium: fix a mix-up in the uint[1] do_row() case
2008-03-18 Briangallium: use new color packing utility functions
2008-03-18 Briangallium: utility for packing color, z values according...
2008-03-18 Michal Krolgallium: Silencium warnings on Windows.
2008-03-17 Briangallium: initial gen mipmap s/w fallback code
2008-03-17 Ian Romanickcell: Don't segfault when unbinding alpha / stencil...
2008-03-17 Ian Romanickcell: Don't free NULL code pointers
2008-03-17 Ian Romanickcell: Initial code-gen for alpha / stencil / depth...
2008-03-17 Ian Romanickcell: Fix simple register allocator
2008-03-17 Brian Paulmesa: new mipmap generation, lod bias demo
2008-03-17 Briangallium: use new gallium utility code for generating...
2008-03-17 Briangallium: added new u_draw_quad.c and u_gen_mipmap.c...
2008-03-17 Briangallium: new mipmap generation code
2008-03-17 Briangallium: new util_draw_texquad() function.
next