summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-07-20Merge branch 'mesa_7_5_branch'Michel Dänzer
2009-07-20radeon: With DRI1, if we have HW stencil, only expose fbconfigs with stencil.Michel Dänzer
2009-07-18radeon: disable BO debugDave Airlie
2009-07-17R6xx/r7xx: warning fixesKevin DeKorte
2009-07-16Fix more merge falloutAlex Deucher
2009-07-15radeon bo: Fix merge fall outAlex Deucher
2009-07-15Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa in...Alex Deucher
2009-07-15make sure ctx->Driver.Flush is valid before calling itAlex Deucher
2009-07-15Use memcpy directly in the common codeAlex Deucher
2009-07-15radeon: update span reading micro tile codeDave Airlie
2009-07-15radeon: r300 fix span reading for macro tiled buffers.Dave Airlie
2009-07-15radeon: for tiling you really need to use GET/PUT VALUE not PTR.Dave Airlie
2009-07-14R6xx/r7xx: implement memcpy buffer swapsAlex Deucher
2009-07-15intel/radeon: add common metaops code.Dave Airlie
2009-07-14R6xx/R7xx: no irqs yet.Alex Deucher
2009-07-15radeon: fix unsigned vs signed comparison in stencil code.Dave Airlie
2009-07-14radeon: Differentiate 16 bpp destination formats.Michel Dänzer
2009-07-14radeon: Invert front face winding when rendering to FBO.Michel Dänzer
2009-07-14radeon: port more front fixes from intel.Dave Airlie
2009-07-14radeon/r200: fix color masking under dri2Dave Airlie
2009-07-14radeon: Use Stencil.Enabled instead of Stencil._Enabled in DrawBuffers.Dave Airlie
2009-07-14radeon/fbo: stencil bits fix from Michel in intel fbo codeDave Airlie
2009-07-12radeon: Fix crash when rendering to incomplete texture and other formatsNicolai Hähnle
2009-07-12radeon: update clear code from Intel codebase.Dave Airlie
2009-07-12radeon: fbo fix firecube crashesDave Airlie
2009-07-11radeon: Fix scissor rectangle calculation when rendering to FBO.Michel Dänzer
2009-07-11radeon: enable GL_NV_texture_rectangle under dri2.Dave Airlie
2009-07-11radeon: set texture in state properly.Dave Airlie
2009-07-11radeon: make swtcl emit size biggerDave Airlie
2009-07-08Fix buffer age implementaion bug.Richard Li
2009-07-07r6xx/r7xx: add sw blit for tex uploadAlex Deucher
2009-07-06R6xx/r7xx: first pass at texture supportAlex Deucher
2009-07-08radeon: fix copy and paste typoMaciej Cencora
2009-07-06radeon: fixup FBO depth 24 allocations to avoid assertDave Airlie
2009-07-06radeon/r200/r300: port to new space checking code in libdrmDave Airlie
2009-07-03radeon: Wait for BO idle if necessary before mapping it.Michel Dänzer
2009-07-02radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie
2009-07-02radeon/r300: use base width/height.Dave Airlie
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-29Revert "r200: make use of DMA buffers for Elts a lot better."Dave Airlie
2009-06-27radeon: Always initialize front and back renderbuffers if presentNicolai Hähnle
2009-06-26r200: make use of DMA buffers for Elts a lot better.Dave Airlie
2009-06-25radeon: fix hw texture limitsRoland Scheidegger
2009-06-25radeon/r200: add some hw texture limitsDave Airlie
2009-06-25radeon: fix stupidity in cs space check code.Dave Airlie
2009-06-20radeon: make cubemap mipmap generation workRoland Scheidegger
2009-06-19radeon: fix cube maps for non-mm pathRoland Scheidegger
2009-06-19radeons: use dp4 for position invariant vertex programsRoland Scheidegger
2009-06-18radeon: don't re-add BOs to validate listDave Airlie
2009-06-17radeon: Flush command buffer on viewport changeJerome Glisse