summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/radeon
Commit message (Expand)AuthorAgeFilesLines
* radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher2010-03-101-0/+4
* radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora2010-03-092-67/+62
* radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora2010-03-094-0/+20
* radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora2010-03-093-0/+195
* radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher2010-03-081-8/+2
* radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher2010-03-081-0/+3
* radeon: handle compressed sRGB texture formatsMaciej Cencora2010-03-071-0/+9
* radeon: move glGetTexImage handlers to seperate fileMaciej Cencora2010-03-073-60/+96
* radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.Maciej Cencora2010-03-071-10/+1
* radeon: properly calculate rowstride for tiled imagesMaciej Cencora2010-03-074-10/+12
* radeon: minor refactoring of mipmap codeMaciej Cencora2010-03-072-27/+29
* radeon: add texture helper functionMaciej Cencora2010-03-072-0/+29
* radeon: add some debugging info to sw tiling/untiling functionsMaciej Cencora2010-03-071-1/+10
* radeon: add software untiling functionsMaciej Cencora2010-03-072-0/+225
* radeon: add tile size getterMaciej Cencora2010-03-072-1/+41
* radeon: added tiling functionsMaciej Cencora2010-03-073-1/+280
* radeon: no need to emit full state twice after flushMaciej Cencora2010-03-071-5/+0
* radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora2010-03-071-0/+4
* dri: drop MINIGLX_SOURCES (2)George Sapountzis2010-03-061-1337/+0
* dri: drop MINIGLX_SOURCESGeorge Sapountzis2010-03-061-2/+0
* radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher2010-03-035-7/+45
* Remove stray defines of HAVE_RGBAIan Romanick2010-03-031-1/+0
* mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick2010-03-031-2/+0
* r600: add new rs880 pci idAlex Deucher2010-03-032-0/+2
* radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie2010-03-031-4/+8
* radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen2010-03-011-3/+13
* radeon: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-0/+1
* radeon/r200: fix the state emission before kernel clearDave Airlie2010-02-241-1/+2
* radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie2010-02-241-0/+1
* radeon: Silence compiler format warning.Vinson Lee2010-02-201-1/+1
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-194-7/+7
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-3/+3
* dri: Fix copy-and-paste brain damage in previous commitIan Romanick2010-02-101-3/+3
* dri: Allow selective generation of accum. buffer configsIan Romanick2010-02-101-4/+5
* radeon: Fix printf formatings to match te values.Pauli Nieminen2010-02-102-2/+2
* radeon: Define EXT_framebuffer_object constants to match hw.Pauli Nieminen2010-02-101-0/+2
* dri_interface: Introduce DRI tokens for the texBuffer texture formatsKristian Høgsberg2010-02-091-4/+4
* radeon: Add some debug output for fbo supportPauli Nieminen2010-02-094-0/+80
* radeon: fix UMS since stp addition.Dave Airlie2010-02-081-1/+2
* r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen2010-02-071-0/+1
* radeon: Add some debug output to texture function.\nPauli Nieminen2010-02-061-26/+84
* radeon: Use _mesa_next_pow_two_32 instead of own implementation.Pauli Nieminen2010-02-061-14/+1
* radeon: Add some debug output to miptree code.Pauli Nieminen2010-02-061-23/+62
* radeon: Remove the loop from stride size calculation.Pauli Nieminen2010-02-061-8/+14
* r100: Add the polygon stipple state to the state list.Pauli Nieminen2010-02-051-0/+1
* radeon: Make debugging automaticaly increase logging verbosity for debug build.Pauli Nieminen2010-02-041-1/+5
* mesa: Factor out the fb initialization details from _mesa_new_framebuffer.Francisco Jerez2010-02-031-1/+1
* radeon: Remove unnecessary headers.Vinson Lee2010-01-3013-40/+0
* radeon: Silence "format" compiler warnings.Vinson Lee2010-01-281-1/+1