summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_context.h
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: remove unneeded #include of colormac.hMark Janes2015-10-061-1/+0
* radeon,r200: remove unused variable texmicrotileEmil Velikov2015-07-221-1/+0
* r200: fix some potential big endian issuesRoland Scheidegger2015-07-161-4/+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
* r200: get rid of dubious aux scissor bitsRoland Scheidegger2012-08-011-20/+15
* 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
* radeon: Refactor the common texture hook setup to common code.Eric Anholt2011-08-291-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
* r200: add blit supportAlex Deucher2010-01-181-0/+2
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-6/+6
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-0/+6
* r100/r200: Bring back old PolygonStripple for DRI1.Pauli Nieminen2009-08-281-1/+0
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-261-0/+3
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-0/+10
* r200: Remove unnecessery Elts from r200 context.Pauli Nieminen2009-08-211-2/+0
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-6/+0
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-15/+0
* r200: enable hw clearsDave Airlie2009-03-101-0/+15
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-4/+3
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-13/+1
* r200: cleanup some bits that aren't usedDave Airlie2009-02-091-2/+0
* r200/r300: swtcl fixups to use old dma buffers on top of BOsDave Airlie2009-01-311-30/+0
* r200: bring back single dma flushDave Airlie2009-01-291-3/+0
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-4/+0
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-2/+2
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-1/+6
* r200: remove indexed vertsDave Airlie2009-01-221-2/+0
* r200: clear is working at least - not much elseDave Airlie2009-01-201-3/+5
* radeon/r200/r300: consolidate swap buffersDave Airlie2009-01-141-9/+1
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-4/+1
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-70/+7
* radeon/r200: move more stuff closer together in contextDave Airlie2009-01-141-12/+4
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-80/+38
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-189/+22
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-4/+4
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-1/+1
* Refactor and fix core vblank supportJesse Barnes2007-10-291-4/+1
* r200: Implement SetTexOffset hook.Chris Rankin2007-09-291-0/+1
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* r200: simplify / unify input map handling for vp and fftnlRoland Scheidegger2007-02-091-10/+2
* remove now unused vtxfmt stuff from radeon/r200 header filesRoland Scheidegger2007-02-031-124/+0
* submit vertex weights to make World of Warcraft maybe happy (bug 8250)Roland Scheidegger2006-12-141-0/+1
* fix mixed conventional / generic vertex arrays which caused a wrong array ord...Roland Scheidegger2006-11-301-0/+2
* Remove use of GetBufferSize (depreciated).Jerome Glisse2006-11-151-0/+1
* enable generic arrays for r200 hw vertex programs by assigning unused color a...Roland Scheidegger2006-11-031-2/+3