mesa: fix warnings about locals hiding function params
[mesa.git] / src / mesa / drivers /
2009-08-07 Pauli Nieminendri: Fix problems with unitialized values in dri screen...
2009-08-04 Brian Paulintel: Fix inverted test for disabling flushing of...
2009-08-04 Brian Paulintel: Wait on the last swapbuffers to complete before...
2009-07-27 Brian Paulintel: Fix leak of DRI option info due to using the...
2009-07-27 Brian Paulintel: Clean up leak of driver context structure on...
2009-07-27 Brian Paulintel: Use _mesa_warning() to report GEM warnings
2009-07-27 Karl Schultzwindows: updated VC8 project files
2009-07-21 Eric Anholtintel: Fall back on glBitmap with fog enabled.
2009-07-21 Eric Anholti965: Don't clip everything if FRONT_AND_BACK culling...
2009-07-20 Michel Dänzerradeon: With DRI1, if we have HW stencil, only expose...
2009-07-13 Peteri Andrasr128: fix two-sided lighting segfault seen in GLUT...
2009-07-13 Ian Romanickintel: Bump driver data, add RC3 tag
2009-07-04 Roland Scheideggeri965: fix fetching constants from constant buffer in...
2009-07-04 Eric Anholti965: Remove bad constant buffer constant-reg-already...
2009-07-03 Michel Dänzerintel: Also update stencil bits in intel_update_wrapper().
2009-07-02 Keith WhitwellMerge commit 'origin/dlist-statechange-shortcircuit...
2009-06-30 Keith WhitwellMerge branch 'mesa_7_5_branch' into dlist-statechange...
2009-06-30 Eric Anholti915: Fix assertion failure on remapping a non-BO-backe...
2009-06-29 Brian Paulintel: added null ptr check
2009-06-26 Ian Romanickintel / DRI2: Additional flush of fake front-buffer...
2009-06-22 Roland Scheideggeri965: handle OPCODE_SWZ in the glsl path
2009-06-22 Michel Dänzerintel: intel_texture_drawpixels() can't handle GL_DEPTH...
2009-06-22 Brian Pauli965: added intelFlush() call in intel_get_tex_image()
2009-06-19 Eric Anholtintel: Fix other metaops versus GL_COMPILE_AND_EXECUTE...
2009-06-19 Eric Anholtintel: Fix glClear behavior versus display lists.
2009-06-19 Roland Scheideggerradeons: use dp4 for position invariant vertex programs
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 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 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: added null ptr check in Fake_glXCreatePixmap()
2009-06-17 Brian PaulGLX: attempt to fix glean makeCurrent test cases.
2009-06-17 Brian Pauli965: fix bugs in projective texture coordinates
2009-06-15 Shuang Heintel: Release fb backing regions in intelDestroyBuffer()
2009-06-11 Brian Paulmesa: add default function for ctx->Driver.CheckQuery...
2009-06-05 Dan Nicholsonosmesa: Allow building standalone in all three channel...
2009-06-02 Ian Romanickintel: Clip to window after calling Driver.TexImage2D
2009-05-14 Michel Dänzerr300: Make sure to drop current hardware state referenc...
2009-05-13 Brian Paulintel: added null ptr check
2009-05-13 Brian Paulintel: create a private gl_array_object for intel_clear...
2009-05-12 Ian RomanickTest either GL_FRONT_LEFT or GL_FRONT for front-buffer...
2009-04-30 Michel Dänzerr300: Increase reference count of texture objects refer...
2009-04-28 Alex DeucherR300: add quadpipe overrides
2009-04-28 Brian Pauli965: avoid segfault in intel_update_renderbuffers...
2009-04-27 Brian Pauli965: only upload constant buffer data when we actually...
2009-04-27 Maciej Cencorar300: always emit output insts after all KIL insts
2009-04-24 Ian Romanickintel: Fix more issues with the combined depth-stencil...
2009-04-24 Ian Romanickintel: Initialize region ptr to prevent assertion in...
2009-04-24 Ian Romanickintel / DRI2: When available, use DRI2GetBuffersWithFormat
2009-04-24 Brian Pauli965: use drm_intel_gem_bo_map/unmap_gtt() when possibl...
2009-04-24 Roland Scheideggeri965: fix point size issue
2009-04-23 Brian Pauli965: revert part of commit 4f4907d69f9020ce17aef21b643...
2009-04-23 Roland Scheideggeri915: fix fix for anisotropic filtering
2009-04-23 Eric Anholti965: Support drawing to FBO cube faces other than...
2009-04-23 Eric Anholtintel: Take advantage of GL_READ_ONLY_ARB to map to...
2009-04-22 Roland Scheideggerintel: fix max anisotropy supported
2009-04-21 Brian Pauli965: const correctness
2009-04-21 Maciej Cencorar300: r300 hw doesn't support any input modifiers in...
2009-04-20 José Fonsecagdi: Don't implement broken gl_dispatch_stub_xxx.
2009-04-20 Maciej Cencorar300: fix register-negate branch merge regression
2009-04-18 Brian Pauli965: use region width, height in brw_update_renderbuff...
2009-04-18 Brian Paulintel: #include polygon.h to silence warning
2009-04-18 Michel Dänzerintel: Handle ARB_vertex_buffer_object state in intel_c...
2009-04-17 Brian Paulintel: make sure polygon mode is set properly in intel_...
2009-04-17 Brian Pauli915: fix broken indirect constant buffer reads
2009-04-17 Brian Pauldri: __driUtilMessage(): not all messages are errors
2009-04-17 Brian Pauli965: updated CURBE allocation code
2009-04-17 Brian PaulMerge branch 'register-negate'
2009-04-16 Eric Anholti915: Remove dead i830TexEnv and i915TexEnv.
2009-04-16 Eric Anholtintel: Add support for argb1555, argb4444 FBOs and...
2009-04-16 Brian Pauli965: disable using immediate values for MOV instructions
2009-04-16 Brian Pauli965: minor debug output changes
2009-04-16 Brian Pauli965: const buffer debug code (disabled)
2009-04-16 Brian Pauli965: implement relative addressing for VS constant...
2009-04-16 Brian Pauli965: handle address reg in get_dst()
2009-04-16 Brian Pauli965: fix const buffer temp register clobbering
2009-04-16 Roland Scheideggerintel: fix small compressed texture upload
2009-04-16 José FonsecaMerge branch 'gallium-s3tc'
2009-04-15 Eric Anholti965: Clean up output of WM SS state dump, and add...
2009-04-15 Eric Anholti915: Use DEBUG_WM (like 965) for printing the fragment...
2009-04-15 Eric Anholti915: Add decode of dest buffer variables (destination...
2009-04-15 Eric Anholtintel: Fix segfault when doing SW mipmap generation...
2009-04-15 Brian Paulmesa: merge the prog_src_register::NegateBase and Negat...
2009-04-14 Brian Pauli965: fix VS constant buffer reads
2009-04-14 Ian RomanickDRI2: Don't fault on NULL DrawBuffer
2009-04-14 Brian Pauli965: checkpoint commit: VS constant buffers
2009-04-14 Younes Mantondri glx: Swap before checking for cliprects.
next