summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2009-11-17r600: More span breakage fixes.Michel Dänzer
2009-11-17r600: Attempt to fix span breakage introduced by big endian fixes.Michel Dänzer
2009-11-17radeon: Depth/stencil span code fixes for big endian.Michel Dänzer
2009-11-17radeon: Fix occlusion queries on big endian.Michel Dänzer
2009-11-17radeon: Fix software fallbacks with KMS on big endian.Michel Dänzer
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-11-17radeon: rn50's have no 3D engine so don't try and init 3D driver.Dave Airlie
2009-11-14radeon: return false on texture validation if texture isn't completeMaciej Cencora
2009-11-14radeon: rework mipmap treeMaciej Cencora
2009-11-14radeon: more texture code refactoringMaciej Cencora
2009-11-14radeon: minor refactoring of texture codeMaciej Cencora
2009-11-14radeon: rework mipmap tree reference countingMaciej Cencora
2009-11-14radeon: use radeon_bo_is_referenced_by_cs for query objectsMaciej Cencora
2009-11-14radeon/r300: don't flush cmdbuf if not necessaryMaciej Cencora
2009-11-14radeon/r300: no need to flush the cmdbuf when changing scissors state in KMM ...Maciej Cencora
2009-11-14radeon: fix glBufferSubDataMaciej Cencora
2009-11-14radeon: add radeon_bo_is_referenced_by_cs functionMaciej Cencora
2009-11-14radeon: remove unnecessary call to radeonEmitStateMaciej Cencora
2009-10-31radeon: add missing includeDave Airlie
2009-10-31radeon: use _mesa_get_current_tex_unitDave Airlie
2009-10-29radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
2009-10-28r600: add occlusion query supportAlex Deucher
2009-10-27radeon: add case for MESA_FORMAT_X8_Z24 in radeon_create_renderbuffer()Brian Paul
2009-10-25mesa: choose texture format in core mesa, not driversBrian Paul
2009-10-25mesa: remove calls to _mesa_compressed_row_stride()Brian Paul
2009-10-24mesa: remove _mesa_compressed_texture_size()Brian Paul
2009-10-24mesa: change compressed texture size callsBrian Paul
2009-10-23mesa: Enable remap table in core.Chia-I Wu
2009-10-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-10-22r600: fix depth span macros for format changesAlex Deucher
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul
2009-10-21radeon: get rid of z24s8 <-> s8z24 conversions in span codeBrian Paul
2009-10-21radeon: replace MESA_FORMAT_Z24_S8 with MESA_FORMAT_S8_Z24Brian Paul
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-16mesa: lift default symlinks target into Makefile.templateBrian Paul
2009-10-15Use the right pitch when rendering to a textureOwen Taylor
2009-10-15radeon: return EINVAL for 0 length buffers.Robert Noland
2009-10-14radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul
2009-10-10Merge branch 'mesa_7_6_branch'Brian Paul
2009-10-09radeon: fix scissor regressionAlex Deucher
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-10-05mesa: lift _mesa_set_fetch_functions() calls out of driversBrian Paul
2009-10-03radeon: Cope better with texture images with no miptrees.Michel Dänzer
2009-10-01mesa: removed gl_texture_image::CompressedSize fieldBrian Paul
2009-10-01mesa: move mesa_set_fetch_functions()Brian Paul
2009-10-01radeon: fix tx_table[] entryBrian Paul
2009-10-01mesa: remove gl_texture_image::IsCompressed fieldBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul