Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-28 | radeno: cleanup the startup path further | Dave Airlie | |
2009-04-28 | radeon: further cleanup dri1 screen init | Dave Airlie | |
2009-04-28 | radeon: remove kernel mm, dri2 path takes care of it | Dave Airlie | |
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 | r300: revert part of cb4bef7ae0b5fe8de82c380bc98f19067394d355 | Maciej Cencora | |
Some debugging code got there by accident | |||
2009-04-19 | r300: general cleanup | Maciej Cencora | |
- remove unused fields - remove unused defines and macros - flatten one structure | |||
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-12 | radeon: emit scissor when using cs path | Jerome Glisse | |
2009-04-09 | Merge remote branch 'origin/master' into radeon-rewrite | Dave Airlie | |
Conflicts: src/mesa/drivers/dri/r200/r200_tex.c src/mesa/drivers/dri/r300/r300_cmdbuf.c src/mesa/drivers/dri/r300/r300_context.h src/mesa/drivers/dri/r300/r300_swtcl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texmem.c src/mesa/drivers/dri/r300/r300_texstate.c src/mesa/drivers/dri/radeon/radeon_tex.c | |||
2009-04-07 | radeon: fix compiler warning | Alex Deucher | |
2009-04-07 | radeon/r200/r300: fix missing dma buffer validation | Dave Airlie | |
this make gnome shell run | |||
2009-04-07 | radeon: fix bocs wrapper | Dave Airlie | |
2009-04-06 | radeon: add support for new ttm | Jerome Glisse | |
2009-04-06 | radeon: Expose a 32 bit RGBA fbconfig even when the screen depth is 16. | Michel Dänzer | |
Otherwise current xserver / libGL no longer expose a 32 bit RGBA GLX visual, and compiz fails. Fixes http://bugs.freedesktop.org/show_bug.cgi?id=20479 . | |||
2009-04-03 | mesa: rename some gl_light fields to be clearer | Brian Paul | |
EyeDirection -> SpotDirection _NormDirection -> _NormSpotDirection | |||
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-04-02 | radeon/common: use glCtx not ctx | Dave Airlie | |
2009-04-02 | radeon/r200/r300: collapse context destruction down to a common path. | Dave Airlie | |
Context destruction was nearly the same over all the drivers, so collapse it down. | |||
2009-04-01 | dri: use BorderColor instead of _BorderChan | Brian Paul | |
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-04-01 | radeon: fixup render buffer cleanups | Dave Airlie | |
this fixes qtdemo-qt4 starting and a leak in glxgears exit | |||
2009-03-31 | radeon/dri2: if the depth buffer is 16-bit force cpp == 2 | Dave Airlie | |
This is because the DDX always allocates using the drawable sizes. which gives me twice the depth buffer I asked for, dumb. | |||
2009-03-31 | radeon: fix pixel readback for RGB8 tests | Dave Airlie | |
2009-03-31 | r200: fix glean pixelFormats regression | Dave Airlie | |
2009-03-31 | radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL support | Dave Airlie | |
2009-03-30 | radeon: fix readback problem for piglit tests | Dave Airlie | |
2009-03-26 | radeon/r200/r300: set correct row stride for rbs | Dave Airlie | |
2009-03-26 | r300: check buffer sizes in non-tcl case + set correct VRAM limits | Dave Airlie | |
2009-03-26 | radeon: fixup map/unmap texture to work with override BOs | Dave Airlie | |
if you hit this you've already failed but we shouldn't crash | |||
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/r200/r300: set the texture depth correctly for DRI2 | Dave Airlie | |
2009-03-24 | radeon: actual format is rgba8 | Dave Airlie | |
2009-03-24 | radeon: fix typo | Dave Airlie | |
2009-03-24 | radeon: setup pipes for r300 | Dave Airlie | |
2009-03-24 | radeon: stupid mesa extension fail | Dave Airlie | |
2009-03-23 | radeon: fixup wrapper bo name | Dave Airlie | |
2009-03-23 | Merge branch 'radeon-fbo-hacking' into radeon-rewrite | 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/r200/r300: add support for new tfp interface | Dave Airlie | |
also fixup old interface, gets rid of white boxes in compiz | |||
2009-03-22 | radeon: use mipmap fns in FBO code | Dave Airlie | |
2009-03-22 | radeon: add miptree offset functions | Dave Airlie | |
2009-03-21 | radeon/r200: oops make correct fbo init calls | Dave Airlie | |
2009-03-21 | radeon: add xRGB span functions | Dave Airlie | |
same as ARGB need to add a parameter to get ptr32 | |||
2009-03-21 | radeon: dri2 is hooked up elsewhere now | Dave Airlie | |
2009-03-21 | radeon/r200: add fbo init | Dave Airlie | |
2009-03-21 | radeon/r200: add fbo state changes | Dave Airlie | |