summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_common.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák1-1/+0
2017-01-13radeon: Unify the style of function pointer calls in structsBoyan Ding1-4/+4
2015-07-20mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string().Kenneth Graunke1-1/+1
2015-07-13radeon: remove dri_mirror stateEmil Velikov1-9/+9
2015-05-14main: Refactor _mesa_update_draw_buffer_bounds.Laura Ekstrand1-1/+1
2015-05-14main: Refactor _mesa_update_framebuffer.Laura Ekstrand1-1/+1
2015-04-21radeon: replace __FUNCTION__ with __func__Marius Predut1-6/+6
2015-02-26radeon: replace INLINE with inlineBrian Paul1-2/+2
2014-08-21dri/radeon: cleanup the radeon_context vtblEmil Velikov1-3/+0
2014-08-09radeon,r200: fix buffer validation after CS flushMarek Olšák1-13/+1
2014-01-23radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick1-1/+1
2014-01-23radeon / r200: Remove unused 'dostate' parameterIan Romanick1-1/+0
2014-01-23radeon / r200: Fix 'empty body' warningIan Romanick1-2/+2
2014-01-23radeon / r200: Fix incompatible pointer type warningIan Romanick1-2/+1
2014-01-20mesa: Update gl_scissor_attrib to support ARB_viewport_arrayCourtney Goeltzenleuchter1-3/+3
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2014-01-15mesa: Eliminate parameters to dd_function_table::ScissorIan Romanick1-1/+1
2014-01-15mesa: Eliminate parameters to dd_function_table::DepthRangeIan Romanick1-3/+1
2014-01-15radeon: Remove dead codeIan Romanick1-9/+0
2013-11-05radeon / r200: Don't pass unused parameters to radeon_viewportIan Romanick1-1/+1
2013-06-25mesa: Remove the Initialized field from framebuffers.Eric Anholt1-2/+0
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-12/+12
2012-08-01radeon/r200: get rid of some unneeded cliprect/scissor codeRoland Scheidegger1-53/+3
2012-05-01radeon: use _mesa_is_winsys/user_fbo() helpersBrian Paul1-5/+6
2012-01-24radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul1-2/+2
2011-12-13radeon: stop using _DepthBuffer, _StencilBuffer fieldsBrian Paul1-4/+4
2011-11-11radeon: drop unused constant_cliprect fieldDave Airlie1-1/+0
2011-11-03radeon: Fix variable initialization typo.Vinson Lee1-1/+1
2011-11-02dri: Remove dri2.enabled flagKristian Høgsberg1-3/+0
2011-11-02dri: Remove remaining DRI1 vblank codeKristian Høgsberg1-2/+0
2011-10-29radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie1-1/+0
2011-10-28radeon: Simplify cliprects computation now that there's just 1.Eric Anholt1-62/+14
2011-10-28radeon: Drop dri2 checks now that it's always true.Eric Anholt1-72/+0
2011-10-28radeon: Drop the DRI1 swapbuffers implementation.Eric Anholt1-287/+0
2011-10-28radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt1-96/+21
2011-08-02radeon: Remove some remaining set-but-unused variables.Eric Anholt1-8/+0
2011-04-19r600c: add big endian support for r6xx/r7xxCédric Cano1-1/+1
2011-02-12radeon: Remove setup of the old dri/ meta code, which is now unused.Eric Anholt1-1/+1
2010-11-08radeon: Implement EGL_MESA_no_surface_extensionJohann Rudloff1-0/+4
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-14/+14
2010-08-02radeon: Add DRI2 flush extension support, so we synchronize properly.Mario Kleiner1-10/+5
2010-03-07radeon: no need to emit full state twice after flushMaciej Cencora1-5/+0
2010-01-27radeon/r200/r300: don't clean non-emitted state.Dave Airlie1-1/+2
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-12/+12
2009-12-22mesa: Remove _mesa_exit wrapper for exit().Eric Anholt1-1/+1
2009-12-18radeon: fix frontbuffer read/drawpixelsDave Airlie1-1/+23
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas1-23/+0
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick1-23/+0
2009-12-05radeon: Only get DRI2 front buffer information for glXBindTexImageEXT.Michel Dänzer1-4/+4
2009-12-04radeon: fix polygon stippleAlex Deucher1-23/+0