summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r200
AgeCommit message (Expand)Author
2010-02-10radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen
2010-02-09dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg
2010-02-09r200: Fix UMS notto emit stp.Pauli Nieminen
2010-02-07r200: Fix LOD min/max emit.Pauli Nieminen
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen
2010-02-07r200: Fix lod bias correction.Pauli Nieminen
2010-02-06r200: Add some debug output to texture function.Pauli Nieminen
2010-02-05r200: Optimize polygon stipple emit.Pauli Nieminen
2010-02-05r200: Add trace logging to r200PointSize.Pauli Nieminen
2010-02-04mesa: change ctx->Driver.ProgramStringNotify() to return GLbooleanBrian Paul
2010-02-04r200: Add the polygon stipple state to the state list.Pauli Nieminen
2010-02-04r200: Add logging for glPolygonStripple.Pauli Nieminen
2010-02-02r200: Fix EXT_fogcoord rendering.Pauli Nieminen
2010-01-30r200: Remove unnecessary headers.Vinson Lee
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-24r200: Silence fprintf format warning.Vinson Lee
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-22egl: Remove USING_EGL and the related drivers.Chia-I Wu
2010-01-21r200: fix CS section size mismatchRoland Scheidegger
2010-01-20r200: re-adding missing pitch alignment check in blit codeAlex Deucher
2010-01-20r200: fix some breakage after move to common blit codeAlex Deucher
2010-01-20r200: fix typo in 76cf2618327a7f008dcfd0d91d64d6d9e01f9a9cAlex Deucher
2010-01-19Remove hardcoded -Wall from Radeon DRI makefilesAlan Coopersmith
2010-01-19r100/r200: fix Y coord flipping in accelerated blitsAlex Deucher
2010-01-19r100/r200: fix dst pitch in blit codeAlex Deucher
2010-01-19r200: add missing symlink to radeon_tex_copy.cAlex Deucher
2010-01-20r100/r200: align to pitch updates in blit interfaceMaciej Cencora
2010-01-19r200: use common glCopyTex(Sub)Image codeMaciej Cencora
2010-01-19r100/r200/r600: fix typo in 2b1d5ea4f0250a6a7fa312ced0a7af85e909381bAlex Deucher
2010-01-19r100/r200/r600: check if blitting for given format is supported earlierAlex Deucher
2010-01-19r100/r200: add blit support for ARGB4444Alex Deucher
2010-01-18r200: add blit supportAlex Deucher
2010-01-05Merge branch 'remove-intel-dri1'Kristian Høgsberg
2010-01-04mesa: make texture BorderColor a union of float/int/uintBrian Paul
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-29mesa: implement per-buffer color maskingBrian Paul
2009-12-22radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-21radeon/r600: use new libdrm_radeon apiDave Airlie
2009-12-05radeon/r200/r600: fix drivers for changes in 433f0a82f5a4696e6b0c4061f645485e...Alex Deucher
2009-12-02Merge branch 'mesa_7_7_branch'Jakob Bornecrantz
2009-12-02Merge commit 'mesa_7_6_branch' into mesa_7_7_branchJakob Bornecrantz
2009-12-03r200: fix polygon stippleAlex Deucher
2009-11-24radeon/r200/r300/r600: make bo mapping be explicitDave Airlie
2009-11-20Merge remote branch 'origin/mesa_7_7_branch'Dave Airlie
2009-11-19tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*]Eric Anholt
2009-11-18Merge branch 'radeon-texrewrite-clean' into mesa_7_7_branchMaciej Cencora
2009-11-17Merge branch 'outputswritten64'Ian Romanick
2009-11-17r200: align for mipmap tree changesMaciej Cencora
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul