summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
AgeCommit message (Expand)Author
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner
2010-03-07radeon: no need to emit full state twice after flushMaciej Cencora
2010-01-27radeon/r200/r300: don't clean non-emitted state.Dave Airlie
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt
2009-12-18radeon: fix frontbuffer read/drawpixelsDave Airlie
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer
2009-12-04radeon: fix polygon stippleAlex Deucher
2009-12-02Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie
2009-11-14radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora
2009-11-14radeon: remove unnecessary call to radeonEmitStateMaciej Cencora
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-09radeon: fix scissor regressionAlex Deucher
2009-09-24Merge branch 'mesa_7_6_branch'Pauli Nieminen
2009-09-24radeon: Fix scissors for r600 KMS.Pauli Nieminen
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul
2009-09-09radeon: Add more verbose error message for failed command buffer.Pauli Nieminen
2009-09-01radeon: trim down #includesBrian Paul
2009-09-01radeon: use _mesa_meta_clear()Brian Paul
2009-09-01radeon: fix r100/r200 polygon stipple under kmsDave Airlie
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-28radeon: Fix scissors for dri1.Pauli Nieminen
2009-08-28r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen
2009-08-28r100/r200: Share PolygonStripple code.Pauli Nieminen
2009-08-27radeon: fix scissor calcs.Dave Airlie
2009-08-27radeon: Fix loop en condition so debug output doesn't flood meaningless values.Pauli Nieminen
2009-08-27radeon: Make RADEON_CMDBUF more fine grained.Pauli Nieminen
2009-08-26r200: Add scissor to state atom list.Pauli Nieminen
2009-08-24radeon: Add debug output to radeonCountStateEmitSize.Pauli Nieminen
2009-08-22radeon/r300: Code clean up and logic fix.Pauli Nieminen
2009-08-21radeon: protect against buffer overflow in state atom debug code.Pauli Nieminen
2009-08-21radeon: Improve state emit code.Pauli Nieminen
2009-08-21r300: Predict emit size for next rendering operation.Pauli Nieminen
2009-08-21r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen
2009-08-21r200: Fix atom->check call to return emit size for atom.Pauli Nieminen
2009-08-21r200: Prevent flush in middle of rendering.Pauli Nieminen
2009-08-18radeon: Optimize memory handling for dma operations.Pauli Nieminen
2009-08-18r300: OQ reworkDave Airlie
2009-08-15r300: clear not_flushed OQ list after flushMaciej Cencora
2009-08-11r600: use the drm ioctls for swap and texture uploadAlex Deucher
2009-08-03radeon: Fix inverted test for disabling flushing of front buffer output.Eric Anholt
2009-07-31radeon: Cliprects has to be updated before doing anything with clip rectanglesPauli Nieminen
2009-07-15Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher
2009-07-15make sure ctx->Driver.Flush is valid before calling itAlex Deucher