summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_context.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* add texture micro and macro tiling to radeon/r200 driver. This can improve pe...Roland Scheidegger2005-02-101-1/+4
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-3/+0
* add sync debugging to the radeon driverDave Airlie2005-01-231-0/+1
* (Stephane Marchesin, me) add hyperz support to radeon and r200 drivers. Only ...Roland Scheidegger2004-12-081-1/+2
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-2/+5
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-251-5/+5
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+2
* Replace drmHandle, drmContext, drmDrawable, drmMagic and related types withIan Romanick2004-06-021-1/+1
* bring over build fixes from stable branchAlan Hourihane2004-04-261-1/+0
* Adjust includes to help DRI buildJon Smirl2004-03-121-0/+2
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-8/+7