Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-10-14 | radeon: initialize renderbuffer Format field in radeon_create_renderbuffer() | Brian Paul | |
Plus, use MESA_FORMAT_S8_Z24 everywhere. | |||
2009-10-08 | mesa: remove a bunch of gl_renderbuffer fields | Brian Paul | |
_ActualFormat is replaced by Format (MESA_FORMAT_x). ColorEncoding, ComponentType, RedBits, GreenBits, BlueBits, etc. are all replaced by MESA_FORMAT_x queries. | |||
2009-10-05 | drivers: don't include texformat.h | Brian Paul | |
And remove other unneeded #includes while we're at it. | |||
2009-09-30 | mesa: replace gl_texture_format with gl_format | Brian Paul | |
Now gl_texture_image::TexFormat is a simple MESA_FORMAT_x enum. ctx->Driver.ChooseTexture format also returns a MESA_FORMAT_x. gl_texture_format will go away next. | |||
2009-09-27 | drivers: use more mesa format functions | Brian Paul | |
2009-09-19 | mesa: rename functions to be more consistant with rest of mesa | Brian Paul | |
2009-08-31 | r100: Use shared debug code. | Pauli Nieminen | |
Converted r100 to use shared debug code with sed and fast compile check. New code has compability layer so old debugging code doesn't have to be changed all immidiatly. | |||
2009-08-25 | radeon: fix fbo size calculation to after pitch | Dave Airlie | |
2009-08-24 | r300: add support for EXT_framebuffer_blit | Maciej Cencora | |
2009-08-17 | radeon: remove RADEON_DEBUG_BO stuff | Alex Deucher | |
This stuff was a vestige of the r600 bring up and now mostly serves to periodically break the build. | |||
2009-08-10 | radeon_fbo: switch short to byte for 565 | Dave Airlie | |
2009-08-10 | radeon: fix cut-n-paste in alphabits in fbo code | Dave Airlie | |
2009-07-15 | Merge branch 'master' of git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa ↵ | Alex Deucher | |
into r6xx-rewrite This builds, but I get an assertion in radeonGetLock() due to the drawable being null. | |||
2009-07-15 | make sure ctx->Driver.Flush is valid before calling it | Alex Deucher | |
2009-07-14 | radeon/fbo: stencil bits fix from Michel in intel fbo code | Dave Airlie | |
2009-07-12 | radeon: fbo fix firecube crashes | Dave Airlie | |
it might still be misrendering not sure | |||
2009-07-06 | radeon: fixup FBO depth 24 allocations to avoid assert | Dave Airlie | |
2009-05-19 | Makeup checkin for radeon code change paired with r6/7 code. | root | |
2009-05-08 | R6xx/R7xx: WIP r6xx-rewrite code | Richard Li | |
2009-04-01 | radeon: go back and repick texture formats. | Dave Airlie | |
This might trip up some serious FBO users, will have to see, but it avoids the slow paths for all the demos I have. | |||
2009-03-31 | radeon: fix pixel readback for RGB8 tests | Dave Airlie | |
2009-03-24 | radeon/r200/r300: fix warnings | Dave Airlie | |
2009-03-24 | radeon: fixup some issue with fbos and sw fallbacks | Dave Airlie | |
2009-03-24 | radeon: actual format is rgba8 | Dave Airlie | |
2009-03-23 | raedon/r200/r300: mega-FBO commits. | Dave Airlie | |
Re work depth issues. Do a lot more FBO abstactions fixup depth/stencil buffer interactions | |||
2009-03-22 | radeon fbo: add draw offset calcs | Dave Airlie | |
2009-03-22 | radeon: use mipmap fns in FBO code | Dave Airlie | |
2009-03-21 | radeon: align FBO pitch | Dave Airlie | |
2009-03-21 | radeon: add cpp/pitch to rrb | Dave Airlie | |
2009-03-21 | radeon: fix up span function setting | Dave Airlie | |
2009-03-20 | more fbo fillin | Dave Airlie | |
2009-03-20 | radeon: some more fbo work | Dave Airlie | |
2009-03-20 | radeon: initial couch code copy from radeon | Dave Airlie | |