summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/r200
Commit message (Expand)AuthorAgeFilesLines
* radeon/r100/r200: actually init the OQ support properlyDave Airlie2009-08-261-0/+1
* radeon/r200: OQ support for r200 in theory.Dave Airlie2009-08-263-0/+30
* r200: Add scissor to state atom list.Pauli Nieminen2009-08-268-78/+115
* r200: Addd missing parameter to debug output.Pauli Nieminen2009-08-251-1/+1
* r200: Fix commit size prediction.Pauli Nieminen2009-08-251-1/+4
* radeon: Fix all compiler warnings.Pauli Nieminen2009-08-253-9/+10
* radeon/r200/r300/r600: Warn if we emit more than prediction was.Pauli Nieminen2009-08-251-5/+16
* radeon: Improve state emit code.Pauli Nieminen2009-08-212-2/+2
* r200: Make swtcl use state size prediction for flush.Pauli Nieminen2009-08-211-1/+1
* r200: Remove unnecessery Elts from r200 context.Pauli Nieminen2009-08-212-6/+2
* r200: Remove unnecessary calls to rcommonEnsureCmdBufSpace.Pauli Nieminen2009-08-211-5/+0
* r200: Fix atom->check call to return emit size for atom.Pauli Nieminen2009-08-211-158/+301
* r200: Prevent flush in middle of rendering.Pauli Nieminen2009-08-212-3/+59
* radeon/r200: Add -Wall to default build flags like it is in r300/r600Pauli Nieminen2009-08-211-1/+2
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-08-181-11/+5
* r200: Fix missing offset from elt buffer pointer.Pauli Nieminen2009-08-181-1/+1
* radeon: Optimize memory handling for dma operations.Pauli Nieminen2009-08-182-4/+11
* radeon/r200: fix build after OQ commitsDave Airlie2009-08-183-1/+4
* radeon: remove RADEON_DEBUG_BO stuffAlex Deucher2009-08-171-6/+0
* r200: Prevent TexGenMatrix from leaking when destroying r200 context.Pauli Nieminen2009-08-121-0/+12
* r200: fix scissor emission for r200 under kmsDave Airlie2009-08-071-18/+24
* r200: emit colorpitchDave Airlie2009-08-051-2/+2
* r200: fix off-by-one errors causing 6th texture unit to not workRoland Scheidegger2009-08-051-2/+2
* r200: fix compiler warning (unused var)Roland Scheidegger2009-08-051-2/+0
* Track Radeon driver symlinks in Git.Michel Dänzer2009-07-2133-62/+32
* R200: fix build when RADEON_DEBUG_BO is setAlex Deucher2009-07-171-0/+6
* intel/radeon: add common metaops code.Dave Airlie2009-07-151-6/+1
* radeon: Differentiate 16 bpp destination formats.Michel Dänzer2009-07-141-1/+10
* radeon: Invert front face winding when rendering to FBO.Michel Dänzer2009-07-141-0/+4
* radeon/r200: fix color masking under dri2Dave Airlie2009-07-141-7/+18
* r200: fix makefileDave Airlie2009-07-061-1/+1
* radeon/r200/r300: port to new space checking code in libdrmDave Airlie2009-07-063-16/+24
* radeon/r200/r300: drop radeon renderbuffer private width/heightDave Airlie2009-07-021-3/+3
* Revert "r200: make use of DMA buffers for Elts a lot better."Dave Airlie2009-06-291-5/+10
* radeon: Update .gitignoreNicolai Hähnle2009-06-271-1/+13
* r200: make use of DMA buffers for Elts a lot better.Dave Airlie2009-06-261-10/+5
* r200: only emit unitneeded texturesDave Airlie2009-06-261-0/+2
* radeon: fix hw texture limitsRoland Scheidegger2009-06-251-3/+3
* radeon/r200: add some hw texture limitsDave Airlie2009-06-251-1/+4
* Fix crash when debug output is enabled and sarea is notset in r200ClearPauli Nieminen2009-06-231-1/+4
* r200: fix cube maps for non-mm pathRoland Scheidegger2009-06-191-1/+28
* radeons: use dp4 for position invariant vertex programsRoland Scheidegger2009-06-191-0/+2
* r200: emit scissor when dri2 is enabledJerome Glisse2009-05-251-0/+31
* r200: fix multitexturing in dri2 pathJerome Glisse2009-05-251-1/+1
* r200: emit cliprect with indexed primitiveJerome Glisse2009-05-251-1/+1
* radeon: Remove drawable & readable from radeon_dri_mirrorNicolai Hähnle2009-05-244-124/+124
* r200: fix vbo array renderingJerome Glisse2009-05-201-4/+2
* radeon: set max texture sizeJerome Glisse2009-05-201-0/+4
* r200: fix indexed draw color order and cs missmatchJerome Glisse2009-05-202-3/+6
* R1xx/r2xx: Don't use an alpha texture format for GLX_TEXTURE_FORMAT_RGB_EXTAlex Deucher2009-05-131-1/+4