summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2007-03-20use passed target parameterAlan Hourihane
2007-02-26s/pdp/prp/ in DoBindContext()Panagiotis Papadakos
2007-02-26add missing param to _mesa_warning()Panagiotis Papadakos
2007-01-27Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-12-06Re-generate options.h with Swedish translations.Michel Dänzer
2006-12-06Swedish translation of driconf options.Daniel Nylander
2006-12-01Fix an infinite loop error that may occur when many contexts are boundThomas Hellström
2006-11-14Enable GLX_SGI_make_current_read for tdfx.Ian Romanick
2006-11-03Added OpenGL 2.1 entrypoints.Brian Paul
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul
2006-11-01Merge texmem-0-3-branch.Keith Whitwell
2006-10-16Track the currently bound read drawable and make sure its info is upIan Romanick
2006-10-15allow >10 mipmap levels (patch by Benno Schulenberg) (bug 3130)Brian Paul
2006-10-15regenerated to get DRI_CONF_EXCESS_MIPMAP()Brian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-09-28Add helper function that returns the current vblank sequence of a drawable.Michel Dänzer
2006-09-28Add helper function to calculate the area of the intersection of two rectangles.Michel Dänzer
2006-09-28Add driGetVBlankInterval() helper function.Michel Dänzer
2006-09-28driWaitForVBlank: Add support for secondary vertical blank.Michel Dänzer
2006-09-28Some restructuring of the driWaitForVBlank() code.Michel Dänzer
2006-09-28Make driDrawableInitVBlank() initialize the sequence number.Michel Dänzer
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-15Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick
2006-08-11Fix long standing bug that prevented newer drivers from working withIan Romanick
2006-07-30Add support for GL_MESA_shader_debug.Michal Krol
2006-07-12fix another memleakTilman Sauerbeck
2006-06-12Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick
2006-04-11FBConfig support for EXT_tfpDavid Reveman
2006-04-03if DDX is -1 don't do DDX checkDave Airlie
2006-04-03Coverity #459: Silly off-by-one error.Adam Jackson
2006-04-02Coverity #567: Fix a memory leak on a failure path.Adam Jackson
2006-04-01These messages really should be printed all the time, users want toDave Airlie
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul
2006-03-30Init the Red/Green/Blue/Alpha/Depth/StencilBits fields in driNewRenderbuffer()Brian Paul
2006-03-28Revert merge of new/experimental code from texmem branch.Keith Whitwell
2006-03-26merge from texman branchBrian Paul
2006-03-23fix coverity 926: use before NULL checkDave Airlie
2006-03-17Don't use glx_ansic.h functions (__glXMemset).Kristian Høgsberg
2006-03-01Added glBlitFramebufferEXT function.Brian Paul
2006-02-09remove the test for XFree86Server from prev patch (bug 5835)Brian Paul
2006-02-08include dix-config.h (Mike Harris) (bug 5835)Brian Paul
2006-02-03replace the texture level hack used in radeon/r200 to allow larger textures w...Roland Scheidegger
2006-01-30fix broken assertions so dri drivers compile with -DDEBUG (replace GL_STENCIL...Roland Scheidegger
2005-12-07Updates for GL_EXT_timer_query:Brian Paul
2005-11-29assorted fixes for server-side direct rendering (bug 5199)Brian Paul
2005-11-28Remove the many aliases for 'struct mem_block' in mm.hKeith Whitwell
2005-10-28Silence gcc-4 warnings.Aapo Tahkola