summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_state_init.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-16radeon: fix some potential big endian issuesRoland Scheidegger1-0/+3
2014-04-30radeon: Drop the remaining driver usage of _ReallyEnabled.Eric Anholt1-8/+10
2014-04-30mesa: Replace use of _ReallyEnabled as a boolean with use of _Current.Eric Anholt1-3/+3
2014-04-30mesa: Drop dead last_ReallyEnabled fields from drivers.Eric Anholt1-2/+0
2014-01-27mesa: Change many Type P MESA_FORMATs to meet naming specMark Mueller1-3/+3
2014-01-23radeon / r200: Eliminate BEGIN_BATCH_NO_AUTOSTATEIan Romanick1-7/+7
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-1/+1
2012-10-05radeon/r200: make radeon_context subclass of gl_contextBrian Paul1-1/+1
2012-09-01mesa: s/CALLOC/calloc/Brian Paul1-2/+2
2012-03-12radeon/r200: remove ClearColor driver functionsBrian Paul1-2/+0
2012-03-12radeon/r200: remove ClearDepth() and ClearStencil() driver hooksBrian Paul1-13/+0
2012-01-24radeon: derive radeon_renderbuffer from swrast_renderbufferBrian Paul1-3/+3
2011-12-05radeon: add some tiling support for r100.Dave Airlie1-0/+2
2011-12-05radeon: set texture bits to always emit.Dave Airlie1-3/+3
2011-10-30radeon/r200: drop remains of r300/r600 support along with old drm 1.x kernelDave Airlie1-15/+6
2011-10-28radeon: Drop the non-kernel-memory-manager support, and thus DRI1.Eric Anholt1-269/+53
2011-01-19radeon/r200: fix fbo-clearmipmap + gen-teximageDave Airlie1-1/+1
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg1-13/+13
2010-01-30radeon: Remove unnecessary headers.Vinson Lee1-4/+0
2009-11-17radeon: align for mipmap tree changesMaciej Cencora1-2/+2
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul1-4/+6
2009-09-01radeon: fix r100/r200 polygon stipple under kmsDave Airlie1-1/+9
2009-09-01r100: fixup cubemap domainsDave Airlie1-1/+1
2009-08-26radeon/r100/r200: actually init the OQ support properlyDave Airlie1-0/+1
2009-08-26radeon: add r100 OQ support with kms.Dave Airlie1-0/+6
2009-08-24radeon: Fix dri1 ctx emit size.Pauli Nieminen1-1/+2
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen1-1/+1
2009-08-21radeon: fix incorrect loop limit (warned by -O3)Brian Paul1-1/+1
2009-08-21radeon: Port flush preventation code from r200 to r100.Pauli Nieminen1-94/+172
2009-07-21radeon: fix colorbuffer pitch emission regarding tiling in KMS/CS caseJerome Glisse1-2/+2
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer1-1/+10
2009-07-02radeon/r300: use base width/height.Dave Airlie1-2/+2
2009-06-19radeon: fix cube maps for non-mm pathRoland Scheidegger1-2/+33
2009-05-06radeon: hopefully fixup radeon cube state emission for kmsDave Airlie1-3/+11
2009-04-12radeon: emit scissor when using cs pathJerome Glisse1-0/+11
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie1-16/+0
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie1-6/+0
2009-03-04radeon: r100 clean up CS packet size calcDave Airlie1-4/+3
2009-03-04radeon: settexbuffer supportDave Airlie1-1/+1
2009-03-04radeon: fix texturing for r100Dave Airlie1-9/+66
2009-03-04radeon: fixup some segfaults/exit at startupDave Airlie1-3/+1
2009-02-27r200: port over cs emit changes from radeonDave Airlie1-1/+0
2009-02-26r100: fixup kms state emissionsDave Airlie1-2/+38
2009-02-26radeon: move CB/ZB state init into emit codeDave Airlie1-82/+51
2009-02-17radeon/r200: drop dirty state from texture object + pp_txoffsetDave Airlie1-1/+1
2009-02-14radeon: add initial cubemap support appears to workDave Airlie1-1/+39
2009-02-13radeon/r200: make setTexOffset work againDave Airlie1-2/+3
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/+0
2009-02-12radeon/r200/r300: another big merge upheavel.Dave Airlie1-6/+6