summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/radeon/radeon_fbo.c
AgeCommit message (Expand)Author
2011-02-21radeon: add default switch case to silence unhandled enum warningBrian Paul
2011-01-09radeon: Include mfeatures.h in files that perform feature tests.Vinson Lee
2010-11-08radeon: Implement GL_OES_EGL_imageJohann Rudloff
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-16dri/radeon: test for FEATURE definesnobled
2010-05-26Fallback to software render if there is no miptree for an imageWill Dyson
2010-03-09radeon: mark framebuffer as incomplete if renderbuffer format isn't supported...Maciej Cencora
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-10radeon: Fix printf formatings to match te values.Pauli Nieminen
2010-02-09radeon: Add some debug output for fbo supportPauli Nieminen
2010-01-22radeon/fbo: use correct depth texture offset for depth texturesAndre Maasikas
2010-01-04Remove leftover __DRI{screen,drawable,context}Private referencesKristian Høgsberg
2009-12-18radeon: protect fbo allocation message with debugAlex Deucher
2009-12-03radeon: workaround an FBO issueMaciej Cencora
2009-11-17radeon: FBO fixes for big endian.Michel Dänzer
2009-10-29radeon: fix incorrect Z format in radeon_alloc_renderbuffer_storage()Brian Paul
2009-10-28Merge branch 'texformat-rework'Brian Paul
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-22radeon: simplify radeon_create_renderbuffer()Brian Paul
2009-10-22radeon: fix some renderbuffer format bugsBrian Paul
2009-10-19Merge branch 'mesa_7_6_branch' of git+ssh://agd5f@git.freedesktop.org/git/mes...Alex Deucher
2009-10-15Use the right pitch when rendering to a textureOwen Taylor
2009-10-14radeon: initialize renderbuffer Format field in radeon_create_renderbuffer()Brian Paul
2009-10-08mesa: remove a bunch of gl_renderbuffer fieldsBrian Paul
2009-10-05drivers: don't include texformat.hBrian Paul
2009-09-30mesa: replace gl_texture_format with gl_formatBrian Paul
2009-09-27drivers: use more mesa format functionsBrian Paul
2009-09-19mesa: rename functions to be more consistant with rest of mesaBrian Paul
2009-08-31r100: Use shared debug code.Pauli Nieminen
2009-08-25radeon: fix fbo size calculation to after pitchDave Airlie
2009-08-24r300: add support for EXT_framebuffer_blitMaciej Cencora
2009-08-17radeon: remove RADEON_DEBUG_BO stuffAlex Deucher
2009-08-10radeon_fbo: switch short to byte for 565Dave Airlie
2009-08-10radeon: fix cut-n-paste in alphabits in fbo codeDave Airlie
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-14radeon/fbo: stencil bits fix from Michel in intel fbo codeDave Airlie
2009-07-12radeon: fbo fix firecube crashesDave Airlie
2009-07-06radeon: fixup FBO depth 24 allocations to avoid assertDave Airlie
2009-05-19Makeup checkin for radeon code change paired with r6/7 code.root
2009-05-08R6xx/R7xx: WIP r6xx-rewrite codeRichard Li
2009-04-01radeon: go back and repick texture formats.Dave Airlie
2009-03-31radeon: fix pixel readback for RGB8 testsDave Airlie
2009-03-24radeon/r200/r300: fix warningsDave Airlie
2009-03-24radeon: fixup some issue with fbos and sw fallbacksDave Airlie
2009-03-24radeon: actual format is rgba8Dave Airlie
2009-03-23raedon/r200/r300: mega-FBO commits.Dave Airlie