mesa.git
2009-06-17 Brian Paulintel: remove extra \n from warning string
2009-06-17 Robert Ellisoni965: fix 1D texture borders with GL_CLAMP_TO_BORDER
2009-06-17 Robert Ellisoni965: send all warnings through _mesa_warning()
2009-06-17 Robert Ellisoni965: fix segfault on low memory conditions
2009-06-17 Ian RomanickFast path when rebinding the same texture in single...
2009-06-17 Eric Anholti915: Don't put VBOs in graphics memory unless required...
2009-06-17 Eric Anholti915: Fall back on NPOT textured metaops on 830-class.
2009-06-17 Eric Anholti915: Restore the Viewport and DepthRange functions...
2009-06-17 Eric Anholti956: Make state dependency of SF on drawbuffer bounds...
2009-06-17 Eric Anholtintel: Don't complain on falling back from PBO fastpaths.
2009-06-17 Eric Anholtmesa: Mark FBOs with compressed color attachments as...
2009-06-17 Eric Anholti915: Use Stencil.Enabled instead of Stencil._Enabled...
2009-06-17 Eric Anholti915: Only use the new 945 cube layout for compressed...
2009-06-17 Eric Anholti965: Fix varying payload reg assignment for the non...
2009-06-17 Eric Anholti965: Fix register allocation of GLSL fp inputs.
2009-06-17 Eric Anholtintel: Use FRONT_AND_BACK for StencilOp as well.
2009-06-17 Eric Anholtintel: Use GL_FRONT_AND_BACK for stencil clearing.
2009-06-17 Eric Anholtintel: Skip the DRI2 renderbuffer update when doing...
2009-06-17 Eric Anholtintel: Map write-only buffer objects through the GTT...
2009-06-17 Brian Paulmesa: rework viewport/scissor initialization code
2009-06-17 Brian Paulmesa: added null ptr check in Fake_glXCreatePixmap()
2009-06-17 Brian Paulst/glx: added null ptr check in Fake_glXCreatePixmap()
2009-06-17 José FonsecaRevert "scons: Debug build by default."
2009-06-17 José Fonsecaprogs/wgl: Fix shreadtex_mt too.
2009-06-17 José Fonsecaprogs/wgl: Tweak the initialization wait in wglthreads.
2009-06-17 José Fonsecaprogs/wgl: Get wglShareLists working in wglthreads.
2009-06-17 José Fonsecascons: Debug build by default.
2009-06-17 Brian PaulGLX: attempt to fix glean makeCurrent test cases.
2009-06-17 José Fonsecadocs: Document building with SCons.
2009-06-17 José Fonsecawgl: Factor out some repetitive code into inline functions.
2009-06-17 José Fonsecaprogs/wgl: Allow resizing wglthreads' windows.
2009-06-17 Brian Pauli965: fix bugs in projective texture coordinates
2009-06-16 Brian Paulsoftpipe: fix out of bounds quad rasterization bug
2009-06-16 Brian Paulmesa: fix incorrect viewport clamping in _mesa_set_view...
2009-06-16 Brian Paulmesa: fix REMAINDER() macro
2009-06-16 José Fonsecagallium: Avoid atomic ops / locking when src is dst.
2009-06-16 José Fonsecaprogs/wgl: Quit after displaying usage for -h option.
2009-06-16 José Fonsecaprogs/wgl: Use appropriate types to silence msvc warnings.
2009-06-16 José Fonsecaprogs/wgl: Fix assertion failure in wglthreads' texture...
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-15 José Fonsecapython/tests: Add is_depth_stencil_format utility function.
2009-06-15 José Fonsecapython/tests: Cleanup texture_sample.
2009-06-15 José Fonsecamesa: Always return a value.
2009-06-15 José Fonsecamesa: Use appropriate float/integer types.
2009-06-15 José Fonsecamesa: Use type modifier for float constants.
2009-06-15 José Fonsecamesa: Use integer type with appropriate sign.
2009-06-15 José Fonsecartasm: Use 32bit constant.
2009-06-15 José Fonsecagallium: Ensure assert macro is defined before being...
2009-06-15 José Fonsecasoftpipe: Fix softpipe_is_texture_referenced.
2009-06-15 José Fonsecaprogs/tests: Use opaque colors.
2009-06-15 Thomas Hellstromdri st: Don't require the PIPE_TEXTURE_USAGE_RENDER_TAR...
2009-06-15 Thomas Hellstromgallium: Fix segfault and valgrind error introduced...
2009-06-14 Jakob BornecrantzMerge branch 'mesa_7_5_branch'
2009-06-29 Dave AirlieRevert "r200: make use of DMA buffers for Elts a lot...
2009-06-27 Corbin Simpsonr300g: YCbCr and sRGB textures.
2009-06-27 Corbin Simpsonr300g: Fix EXT_packed_depth_stencil functionality.
2009-06-27 Jakob Bornecrantzst/dri: Fix last depth bits logic
2009-06-27 Nicolai Hähnleradeon: Always initialize front and back renderbuffers...
2009-06-27 Nicolai Hähnleradeon: Update .gitignore
2009-06-27 Corbin Simpsonr300g: EXT_provoking_vertex.
2009-06-27 Corbin Simpsonr300g: S3TC.
2009-06-27 Corbin Simpsonr300g: Use real texture formats.
2009-06-27 Corbin Simpsonr300g: Definitively forbid unusable Z buffer/stencil...
2009-06-27 Corbin Simpsonr300g: Comment out assert for now.
2009-06-27 Corbin Simpsonr300g: Be more specific on surface_copy fallbacks.
2009-06-27 Corbin Simpsonr300g: PIPE_CAP_TGSI_CONT_SUPPORTED.
2009-06-27 Corbin Simpsonr300-gallium: Ensure that no dirty state goes unemitted.
2009-06-26 Brian PaulMerge branch 'arb_vertex_array_object'
2009-06-26 Brian PaulMerge branch 'mesa_7_5_branch'
2009-06-26 Roland Scheideggeri965: fix fetching constants from constant buffer in...
2009-06-26 Vinson Leeconfigs/darwin: Set CXX to g++.
2009-06-22 Brian Pauldocs: document GL_ARB_vertex_array_object
2009-06-22 Brian Paulintel: enable GL_ARB_vertex_array_object extension
2009-06-22 Brian Paulmesa: plug in glBindVertexArray, glGenVertexArrays...
2009-06-22 Brian Paultests: update bufferobj.c to test GL_ARB_vertex_array_o...
2009-06-22 Brian Paulst/mesa: alphabetize lines
2009-06-22 Brian Paulst/mesa: enable GL_ARB_vertex_array_object
2009-06-22 Brian Paulmesa: enforce the rule that arrays live in VBOs for...
2009-06-22 Brian Paulmesa: added extension flag for ARB_vertex_array_object
2009-06-20 Brian Paulmesa: implement _mesa_GenVertexArrays() for GL_ARB_vert...
2009-06-20 Brian Paulmesa: implement _mesa_BindVertexArray()
2009-06-20 Brian Paulmesa: move vertex array objects from shared state to...
2009-06-20 Brian Paulmesa: regenerated files related to GL_ARB_vertex_array_...
2009-06-20 Brian Paulglapi: add new information for GL_ARB_vertex_array_object
2009-06-19 Michel Dänzerintel: Fixups for 'mesa: create/destroy buffer objects...
2009-06-19 Roland Scheideggerradeon: fix cube maps for non-mm path
2009-06-19 Brian Paulst/mesa: restore some parameter checking buffer object...
2009-06-19 Roland Scheideggerr200: fix cube maps for non-mm path
2009-06-19 Brian Pauli965: initial code for loops in vertex programs
2009-06-19 Brian Pauli965: asst clean-ups, etc in brw_vs_emit()
2009-06-19 Brian Pauli965: asst clean-ups, var renaming in brw_wm_emit_glsl()
2009-06-19 Brian Paulst/mesa: remove redundant st_buffer_object::size field...
2009-06-19 Brian Paulst/mesa: no longer special-case buffer object 0 in...
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
2009-06-19 Brian Paulmesa: make query-related driver fallback functions...
2009-06-19 Brian Paulmesa: make buffer object-related driver fallback functi...
2009-06-19 Brian Paulmesa: create/destroy buffer objects via driver functions
2009-06-19 Brian Pauli965simple: use u_reduced_prim() function
2009-06-19 Brian Pauldraw: use u_reduced_prim() function
2009-06-19 Brian Paulsoftpipe: use u_reduced_prim()
next