summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_lock.c
AgeCommit message (Expand)Author
2010-01-30radeon: Remove unnecessary headers.Vinson Lee
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-11-25radeon: fix context destroy needing lock for flushing.Dave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-12radeon: Add protection against recursive DRM locking.Pauli Nieminen
2009-07-31radeon: Remove unused variable from context.Pauli Nieminen
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-03-19radeon/r200/r300: cleanup some of the renderbuffer codeDave Airlie
2009-03-03radeon: refactor framebuffer code like intelDave Airlie
2009-02-12radeon: renaming and headers cleanupDave Airlie
2009-01-14radeon: remove old lock codeDave Airlie
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul
2007-05-11r300: Initial work on merging radeon_lock.[ch].Oliver McFadden
2007-03-27r128, radeon, r200: Check ctx->WinSysDrawBuffer before calling function that ...Roland Scheidegger
2007-03-12radeon: Adapt cliprect fixes from r300.Alan Swanson
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick
2005-09-14Instead of calling _mesa_ResizeBuffersMESA() in the Viewport function,Brian Paul
2005-09-04Simplify radeonSetCliprects(). Remove the 'mode' parameter.Brian Paul
2005-09-04Fix UpdatePageFlipping() function. Always call driFlipRenderbuffers()Brian Paul
2005-09-01fix page flipping breakageBrian Paul
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul
2005-05-04Major check-in of changes for GL_EXT_framebuffer_object extension.Brian Paul
2005-01-26(Stephane Marchesin, me) Add support for color (framebuffer) tiling to the ra...Roland Scheidegger
2004-10-02added support for GL_ARB_draw_buffersBrian Paul
2004-09-25The previous code would emit a full set of state during the first EmitState onEric Anholt
2004-03-21Implemented support for software-based AUX color buffers.Brian Paul
2004-03-11Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl
2003-12-07merge some more of the radeon DRI driver from the DRI trunkAlan Hourihane
2003-10-21Update DRI drivers to current DRI CVS and make them work.Jon Smirl
2003-08-22patch to import Jon Smirl's work from BitkeeperBrian Paul