Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-06-11 | Add RV740 support | Alex Deucher | |
2009-06-11 | Properly set aos_count | Alex Deucher | |
This is used by radeonReleaseArrays to free AOS. | |||
2009-06-10 | move radeon_set_screen_flags() up so CHIP_FAMILY is set before using it | Alex Deucher | |
fixes last commit. | |||
2009-06-10 | Use correct scratch reg offset for r6xx/r7xx | Alex Deucher | |
2009-06-09 | Pull in additional state setup from the DDX | Alex Deucher | |
2009-06-04 | re-arrange state structure | Alex Deucher | |
- split out renderbuffers - split out shaders - split our viewports Only send the state needed. | |||
2009-06-04 | Don't program VGT_OUT_DEALLOC_CNTL/VGT_VERTEX_REUSE_BLOCK_CNTL | Alex Deucher | |
These are chip specific and are programmed by the drm. This should fix hangs on some chips. | |||
2009-06-04 | use the float interface for viewport updates | Alex Deucher | |
2009-06-03 | fill in r700ColorMask, cleanup | Alex Deucher | |
2009-06-03 | start to fill in ShadeModel() | Alex Deucher | |
2009-06-03 | dump command buffer | Alex Deucher | |
2009-06-03 | Clean up scissor and viewport code | Alex Deucher | |
Switch to common functions where applicable | |||
2009-06-02 | Disable clear code for now | Alex Deucher | |
2009-06-02 | fix an overflow in SPI_VS_OUT_CONFIG | Alex Deucher | |
VS must always export at least 1 param. | |||
2009-05-31 | R6xx/r7xx: Fix blinn's lighting shader | Cooper Yuan | |
2009-05-31 | R6xx/r7xx: Fix texture perspective gradients issue | Cooper Yuan | |
2009-05-29 | get rid of chip_object struct | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | remove more old r300 bits | Alex Deucher | |
2009-05-29 | more cleanup | Alex Deucher | |
2009-05-29 | Remove unused functions | Alex Deucher | |
2009-05-29 | Fix spelling in function name | Alex Deucher | |
2009-05-29 | R6xx/r7xx: remove old sw tcl bits | 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-29 | Remove subpixel offset from viewport | Alex Deucher | |
remove subpixel offset inherited from r100 code. based on 038f0bf5916df5bae1145d234589e5fd528bb7fa | |||
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-28 | R6xx, add edge rules for triangles | Cooper Yuan | |
2009-05-26 | enable surface sync function | Alex Deucher | |
- needs to be more fine-grained | |||
2009-05-26 | r6xx: fix more r6xx specific cases | Alex Deucher | |
2009-05-26 | R6xx: select proper shader format | Alex Deucher | |
2009-05-26 | fix segfault when running glxinfo | Alex Deucher | |
2009-05-26 | add missing RS780 pci id | Alex Deucher | |
2009-05-26 | fix build when HAVE_LIBDRM_RADEON is defined | Alex Deucher | |
2009-05-21 | r6xx/r7xx: fix segfault in vertex shader setup | Alex Deucher | |
2009-05-21 | r6xx: fix count on START_3D packet | Alex Deucher | |
2009-05-20 | Add missing file from local. | root | |
2009-05-19 | Makeup checkin for radeon code change paired with r6/7 code. | root | |
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 | R6xx/R7xx: remove unused files | Richard Li | |
2009-04-21 | R6xx/R7xx: add updated reg file | Richard Li | |
2009-04-21 | Initial pull of code from r6xx-r7xx-support branch | Richard Li | |
Not functional yet. | |||
2009-04-10 | Fix build errors from merge | Alex Deucher | |
2009-04-10 | Merge branch 'radeon-rewrite' of ↵ | Alex Deucher | |
git+ssh://agd5f@git.freedesktop.org/git/mesa/mesa into r6xx-rewrite |