summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
AgeCommit message (Expand)Author
2007-09-18Add some error reporting and a couple of assertions to TTM bufmgr.Eric Anholt
2007-08-16Convert TTM code to require the server provide buffers for front/back/depth.Eric Anholt
2007-08-16Fix bad printf on TTM fence_wait failure.Eric Anholt
2007-08-16Don't forget to update buffer offset after validation.Eric Anholt
2007-08-12fix spantmp2 READ_RGBA inline asm (#11931)Dan Torop
2007-08-02Don't try to use kernel BO flags in dri_bufmgr_fake internals.Eric Anholt
2007-08-01fix mem leak (bug 11793)Brian
2007-07-31bufmgr_fake: eliminate the referenced list, which is now just on_hardware.Eric Anholt
2007-07-25Add notes about bufmgr initialization failures.Eric Anholt
2007-07-10Clear pointers to freed cliprects.Michel Dänzer
2007-07-06bufmgr_ttm: hook up destroy function, track buffer names.Eric Anholt
2007-07-05bufmgr_fake: Keep the bufmgr lock held while freeing a block.Eric Anholt
2007-07-05Merge branch 'i915-unification' of git+ssh://people.freedesktop.org/~anholt/m...Eric Anholt
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian
2007-06-21Improve fake bufmgr debugging, and don't try to migrate static buffers.Eric Anholt
2007-06-18Fix TTM static allocation flags.Eric Anholt
2007-06-18Test for TTM presence initially rather than test for lack of classic aperture.Eric Anholt
2007-05-31Add buffer manager destroy function.Eric Anholt
2007-05-24Replace the flags/hint arguments to bo_alloc{,_static} with a location mask.Eric Anholt
2007-05-24Merge branch 'master' into i915-unificationEric Anholt
2007-05-22Add interfaces for overriding texture images with driver specific 'offsets'.Michel Dänzer
2007-05-18Merge branch 'master' into i915-unificationEric Anholt
2007-05-18Fix another mis-calling of _fence_wait_internal.Eric Anholt
2007-05-18Allow unreference with a NULL argument.Eric Anholt
2007-05-18Fix double-counting of low_offset in block->virtual.Eric Anholt
2007-05-18Zero out bufmgr_fake on alloc.Eric Anholt
2007-05-18Dead code elimination and fix bufmgr_fake_wait_idle.Eric Anholt
2007-05-18Fix some use-before-initialize in bufmgr_fake.Eric Anholt
2007-05-17Convert i915tex to the new interface and make it compile.Eric Anholt
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-05-16WIP: Replace TTM buffer pool manager with a simplified interface.Eric Anholt
2007-04-16Make sure we are locked when creating drm buffer objects.Thomas Hellstrom
2007-04-08driUpdateFramebufferSize: Use ctx->Driver.ResizeBuffers.Michel Dänzer
2007-04-05Remove SI imports/exports remnants.George Sapountzis
2007-04-05Move glcontextmodes.c to glx.George Sapountzis
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