summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200/r200_ioctl.h
Commit message (Expand)AuthorAgeFilesLines
* Fix a few typosZoë Blade2015-04-271-1/+1
* r200: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* mesa: Move simple_list.h to src/util.Eric Anholt2015-01-281-1/+1
* dri/radeon: drop obsolete radeon_{dri,macros}.h headersEmil Velikov2014-08-211-1/+0
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* radeon/r200: make radeon_context subclass of gl_contextBrian Paul2012-10-051-1/+1
* r200: get rid of old gart memory functions from old dri1Roland Scheidegger2012-08-011-6/+0
* radeon/r200: drop remains of non-libdrm_radeon buildDave Airlie2011-10-291-1/+2
* r200: Drop the non-kernel-memory-manager and DRI1 code.Eric Anholt2011-10-281-14/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* glx: Drop support for GLX_MESA_allocate_memoryKristian Høgsberg2010-07-191-5/+0
* r200: emit max vtx info for index buffer.Dave Airlie2009-09-011-0/+1
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-261-0/+10
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-211-3/+5
* r200: use correct finish interfaceDave Airlie2009-02-131-2/+0
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+1
* r200/r300: get up to speed on renamed filesDave Airlie2009-02-121-3/+0
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-12/+2
* radeon/r200: flush vertices when data in cmdbuf.Dave Airlie2009-02-111-1/+3
* r200: cleanup some bits that aren't usedDave Airlie2009-02-091-26/+0
* radeon/r200 remove more unused codeDave Airlie2009-02-041-34/+0
* r200/r300: add aperture space checksDave Airlie2009-01-311-0/+2
* r200: bring back single dma flushDave Airlie2009-01-291-3/+3
* r200: fix up swtcl/tcl flushesDave Airlie2009-01-221-5/+4
* r200: emit elts into a separate ELT boDave Airlie2009-01-231-1/+2
* r200: make tri render on my r200.Dave Airlie2009-01-211-18/+9
* r200: clear is working at least - not much elseDave Airlie2009-01-201-9/+50
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-5/+0
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-4/+4
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-1/+1
* radeon/r200: start splitting out commonalities into separate headersDave Airlie2009-01-131-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-1/+1
* replace __inline and __inline__ with INLINE macroBrian Paul2008-06-211-3/+3
* Refactor and fix core vblank supportJesse Barnes2007-10-291-2/+2
* Drop __DRInativeDisplay and pass in __DRIscreen pointers instead.Kristian Høgsberg2007-10-101-3/+3
* remove CVS/XFree86 keywordsChristoff Brill2007-05-171-1/+0
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-1/+2
* Minor driver cleanup. Remove unnecessery/unneded radeon/r200AllocDmaRegionVer...Roland Scheidegger2005-10-111-6/+0
* Bug #2428: #ifdef GLX_DIRECT_RENDERING in DRI drivers is pointless.Adam Jackson2005-01-311-6/+0
* OK, one more time. Simplify the state-backup system by just storing the fullEric Anholt2004-09-301-1/+0
* The previous code would emit a full set of state during the first EmitState onEric Anholt2004-09-221-2/+7
* Close some races with locking on R100 and R200 which could manifest as renderingEric Anholt2004-08-171-0/+25
* Patch removes _SOLO definition needed for mesa-solo. mesa-soloJon Smirl2004-07-041-2/+1
* Replace 'Display *' with '__DRInativeDisplay *'.Ian Romanick2004-06-041-3/+3
* disable under _SOLO buildAlan Hourihane2004-04-141-0/+2
* fix the usage of GLX_MESA_allocate_memoryAlan Hourihane2004-04-131-3/+3
* Adjustments to make everything use IOCTL/sarea defines in DRM insteadJon Smirl2004-03-111-1/+2
* Before calling _mesa_create_context(), initialize a dd_function_table structBrian Paul2004-01-201-1/+1
* Update DRI drivers to current DRI CVS and make them work.Jon Smirl2003-10-211-10/+9
* r200 driver, brought over by Jon SmirlKeith Whitwell2003-08-061-0/+191