summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300/r300_context.c
AgeCommit message (Expand)Author
2009-12-12r300: use _mesa_meta_Clear for buffer clearsMaciej Cencora
2009-11-18r300: allow disabling s3tc support if libtxc_dxtn is availableMaciej Cencora
2009-11-14r300: fix regression introduced in 1d5a06a1f7812c055db1d724e40d21a0e3686dd1Maciej Cencora
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-05Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-03r300: Workaround problem on R500 with very large fragment programsNicolai Hähnle
2009-09-04r300: Add support for GL_EXT_provoking_vertexAlex Deucher
2009-08-27r300: Cleanup reported native program limitsNicolai Hähnle
2009-08-25Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-25r300: fix condition logicMaciej Cencora
2009-08-25r300: set proper CS section sizeMaciej Cencora
2009-08-24r300: add support for getting Z pipe info from drmAlex Deucher
2009-08-24Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa into r600_st...Pauli Nieminen
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-21r300: Clean emit code.Pauli Nieminen
2009-08-18r300: remove warning introduced with OQDave Airlie
2009-08-18r300: OQ reworkDave Airlie
2009-08-15r300: enable ARB_occlusion_queryMaciej Cencora
2009-08-15r300: add occlusion queries supportMaciej Cencora
2009-08-14r300: remove unused software TNL pathMaciej Cencora
2009-08-14r300: use VBOs for vertex attributesMaciej Cencora
2009-07-31radeon: fix r100/r200 compressed texture strideRoland Scheidegger
2009-07-13r300: use mesa provided function for adding MVP codeMaciej Cencora
2009-06-25radeon: fix hw texture limitsRoland Scheidegger
2009-06-24Merge branch 'mesa_7_5_branch'Brian Paul
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-12r300: add support for EXT_texture_sRGBMaciej Cencora
2009-06-12radeon/r200/r300: fix max texture levels assertDave Airlie
2009-06-07r300: enable EXT_vertex_array_bgra extensionsMaciej Cencora
2009-06-07r300: add hw accelerated support for different vertex data formatsMaciej Cencora
2009-05-20radeon: set max texture sizeJerome Glisse
2009-05-16r300: move forward declarations to where they belongMaciej Cencora
2009-05-16r300: software fallbacking handling rewriteMaciej Cencora
2009-05-16r300: further cleanupMaciej Cencora
2009-05-14r300: Make sure to drop current hardware state reference to texture objects.Michel Dänzer
2009-05-04r300: set proper texture row alignment for IGP chipsMaciej Cencora
2009-04-27r300: fix fragment program limitsMaciej Cencora
2009-04-27r300: fix performance regressionMaciej Cencora
2009-04-27r300: add point attenuation stage for TCL fallbacksMaciej Cencora
2009-04-27r300: remove unnecessary function callsMaciej Cencora
2009-04-19r300: r300/r500 fp shader merge WIPMaciej Cencora
2009-04-19r300: context creation cleanupMaciej Cencora
2009-04-09Merge remote branch 'origin/master' into radeon-rewriteDave Airlie
2009-04-02radeon/r200/r300: collapse context destruction down to a common path.Dave Airlie
2009-04-02r300: fix qtdemo qt4 startupDave Airlie
2009-03-25r300: Texture size limit cleanups.Michel Dänzer
2009-03-24radeon/r200/r300: set the texture depth correctly for DRI2Dave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie
2009-03-20r300: init fbosDave Airlie