summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_context.h
AgeCommit message (Expand)AuthorFilesLines
2015-10-06radeon/r200: remove unneeded #include of colormac.hMark Janes1-1/+0
2015-07-22radeon,r200: remove unused variable texmicrotileEmil Velikov1-1/+0
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt1-1/+0
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2013-11-07mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick1-0/+1
2012-10-05radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul1-1/+6
2012-01-02dri2: Add plumbing to get context version requirements and flags to driversIan Romanick1-0/+4
2011-11-02dri: Remove unused dri texmem.cKristian Høgsberg1-1/+0
2011-10-28radeon: Drop dri2 checks now that it's always true.Eric Anholt1-2/+0
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg1-1/+1
2010-04-28dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg1-1/+2
2010-01-19r100: use common glCopyTex(Sub)Image codeMaciej Cencora1-1/+0
2010-01-18r100: add blit supportAlex Deucher1-1/+1
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg1-1/+1
2009-12-04radeon: fix polygon stippleAlex Deucher1-0/+4
2009-09-01radeon: fix r100/r200 polygon stipple under kmsDave Airlie1-1/+6
2009-08-28r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen1-1/+0
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie1-0/+4
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-17/+7
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie1-14/+0
2009-03-06radeon: implement userspace clearsDave Airlie1-0/+15
2009-02-12radeon: renaming and headers cleanupDave Airlie1-2/+1
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-22/+2
2009-02-09radeon: make more r100 workDave Airlie1-9/+6
2009-02-04radeon: make compile again.Dave Airlie1-12/+7
2009-01-29radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie1-1/+0
2009-01-14radeon/r200/r300: consolidate swap buffersDave Airlie1-12/+0
2009-01-14radeon/r200/r300: attempt to move lock to common codeDave Airlie1-6/+3
2009-01-14radeon/r200/r300: initial attempt to convert to common context codeDave Airlie1-72/+12
2009-01-14radeon/r200: move more stuff closer together in contextDave Airlie1-8/+0
2009-01-14radeon/r200: move state atom to common headerDave Airlie1-33/+0
2009-01-13radeon/r200: start splitting out commonalities into separate headersDave Airlie1-164/+3
2008-09-18mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul1-4/+4
2008-07-14radeon: SetTexOffset supportChris Rankin1-0/+2
2008-06-21replace __inline and __inline__ with INLINE macroBrian Paul1-3/+3
2007-10-30More vblank cleanups.Michel Dänzer1-3/+0
2007-05-09r300: Cleaned up radeon_context.h slightly; mostly Indent.Oliver McFadden1-344/+325
2007-02-03remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger1-111/+0
2006-10-18Enable GLX_SGI_make_current_read for radeon.Ian Romanick1-1/+10
2006-04-11More GLSL code:Michal Krol1-1/+1
2006-03-31Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul1-0/+2
2006-03-28fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger1-0/+4
2005-10-15enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger1-0/+11
2005-10-13enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger1-16/+21
2005-10-05Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger1-2/+3
2005-09-01Finish up some of the gl_renderbuffer work.Brian Paul1-6/+0
2005-07-26Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick1-1/+0
2005-05-31Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt1-3/+18
2005-02-10add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger1-1/+4
2005-01-31Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson1-3/+0