summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: no need to emit full state twice after flushMaciej Cencora2010-03-071-5/+0
* radeon/r200/r300: don't clean non-emitted state.Dave Airlie2010-01-271-1/+2
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-12/+12
* mesa: Remove _mesa_exit wrapper for exit().Eric Anholt2009-12-221-1/+1
* radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-181-1/+23
* Merge branch 'mesa_7_7_branch'Andre Maasikas2009-12-081-23/+0
|\
| * Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-12-071-23/+0
| |\
| | * radeon: fix polygon stippleAlex Deucher2009-12-041-23/+0
* | | radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer2009-12-051-4/+4
|/ /
* | Revert "radeon/r300: no need to flush the cmdbuf when changing scissors state...Dave Airlie2009-12-021-3/+1
* | radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora2009-11-141-3/+0
* | radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora2009-11-141-1/+3
* | radeon: remove unnecessary call to radeonEmitStateMaciej Cencora2009-11-141-2/+0
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-10-101-5/+4
|\ \ | |/
| * radeon: fix scissor regressionAlex Deucher2009-10-091-5/+4
* | Merge branch 'mesa_7_6_branch'Pauli Nieminen2009-09-241-4/+4
|\ \ | |/
| * radeon: Fix scissors for r600 KMS.Pauli Nieminen2009-09-241-4/+4
* | mesa: rename functions to be more consistant with rest of mesaBrian Paul2009-09-191-1/+1
|/
* radeon: Add more verbose error message for failed command buffer.Pauli Nieminen2009-09-091-1/+3
* radeon: trim down #includesBrian Paul2009-09-011-28/+0
* radeon: use _mesa_meta_clear()Brian Paul2009-09-011-2/+2
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-25/+0
* r100: Use shared debug code.Pauli Nieminen2009-08-311-33/+26
* radeon: Fix scissors for dri1.Pauli Nieminen2009-08-281-4/+21
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-0/+22
* r100/r200: Share PolygonStripple code.Pauli Nieminen2009-08-281-0/+25
* radeon: fix scissor calcs.Dave Airlie2009-08-271-15/+20
* radeon: Fix loop en condition so debug output doesn't flood meaningless values.Pauli Nieminen2009-08-271-1/+1
* radeon: Make RADEON_CMDBUF more fine grained.Pauli Nieminen2009-08-271-2/+8
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-0/+3
* radeon: Add debug output to radeonCountStateEmitSize.Pauli Nieminen2009-08-241-4/+17
* radeon/r300: Code clean up and logic fix.Pauli Nieminen2009-08-221-2/+2
* radeon: protect against buffer overflow in state atom debug code.Pauli Nieminen2009-08-211-0/+5
* radeon: Improve state emit code.Pauli Nieminen2009-08-211-52/+70
* r300: Predict emit size for next rendering operation.Pauli Nieminen2009-08-211-1/+3
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-211-11/+6
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-211-2/+2
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-211-0/+23
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-181-2/+2
* r300: OQ reworkDave Airlie2009-08-181-0/+6
* r300: clear not_flushed OQ list after flushMaciej Cencora2009-08-151-2/+2
* r600: use the drm ioctls for swap and texture uploadAlex Deucher2009-08-111-26/+0
* radeon: Fix inverted test for disabling flushing of front buffer output.Eric Anholt2009-08-031-1/+1
* radeon: Cliprects has to be updated before doing anything with clip rectanglesPauli Nieminen2009-07-311-1/+2
* Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher2009-07-151-270/+39
|\
| * intel/radeon: add common metaops code.Dave Airlie2009-07-151-249/+3
| * radeon: fix unsigned vs signed comparison in stencil code.Dave Airlie2009-07-151-1/+1
| * radeon: port more front fixes from intel.Dave Airlie2009-07-141-0/+11
| * radeon: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Dave Airlie2009-07-141-2/+1
| * radeon: update clear code from Intel codebase.Dave Airlie2009-07-121-35/+66