Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-05-13 | Call _mesa_update_stencil() before accessing ctx->Stencil._Enabled | Owen W. Taylor | |
ctx->Stencil._Enabled is derived state and not immediately updated when the stencil parameters are changed; we need to make sure that it is up-to-date before accessing it. https://bugs.freedesktop.org/show_bug.cgi?id=21608 | |||
2009-05-10 | radeon: add support for new dri2 interfaces & fix single buffer rendering | Joel Bosveld | |
2009-05-07 | r300: fix compiler warnings | Maciej Cencora | |
2009-05-06 | When clearing the stencil buffer, don't use a two-sided stencil | Owen W. Taylor | |
In radeon_clear_tris(), when clearing the stencil buffer, pass GL_FRONT_AND_BACK to _mesa_StencilFuncSeparate(), to avoid triggering a software fallback on r300 and below. https://bugs.freedesktop.org/show_bug.cgi?id=21601 | |||
2009-04-27 | r300: fix valgrind warnings | Maciej Cencora | |
2009-04-27 | r300: add atom print function for kernel mm path | Maciej Cencora | |
2009-04-19 | radeon: update clear state with latest intel code | Dave Airlie | |
2009-04-16 | radeon: take a bo reference when adding to validate list | Dave Airlie | |
2009-04-07 | radeon/r200/r300: fix missing dma buffer validation | Dave Airlie | |
this make gnome shell run | |||
2009-04-06 | radeon: add support for new ttm | Jerome Glisse | |
2009-04-02 | radeon/r200/r300: fix up the whole buffer space checking. | Dave Airlie | |
This fixes up the buffer validation scheme, so that we keep a list of buffers to validate so cmdbuf flushes during a pipeline get all the buffers revalidated on the next emit. This also fixes radeonFlush to not flush unless we have something useful to send to the GPU, like a DMA buffer or something not state | |||
2009-03-26 | r300: check buffer sizes in non-tcl case + set correct VRAM limits | 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-21 | radeon: fixup span code for FBOs | Dave Airlie | |
2009-03-20 | Merge remote branch 'main/master' into radeon-rewrite | Dave Airlie | |
Conflicts: src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_state.c src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/radeon_ioctl.c src/mesa/drivers/dri/radeon/radeon_screen.c | |||
2009-03-19 | radeon: fix up locking like the intel driver for pageflip/swaps | Dave Airlie | |
2009-03-16 | Fixup previous commit. | Michel Dänzer | |
radeonScheduleSwap() already takes the lock in the SwapBuffers case, only the CopySubBuffer case was missing it. | |||
2009-03-16 | radeon: Take the hardware lock for swaps and flips. | Michel Dänzer | |
Otherwise they fail with AIGLX at least. | |||
2009-03-03 | radeon: remove debugging | Dave Airlie | |
2009-03-03 | radeon: refactor framebuffer code like intel | Dave Airlie | |
this is a step towards fbos and should fix pageflipping, but I think the first flip seems broken. | |||
2009-02-23 | radeon: add more debug info to the flush debug | Dave Airlie | |
2009-02-23 | radeon: add some debugging for flush ioctls | Dave Airlie | |
2009-02-23 | radeon: make state atom print like old r300 code | Dave Airlie | |
2009-02-13 | radeon/r200: make setTexOffset work again | Dave Airlie | |
2009-02-13 | radeon/r200/r300: make build again with tracker changes | Dave Airlie | |
2009-02-12 | radeon/r200/r300: make build with out libdrm_radeon installed for now | Dave Airlie | |
2009-02-12 | radeon: renaming and headers cleanup | Dave Airlie | |