Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-04-08 | R600: initial copy of r300 code | Alex Deucher | |
2009-04-07 | radeon: fix compiler warning | Alex Deucher | |
2009-04-07 | r300: swtcl rewrite and cleanup | Maciej Cencora | |
- remove unused variables - silence compiler warnings - fix twosided lighting - fix point attenuation - unify indentation | |||
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-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-02 | radeon: tiling support | Dave Airlie | |
2009-04-02 | r300: fix qtdemo qt4 startup | Dave Airlie | |
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 | r300: fix stencil clears | Dave Airlie | |
2009-03-31 | r200: only set all dirty on kernel clears | Dave Airlie | |
2009-03-31 | radeon/r200: fix glean failures on readPixSanity since EXT_DEPTH_STENCIL support | Dave Airlie | |
2009-03-31 | r200: fix veclinear emission | 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-26 | r200: add fbo files to the compile | Dave Airlie | |
2009-03-24 | radeon/r200/r300: fix warnings | Dave Airlie | |
2009-03-24 | r300: remove lock.h link | 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 | Merge remote branch 'origin/master' into HEAD | Dave Airlie | |
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 | r200: fix for sure | 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 | |
2009-03-21 | r300: fix viewport inversion for FBOs | Dave Airlie | |
2009-03-21 | tgsi: Document KIL, KILP instructions. | Michal Krol | |
2009-03-21 | gallium: remove remaining references to origin_lower_left | Keith Whitwell | |