aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_ioctl.c
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200: fix the state emission before kernel clearDave Airlie2010-02-241-1/+2
* radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie2010-02-241-0/+1
* radeon: fix UMS since stp addition.Dave Airlie2010-02-081-1/+2
* r100: Add the polygon stipple state to the state list.Pauli Nieminen2010-02-051-0/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-14/+0
* dri: Remove unnecessary glapi headers.Chia-I Wu2010-01-211-1/+0
* Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg2010-01-041-2/+2
* radeon: fix frontbuffer read/drawpixelsDave Airlie2009-12-181-0/+4
* r100: Use shared debug code.Pauli Nieminen2009-08-311-8/+8
* radeon: fix scissors harder.Dave Airlie2009-08-281-2/+2
* radeon: fix max indx/vertex emission due to state checkerDave Airlie2009-08-271-1/+2
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-251-1/+1
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-5/+0
* radeon: emit scissor before emiting verticesJerome Glisse2009-05-271-3/+1
* radeon: emit scissor when using cs submission style.Jerome Glisse2009-05-271-0/+28
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-241-27/+27
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-38/+38
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-215/+2
* radeon: implement userspace clearsDave Airlie2009-03-061-29/+223
* radeon: use swrast clear - fail on depthDave Airlie2009-03-041-54/+103
* radeon: fixup old packets emission for CS caseDave Airlie2009-02-261-3/+35
* radeon/r200/r300: make build with out libdrm_radeon installed for nowDave Airlie2009-02-121-1/+0
* radeon: renaming and headers cleanupDave Airlie2009-02-121-1/+1
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-178/+24
* r100: fix 3D texture fallbackDave Airlie2009-02-101-0/+2
* radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-134/+7
* radeon: fix alignment issues in ELT codeDave Airlie2009-02-091-3/+7
* radeon: make more r100 workDave Airlie2009-02-091-75/+203
* r100: fixup radeon so gears seems to workDave Airlie2009-02-061-51/+53
* radeon/r200 remove more unused codeDave Airlie2009-02-041-8/+7
* radeon: make compile again.Dave Airlie2009-02-041-79/+30
* radeon: remove even more common codeDave Airlie2009-01-291-244/+2
* radeon/r200/r300: bring back old style DMA buffer on top of BOs.Dave Airlie2009-01-291-7/+7
* r100/r200: move to new atom style emissionDave Airlie2009-01-151-4/+11
* radeon/r200/r300: consolidate the buffer copy/flip code into one placeDave Airlie2009-01-141-292/+3
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-43/+43
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-94/+95
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-3/+3
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: standardize on C99's uint*_t instead of u_int*_tKeith Whitwell2008-09-211-3/+3
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* R1/2/3/4/5xx: fixed calculation of cliprects in CopyBuffer.Dennis Kasprzyk2008-05-291-4/+6
* Use __DRIextension mechanism providing loader functionality to the driver.Kristian Høgsberg2008-02-291-3/+7
* More vblank cleanups.Michel Dänzer2007-10-301-4/+4
* fix unitialized values in radeonClearRoland Scheidegger2007-02-011-4/+4
* Remove x/y/width/height parameters from Clear functions.Brian Paul2006-11-011-3/+2
* Want to stop passing x/y/width/height to Clear() function.Brian Paul2006-10-181-6/+14
* remove code dealing with drmMinor version < 6 since all radeon drivers reques...Roland Scheidegger2006-06-021-43/+18
* retry on EBUSY instead of EAGAIN in radeonWaitIrq (it appears this was the in...Roland Scheidegger2006-06-011-1/+1
* Dave Reveman's patch for GLX_MESA_copy_sub_buffer supportBrian Paul2006-03-311-14/+40