aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.h
Commit message (Expand)AuthorAgeFilesLines
* dri: Change __DriverApiRec::CreateContext to take a struct for attribsNeil Roberts2017-11-061-5/+2
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-201-0/+1
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* radeon,r200: remove unused variable texmicrotileEmil Velikov2015-07-221-1/+0
* mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt2014-04-301-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* mesa/dri: Add basic plumbing for GLX_ARB_robustness reset notification strategyIan Romanick2013-11-071-0/+1
* radeon/r200: remove use of gl_context::DriverCtx fieldBrian Paul2012-10-051-1/+6
* dri2: Add plumbing to get context version requirements and flags to driversIan Romanick2012-01-021-0/+4
* dri: Remove unused dri texmem.cKristian Høgsberg2011-11-021-1/+0
* radeon: Drop dri2 checks now that it's always true.Eric Anholt2011-10-281-2/+0
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* dri: Add DRI entrypoints to create a context for a given APIKristian Høgsberg2010-04-281-1/+2
* r100: use common glCopyTex(Sub)Image codeMaciej Cencora2010-01-191-1/+0
* r100: add blit supportAlex Deucher2010-01-181-1/+1
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-1/+1
* radeon: fix polygon stippleAlex Deucher2009-12-041-0/+4
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-1/+6
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-1/+0
* radeon: add r100 OQ support with kms.Dave Airlie2009-08-261-0/+4
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-17/+7
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-14/+0
* radeon: implement userspace clearsDave Airlie2009-03-061-0/+15
* radeon: renaming and headers cleanupDave Airlie2009-02-121-2/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-22/+2
* radeon: make more r100 workDave Airlie2009-02-091-9/+6
* radeon: make compile again.Dave Airlie2009-02-041-12/+7
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-1/+0
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-141-12/+0
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-6/+3
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-72/+12
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-8/+0
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-33/+0
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-164/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* radeon: SetTexOffset supportChris Rankin2008-07-141-0/+2
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* More vblank cleanups.Michel Dänzer2007-10-301-3/+0
* r300: Cleaned up radeon_context.h slightly; mostly Indent.Oliver McFadden2007-05-091-344/+325
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-031-111/+0
* Enable GLX_SGI_make_current_read for radeon.Ian Romanick2006-10-181-1/+10
* More GLSL code:Michal Krol2006-04-111-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-0/+2
* fix missing *_STATECHANGE in *UpdateViewportOffset for radeon, r200 and r300 ...Roland Scheidegger2006-03-281-0/+4
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-0/+11
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-16/+21
* Remove the tcl fallback for texture rectangle (by manipulating the texture ma...Roland Scheidegger2005-10-051-2/+3
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-6/+0
* Fixes the glXGetProcAddress portion of the interface. Most of the functionsIan Romanick2005-07-261-1/+0
* Bugzilla #2195: Convert the radeon driver to the t_vertex interface. This cutsEric Anholt2005-05-311-3/+18