Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-30 | r600: Remove unnecessary headers. | Vinson Lee | |
2010-01-04 | Remove leftover __DRI{screen,drawable,context}Private references | Kristian Høgsberg | |
As part of the DRI driver interface rewrite I merged __DRIscreenPrivate and __DRIscreen, and likewise for __DRIdrawablePrivate and __DRIcontextPrivate. I left typedefs in place though, to avoid renaming all the *Private use internal to the driver. That was probably a mistake, and it turns out a one-line find+sed combo can do the mass rename. Better late than never. | |||
2009-12-29 | mesa: implement per-buffer color masking | Brian Paul | |
This is part of the GL_EXT_draw_buffers2 extension and part of GL 3.0. The ctx->Color.ColorMask field is now a 2-D array. Until drivers are modified to support per-buffer color masking, they can just look at the 0th color mask. The new _mesa_ColorMaskIndexed() function will be called by glColorMaskIndexedEXT() or glColorMaski(). | |||
2009-12-18 | radeon: fix frontbuffer read/drawpixels | Dave Airlie | |
Bug 25699 The main problem was the optimising flush wasn't doing the front rendering checks properly. | |||
2009-08-31 | r600: Convert to shared debug code and add a few new debug messages. | Pauli Nieminen | |
There is only a few functions that have debugging enabled now. | |||
2009-08-20 | r600: improve state emission | Alex Deucher | |
Slowing migrating to atom based system like the other radeon drivers. | |||
2009-08-12 | radeon: Minor warnings cleanup. | Eric Anholt | |
2009-07-17 | R6xx/r7xx: warning fixes | Kevin DeKorte | |
patch from Kevin DeKorte with some minor fixes from me. | |||
2009-07-16 | Warning fixes | Kevin DeKorte | |
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-06-30 | R6xx/r7xx: fix locking for clear | Alex Deucher | |
this allows redbook hello to render correctly mostly. | |||
2009-06-25 | Fix color data can't be fetched issue | Cooper Yuan | |
2009-06-12 | Merge master and fix conflicts | Alex Deucher | |
2009-06-02 | Disable clear code for now | Alex Deucher | |
2009-05-29 | get rid of chip_object struct | Alex Deucher | |
2009-05-29 | R6xx/R7xx: switch to common clear with draw code | Alex Deucher | |
2009-05-29 | r6xx/r7xx: switch to common dma functions for vecs | Alex Deucher | |
2009-05-28 | Argh. fix last commit. clears are still broken | Alex Deucher | |
2009-05-28 | R6xx/r7xx: re-enable clears | Alex Deucher | |
flush cache and wait for idle after drawing. Probably just need the cache flush. This gets redbook hello working properly. | |||
2009-05-26 | r6xx: fix more r6xx specific cases | Alex Deucher | |
2009-05-19 | Fix nop insertion bug. redbook hello can run. | Richard Li | |
2009-05-15 | Fix r6 code bugs. | Richard Li | |
2009-05-08 | R6xx/R7xx: WIP r6xx-rewrite code | Richard Li | |
2009-04-21 | Initial pull of code from r6xx-r7xx-support branch | Richard Li | |
Not functional yet. |