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