Age | Commit message (Expand) | Author |
2007-07-31 | Merge branch 'i915tex_privbuffers' into softpipe_0_1_branch | Keith Whitwell |
2007-07-19 | fix drawables not getting freed if context is made current with new drawables | Roland Scheidegger |
2007-07-14 | fix assertion, z/stencil swarst readback, (still looks suspicious) copyTexSub... | Roland Scheidegger |
2007-07-10 | Clear pointers to freed cliprects. | Michel Dänzer |
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian |
2007-05-22 | Add interfaces for overriding texture images with driver specific 'offsets'. | Michel Dänzer |
2007-05-16 | Initial implementation of MESA_texture_array | Ian Romanick |
2007-04-16 | Make sure we are locked when creating drm buffer objects. | Thomas Hellstrom |
2007-04-08 | driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers. | Michel Dänzer |
2007-04-05 | Remove SI imports/exports remnants. | George Sapountzis |
2007-04-05 | Move glcontextmodes.c to glx. | George Sapountzis |
2007-03-20 | use passed target parameter | Alan Hourihane |
2007-02-26 | s/pdp/prp/ in DoBindContext() | Panagiotis Papadakos |
2007-02-26 | add missing param to _mesa_warning() | Panagiotis Papadakos |
2007-01-27 | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis |
2007-01-05 | Add reporting of damage by DRI drivers when the extension support is available. | Eric Anholt |
2006-12-06 | Make git ignore files only generated at build time. | Michel Dänzer |
2006-12-06 | Re-generate options.h with Swedish translations. | Michel Dänzer |
2006-12-06 | Swedish translation of driconf options. | Daniel Nylander |
2006-12-01 | Fix an infinite loop error that may occur when many contexts are bound | Thomas Hellström |
2006-11-14 | Enable GLX_SGI_make_current_read for tdfx. | Ian Romanick |
2006-11-03 | Added OpenGL 2.1 entrypoints. | Brian Paul |
2006-11-02 | Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files. | Brian Paul |
2006-11-01 | Merge texmem-0-3-branch. | Keith Whitwell |
2006-10-16 | Track the currently bound read drawable and make sure its info is up | Ian Romanick |
2006-10-15 | allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130) | Brian Paul |
2006-10-15 | regenerated to get DRI_CONF_EXCESS_MIPMAP() | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-09-28 | Add helper function that returns the current vblank sequence of a drawable. | Michel Dänzer |
2006-09-28 | Add helper function to calculate the area of the intersection of two rectangles. | Michel Dänzer |
2006-09-28 | Add driGetVBlankInterval() helper function. | Michel Dänzer |
2006-09-28 | driWaitForVBlank: Add support for secondary vertical blank. | Michel Dänzer |
2006-09-28 | Some restructuring of the driWaitForVBlank() code. | Michel Dänzer |
2006-09-28 | Make driDrawableInitVBlank() initialize the sequence number. | Michel Dänzer |
2006-08-25 | Add a couple of the missing GL 2.0 functions. Enable GLX protocol for | Ian Romanick |
2006-08-24 | GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions. | Ian Romanick |
2006-08-15 | Add support for GL_EXT_gpu_program_parameters. Any driver that enables | Ian Romanick |
2006-08-11 | Fix long standing bug that prevented newer drivers from working with | Ian Romanick |
2006-07-30 | Add support for GL_MESA_shader_debug. | Michal Krol |
2006-07-12 | fix another memleak | Tilman Sauerbeck |
2006-06-12 | Add support for GL_APPLE_vertex_array_object. Several test programs | Ian Romanick |
2006-04-11 | FBConfig support for EXT_tfp | David Reveman |
2006-04-03 | if DDX is -1 don't do DDX check | Dave Airlie |
2006-04-03 | Coverity #459: Silly off-by-one error. | Adam Jackson |
2006-04-02 | Coverity #567: Fix a memory leak on a failure path. | Adam Jackson |
2006-04-01 | These messages really should be printed all the time, users want to | Dave Airlie |
2006-03-31 | Dave Reveman's patch for GLX_MESA_copy_sub_buffer support | Brian Paul |
2006-03-30 | Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer() | Brian Paul |
2006-03-28 | Revert merge of new/experimental code from texmem branch. | Keith Whitwell |
2006-03-26 | merge from texman branch | Brian Paul |