aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon/radeon_state_init.c
Commit message (Expand)AuthorAgeFilesLines
* radeon: Remove unnecessary headers.Vinson Lee2010-01-301-4/+0
* radeon: align for mipmap tree changesMaciej Cencora2009-11-171-2/+2
* mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul2009-10-081-4/+6
* radeon: fix r100/r200 polygon stipple under kmsDave Airlie2009-09-011-1/+9
* r100: fixup cubemap domainsDave Airlie2009-09-011-1/+1
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon: add r100 OQ support with kms.Dave Airlie2009-08-261-0/+6
* radeon: Fix dri1 ctx emit size.Pauli Nieminen2009-08-241-1/+2
* Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen2009-08-241-1/+1
|\
| * radeon: fix incorrect loop limit (warned by -O3)Brian Paul2009-08-211-1/+1
* | radeon: Port flush preventation code from r200 to r100.Pauli Nieminen2009-08-211-94/+172
|/
* radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS caseJerome Glisse2009-07-211-2/+2
* radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10
* radeon/r300: use base width/height.Dave Airlie2009-07-021-2/+2
* radeon: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-2/+33
* radeon: hopefully fixup radeon cube state emission for kmsDave Airlie2009-05-061-3/+11
* radeon: emit scissor when using cs pathJerome Glisse2009-04-121-0/+11
* radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie2009-04-021-16/+0
* raedon/r200/r300: mega-FBO commits.Dave Airlie2009-03-231-6/+0
* radeon: r100 clean up CS packet size calcDave Airlie2009-03-041-4/+3
* radeon: settexbuffer supportDave Airlie2009-03-041-1/+1
* radeon: fix texturing for r100Dave Airlie2009-03-041-9/+66
* radeon: fixup some segfaults/exit at startupDave Airlie2009-03-041-3/+1
* r200: port over cs emit changes from radeonDave Airlie2009-02-271-1/+0
* r100: fixup kms state emissionsDave Airlie2009-02-261-2/+38
* radeon: move CB/ZB state init into emit codeDave Airlie2009-02-261-82/+51
* radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie2009-02-171-1/+1
* radeon: add initial cubemap support appears to workDave Airlie2009-02-141-1/+39
* radeon/r200: make setTexOffset work againDave Airlie2009-02-131-2/+3
* 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/+0
* radeon/r200/r300: another big merge upheavel.Dave Airlie2009-02-121-6/+6
* r100: fix 3D texture fallbackDave Airlie2009-02-101-5/+3
* radeon: put back state emission lastcmdDave Airlie2009-02-101-4/+1
* radeon: major cleanups removing old dead codepaths.Dave Airlie2009-02-101-28/+33
* radeon: make more r100 workDave Airlie2009-02-091-32/+351
* r100: fixup radeon so gears seems to workDave Airlie2009-02-061-0/+2
* r100/r200: move to new atom style emissionDave Airlie2009-01-151-2/+2
* radeon/r200/r300: attempt to move lock to common codeDave Airlie2009-01-141-11/+11
* radeon/r200/r300: initial attempt to convert to common context codeDave Airlie2009-01-141-32/+32
* radeon/r200: move state atom to common headerDave Airlie2009-01-141-5/+5
* Remove CVS keywords.Keith Whitwell2008-09-211-1/+0
* mesa: added "main/" prefix to includes, remove some -I paths from Makefile.te...Brian Paul2008-09-181-3/+3
* remove vtxfmt code, switch over to vboKeith Whitwell2006-10-311-2/+1
* cube maps on r100 require newer drm than the same feature on r200 (regression...Roland Scheidegger2006-01-071-1/+1
* First step of Radeon DRI unification:Eric Anholt2005-11-021-2/+2
* add GL_EXT_fog_coord support to radeon driver. No vtxfmt code (just uses fall...Roland Scheidegger2005-10-171-0/+1
* enable cube maps on radeon (#2241 on bugzilla). No vtxfmt code yet (just gene...Roland Scheidegger2005-10-151-1/+36
* enable 3rd texture unit on radeon (default still 2 enabled units). Disable so...Roland Scheidegger2005-10-131-4/+14
* Finish up some of the gl_renderbuffer work.Brian Paul2005-09-011-8/+9