summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke2015-07-201-1/+1
* radeon: remove dri_mirror stateEmil Velikov2015-07-131-9/+9
* main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand2015-05-141-1/+1
* main: Refactor _mesa_update_framebuffer.Laura Ekstrand2015-05-141-1/+1
* radeon: replace __FUNCTION__ with __func__Marius Predut2015-04-211-6/+6
* radeon: replace INLINE with inlineBrian Paul2015-02-261-2/+2
* dri/radeon: cleanup the radeon_context vtblEmil Velikov2014-08-211-3/+0
* radeon,r200: fix buffer validation after CS flushMarek Olšák2014-08-091-13/+1
* 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