summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
AgeCommit message (Expand)Author
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
2009-07-15Use memcpy directly in the common codeAlex Deucher
2009-07-14R6xx/r7xx: implement memcpy buffer swapsAlex Deucher
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-15radeon: fix unsigned vs signed comparison in stencil code.Dave Airlie
2009-07-14radeon: port more front fixes from intel.Dave Airlie
2009-07-14radeon: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Dave Airlie
2009-07-12radeon: update clear code from Intel codebase.Dave Airlie
2009-07-11radeon: Fix scissor rectangle calculation when rendering to FBO.Michel Dänzer
2009-07-08radeon: fix copy and paste typoMaciej Cencora
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-06-18radeon: don't re-add BOs to validate listDave Airlie
2009-06-17radeon: Flush command buffer on viewport changeJerome Glisse
2009-06-12Merge master and fix conflictsAlex Deucher
2009-05-25radeon: on update drawable don't firevertices as it might be call from GetLockJerome Glisse
2009-05-24radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle
2009-05-20radeon: Increase reference count of current renderbuffers.Michel Dänzer
2009-05-13Call _mesa_update_stencil() before accessing ctx->Stencil._EnabledOwen W. Taylor
2009-05-10radeon: add support for new dri2 interfaces & fix single buffer renderingJoel Bosveld
2009-05-08R6xx/R7xx: WIP r6xx-rewrite codeRichard Li
2009-05-07r300: fix compiler warningsMaciej Cencora
2009-05-06When clearing the stencil buffer, don't use a two-sided stencilOwen W. Taylor
2009-04-27r300: fix valgrind warningsMaciej Cencora
2009-04-27r300: add atom print function for kernel mm pathMaciej Cencora
2009-04-19radeon: update clear state with latest intel codeDave Airlie
2009-04-16radeon: take a bo reference when adding to validate listDave Airlie