mesa.git
2008-03-23 Ben Skeggsnv40: add dxtn formats (disabled)
2008-03-23 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-22 Briangallium: fix a few more shader-related mem leaks
2008-03-22 Brianuse ctx->Driver.DeleteProgram() in a few more places
2008-03-22 Briangallium: free samplers, textures in destroy()
2008-03-22 Briangallium: remove temporary _screen suffix from function...
2008-03-22 Briangallium: fix a few mem leaks when deleting programs
2008-03-22 Briangallium: fix mem leak (fee pstipple stage)
2008-03-22 Briandelete default programs with ctx->Driver.DeleteProgram()
2008-03-22 José Fonsecagallium: Remove pedantic asserts.
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 Ben Skeggsnv40: fix bug in query code
2008-03-21 Michel Dänzergallium: Update scons build for state tracker files...
2008-03-21 Ben Skeggsnv40: add 16-bit SSCALED vb formats
2008-03-21 Ben Skeggsnv40: ensure vb relocs don't end up on list for swtnl
2008-03-21 Ben Skeggsnv40: call semi-magic 0x1d88 method
2008-03-21 Ben Skeggsnv40: swtnl fallback on unsupported array format
2008-03-21 Ben Skeggsnv40: oops
2008-03-21 Ben Skeggsnv40: s/free/FREE/
2008-03-21 Ben Skeggsnv40: align each level to 64 pixels
2008-03-21 Ben Skeggsnv40: use num_cbufs
2008-03-21 Ben Skeggsnouveau: do a retry if initial buffer alloc fails
2008-03-21 Ben Skeggsnouveau: use saved fence pointer, not head of unsignall...
2008-03-21 Ben Skeggsnouveau: potentially delay buffer destruction
2008-03-21 Ben Skeggsnouveau: try combining prev and next resources on free
2008-03-21 Ben Skeggsnv40: use new pipe_framebuffer width/height fields
2008-03-21 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 Ben Skeggsnouveau: match gallium API changes
2008-03-20 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
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 Ben SkeggsMerge remote branch 'upstream/gallium-0.1' into nouveau...
2008-03-19 Ben Skeggsnv40: "implement" noise opcodes in fragprog
2008-03-19 Ben Skeggsnouveau: pass nvws to nvws->push_* functions, rather...
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
next