summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon
AgeCommit message (Expand)Author
2010-03-10radeon: fallback to sw ReadPixels if color logicop is enabledMaciej Cencora
2010-03-10radeon: fix glCopyTex(Sub)Image if user FBO is boundMaciej Cencora
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10r100: add additional blit formatsAlex Deucher
2010-03-10radeon/r200/r600: enable HW accelerated gl(Read/Copy/Draw)PixelsAlex Deucher
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora
2010-03-09radeon/r200/r300/r600: add is_format_renderable functionMaciej Cencora
2010-03-09radeon: add hw accelerated glReadPixel support (not enabled yet)Maciej Cencora
2010-03-08radeon: don't attempt to use alternate blit formats for depth buffersAlex Deucher
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher
2010-03-08radeon: no need to emit full state twice after flushMaciej Cencora
2010-03-08radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora
2010-03-08radeon/r200/r600: allow src and dst BOs to be placed in GTT during blitAlex Deucher
2010-03-08radeon/r200/r600: reset bos when validating buffers during blitAlex Deucher
2010-03-07radeon: handle compressed sRGB texture formatsMaciej Cencora
2010-03-07radeon: move glGetTexImage handlers to seperate fileMaciej Cencora
2010-03-07radeon: Some possible improvements that I spoted in radeon_tiled_texture branch.Maciej Cencora
2010-03-07radeon: properly calculate rowstride for tiled imagesMaciej Cencora
2010-03-07radeon: minor refactoring of mipmap codeMaciej Cencora
2010-03-07radeon: add texture helper functionMaciej Cencora
2010-03-07radeon: add some debugging info to sw tiling/untiling functionsMaciej Cencora
2010-03-07radeon: add software untiling functionsMaciej Cencora
2010-03-07radeon: add tile size getterMaciej Cencora
2010-03-07radeon: added tiling functionsMaciej Cencora
2010-03-07radeon: no need to emit full state twice after flushMaciej Cencora
2010-03-07radeon: fallback to software in glCopyTexImage if blit isn't availableMaciej Cencora
2010-03-06dri: drop MINIGLX_SOURCES (2)George Sapountzis
2010-03-06dri: drop MINIGLX_SOURCESGeorge Sapountzis
2010-03-03radeon/r200/r300/r600: add check_blit vtbl functionAlex Deucher
2010-03-03Remove stray defines of HAVE_RGBAIan Romanick
2010-03-03mesa: Remove ClearIndex and IndexMask from device-driver interfaceIan Romanick
2010-03-03r600: add new rs880 pci idAlex Deucher
2010-03-03radeon/r200/r300/r600: fix blit BO buffer validationDave Airlie
2010-03-01radeon: Reduce number of radeon_bo_map calls that require kernel entry.Pauli Nieminen
2010-02-27radeon: Assert pointer is not null before dereferencing.Vinson Lee
2010-02-24radeon/r200: fix the state emission before kernel clearDave Airlie
2010-02-24radeon: fix bad state emission causes kernel to do bad depth clearDave Airlie
2010-02-20radeon: Silence compiler format warning.Vinson Lee
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-10dri: Fix copy-and-paste brain damage in previous commitIan Romanick
2010-02-10dri: Allow selective generation of accum. buffer configsIan Romanick
2010-02-10radeon: Fix printf formatings to match te values.Pauli Nieminen
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-09radeon: Add some debug output for fbo supportPauli Nieminen
2010-02-08radeon: fix UMS since stp addition.Dave Airlie
2010-02-07r100/r200/r300/r600: Set MaxCombinedTextureImageunits.Pauli Nieminen