Merge commit 'origin/gallium-0.1'
[mesa.git] / src / mesa /
2009-03-03 Keith WhitwellMerge commit 'origin/gallium-0.1'
2009-03-03 Keith Whitwellvbo: missing line from previous commit
2009-03-03 Keith Whitwellmesa/st: implement MapBufferRange callback
2009-03-03 Keith Whitwellvbo: use MapBufferRange where available
2009-03-03 Keith Whitwellmesa: add MapBufferRange driver callbacks
2009-03-03 Keith Whitwellmesa: Add BeginVertices driver call
2009-03-03 Brian Paulmesa: save some useful VBO debug/dump code (disabled)
2009-03-03 Brian Paulmesa: more tex image debug/dumping code
2009-03-03 Brian Paulmesa: comments and code documenting a bug with depth...
2009-03-02 Brian Paulmesa: move call to update_texture_compare_function()
2009-03-02 Brian Paulmesa: fix texture enable regression
2009-03-02 Brian Paulmesa: use _mesa_reference_texobj() when setting texUnit...
2009-03-02 Brian Paulmesa: don't draw arrays if vertex position array is...
2009-03-02 Brian Paulgallium: only enable depth test if a depth bufffer...
2009-03-02 Brian Paulmesa: remove warning/short-circuit of stencil enable...
2009-03-02 Brian Paulmesa: use Stencil._Enabled field instead of Stencil...
2009-03-02 Brian Paulmesa: add ctx->Stencil._Enabled field
2009-03-02 Brian Paulswrast: use _EnabledCoordUnits for fixed-function texturing
2009-03-02 Brian Paulmesa: fixed computation of _EnabledCoordUnits
2009-03-02 Brian Paulmesa: clarify comments for per-unit texture bitfields
2009-03-02 Brian Paulmesa: move texture_override() code into calling loop
2009-03-02 Brian Paulmesa: move update_texture_compare_function() call out...
2009-03-02 Brian Paulmesa: remove unused AUX buffers
2009-03-02 Brian Paulmesa: remove VF_SOURCES, simplify MATH_XFORM_SOURCES
2009-02-28 Brian Paulmesa: just re-order some parts and update comments...
2009-02-28 Brian Paulmesa: rename, reorder FRAG_RESULT_x tokens
2009-02-28 Brian Paulmesa: add gallium state tracker sources to ALL_SOURCES
2009-02-28 Brian Paulmesa: convert some #defines to enums
2009-02-28 Brian Paulmesa: move _GenFlags = 0x0 to texgen loop
2009-02-28 Brian Paulmesa: use fp pointer in _tnl_InvalidateState()
2009-02-28 Joakim Sindholtmesa: fix remaining FEEDBACK_TOKEN macros
2009-02-28 Brian Paulmesa: move #include "bitset.h" out of mtypes.h - not...
2009-02-28 Brian Paulmesa: add a prototype to silence warnings
2009-02-28 David Millermesa: Sparc's IROUND() optimization is invalid.
2009-02-28 Brian Paulmesa: move GLfixed type and related macros to swrast...
2009-02-28 Brian Paulmesa: convert macro to inline function
2009-02-28 Brian Paulmesa: replace FEEDBACK_TOKEN macro with _mesa_feedback_...
2009-02-28 Brian Paulmesa: comments, whitespace, reformatting
2009-02-28 Brian Paulmesa: remove dead code
2009-02-28 Brian Paulmesa: move gl_attrib_node struct to attrib.c too
2009-02-28 Brian Paulmesa: move gl_enable_attrib struct to attrib.c, the...
2009-02-28 Brian Paulmesa: lots of updated comments, formatting clean-ups
2009-02-27 Brian Paulintel: remove some unneeded buffer unmap calls
2009-02-27 Brian Paulmesa: update fragResults array in arb_output_attrib_str...
2009-02-27 Brian Paulmesa: set bufObj->Pointer = NULL after unmapping
2009-02-27 Brian Paulmesa: if a buffer object is mapped when glDeleteBuffers...
2009-02-27 Brian Paulmesa: updated comments
2009-02-27 Brian Paulmesa: fix incorrect error handling in glBufferDataARB()
2009-02-27 Shaohua Lii915: Add support for a new G33-like chipset.
2009-02-27 Robert Ellisoni965: texture fixes: bordered textures, fallback rendering
2009-02-27 Brian Paulgallium: fix state tracker's stencil buffer test
2009-02-27 Brian Paulgallium: add st_validate_framebuffer() driver function
2009-02-27 David Millermesa: Fix and re-enable sparc normal asm.
2009-02-27 David Millermesa: Fix Sparc cliptest asm code and re-enable.
2009-02-27 David S. Millermesa: Fix DEBUG_MATH build on sparc.
2009-02-27 Brian Paulintel: no-op the intel_finish_render_texture() function
2009-02-27 Brian Paulintel: check texture formats in intel_validate_framebuf...
2009-02-27 Brian Paulintel: updated comment, some debug code (disabled)
2009-02-27 rooti965: rename draw_regions -> color_regions
2009-02-27 Brian Paulmesa: avoid extraneous calls to ctx->Driver.BindFramebu...
2009-02-27 Brian Pauli965: add missing init for region->width
2009-02-27 Brian Paulmesa: replace old prog_instruction::Sampler field with...
2009-02-27 Brian Pauli965: whitespace/indentation fixes
2009-02-27 David S. Millermesa: Resurrect SPARC asm code.
2009-02-26 Eric Anholtintel: Revert disable of accelerated Bitmap, which...
2009-02-26 Tomas CarneckyFix "cast to pointer from integer of different size"
2009-02-26 Xiang, Haihaoi965: fix for RHW workaround
2009-02-26 Eric Anholtintel: Disable creating DRI2 FBconfigs with depth size...
2009-02-26 Eric Anholtintel: Add span code for z24 without stencil.
2009-02-26 Eric Anholtintel: make template wrappers for the spans templates.
2009-02-26 Eric Anholtintel: Fix up x8r8g8b8 renderbuffer format so that...
2009-02-26 Eric Anholti965: Rename CMD_CONST_BUFFER_STATE to the CS_URB_STATE...
2009-02-25 Alex DeucherR300: Add support for RS600 chips
2009-02-25 Brian Paulmesa: fix merge conflict (in comment)
2009-02-24 Brian Paulglsl: silence warning
2009-02-24 Brian Paulmesa: use quotes for #include
2009-02-24 Keith Whitwellmesa/st: support l8 as well as i8 in bitmap code
2009-02-24 José Fonsecagallium: Add pipe_buffer_write/read inlines.
2009-02-24 José Fonsecamesa: List new source file in SConscript.
2009-02-24 Brian Paulglsl: yet another swizzled expression fix
2009-02-23 Brian Paulgallium: include st_cb_viewport.h to silence warning
2009-02-23 Brian Paulgallium: fix build breakage in st_cb_viewport.c
2009-02-23 Brian Paulglsl: fix another swizzle-related bug
2009-02-23 Alan Hourihanemesa: only call update_buffer when it's available
2009-02-23 Alan Hourihanegallium: add winsys interface for viewport changes...
2009-02-23 Brian Paulmesa: include compiler.h, fixes cell build, remove...
2009-02-23 Robert Ellisoni965: fix line stipple fallback for GL_LINE_STRIP primi...
2009-02-23 José FonsecaMerge commit 'origin/gallium-0.1'
2009-02-23 Tom Fogalmesa: fix _glxapi_get_proc_address() for mangled names
2009-02-23 Tomas Wilhelmssonmesa: fixes for building on Haiku
2009-02-23 José Fonsecawgl: Enable the use of Win32 threads.
2009-02-23 José Fonsecamesa: Fix windows build.
2009-02-22 Brian Paulmesa: remove unneeded #include
2009-02-22 Brian Paulmesa: #include, misc clean-ups
2009-02-22 Brian Paulmesa: remove unneeded #includes
2009-02-22 Brian Paulmesa: move a bunch of compiler-related stuff into new...
2009-02-22 Brian Paulmesa: remove unused ENABLE_TEXGENx, ENABLE_TEXMATx...
2009-02-22 Brian Paulmesa: assorted clean-ups, var renaming, etc.
2009-02-22 Brian Paulmesa: simplify texture combine state copying in _mesa_c...
2009-02-22 Brian Paulmesa: remove redundant assertions (same asserts in...
next