aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
Commit message (Expand)AuthorAgeFilesLines
* radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick2014-01-231-1/+1
* radeon / r200: Remove unused 'dostate' parameterIan Romanick2014-01-231-1/+0
* radeon / r200: Fix 'empty body' warningIan Romanick2014-01-231-2/+2
* radeon / r200: Fix incompatible pointer type warningIan Romanick2014-01-231-2/+1
* mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter2014-01-201-3/+3
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick2014-01-151-1/+1
* mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick2014-01-151-3/+1
* radeon: Remove dead codeIan Romanick2014-01-151-9/+0
* radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick2013-11-051-1/+1
* mesa: Remove the Initialized field from framebuffers.Eric Anholt2013-06-251-2/+0
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-12/+12
* radeon/r200: get rid of some unneeded cliprect/scissor codeRoland Scheidegger2012-08-011-53/+3
* radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul2012-05-011-5/+6
* radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul2012-01-241-2/+2
* radeon: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul2011-12-131-4/+4
* radeon: drop unused constant_cliprect fieldDave Airlie2011-11-111-1/+0
* radeon: Fix variable initialization typo.Vinson Lee2011-11-031-1/+1
* dri: Remove dri2.enabled flagKristian Høgsberg2011-11-021-3/+0
* dri: Remove remaining DRI1 vblank codeKristian Høgsberg2011-11-021-2/+0
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-291-1/+0
* radeon: Simplify cliprects computation now that there's just 1.Eric Anholt2011-10-281-62/+14
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-72/+0
* radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt2011-10-281-287/+0
* radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt2011-10-281-96/+21
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-021-8/+0
* r600c: add big endian support for r6xx/r7xxCédric Cano2011-04-191-1/+1
* radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt2011-02-121-1/+1
* radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff2010-11-081-0/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-14/+14
* radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner2010-08-021-10/+5
* 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