summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/r300/Makefile
AgeCommit message (Expand)Author
2010-09-23r300g: Always try to build libr300compiler.aTom Stellard
2010-07-25r300g: cleanup texture creation codeMarek Olšák
2010-06-27r300g: turn invariant state into a command bufferMarek Olšák
2010-06-13r300g: move two-sided stencilref fallback to its own fileMarek Olšák
2010-06-13r300g: add fallback for unaligned/unsupported vertex stride/offset/formatMarek Olšák
2010-05-27r300g/swtcl: fix secondary color and back-face color outputsMarek Olšák
2010-04-28r300g: move ZTOP to separate fileMarek Olšák
2010-04-10Squashed commit of the following:Keith Whitwell
2010-03-15r300g: rebuild screen/winsys interfaceDave Airlie
2010-03-07r300g: move r300_transfer to separate filesMarek Olšák
2010-02-24r300g: remove invalid .PHONY lineBrian Paul
2010-02-22Revert "r300g: rebuild winsys/pipe buffer handling and add buffer map"Dave Airlie
2010-02-22r300g: rebuild winsys/pipe buffer handling and add buffer mapDave Airlie
2009-12-18r300g: Nuke r300_vbo.Corbin Simpson
2009-12-15r300g: add acceleration of the clear, surface_copy, and surface_fill functionsMarek Olšák
2009-12-08Merge branch 'mesa_7_7_branch'Andre Maasikas
2009-12-07Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick
2009-12-04r300g: use $(MAKE) variableColeman Kane
2009-12-02r300g, radeong: De-specialize r300_winsys into radeon_winsys.Corbin Simpson
2009-11-07r300g: VBOs WIPMaciej Cencora
2009-10-21r300g: Cleanup old static shader state.Corbin Simpson
2009-10-21r300g: Kill r300_surface with fire.Corbin Simpson
2009-09-21Merge branch 'master' into r300-compilerNicolai Hähnle
2009-09-06r300g: Debug flags infrastructureNicolai Hähnle
2009-08-30r300: Remove all Mesa dependencies from the shader compilerNicolai Hähnle
2009-07-30r300g: Use radeon compiler for fragment programsNicolai Hähnle
2009-07-30r300g: Use r300compiler for vertex shadersNicolai Hähnle
2009-06-26r300-gallium: organize fragment/vertex shadersJoakim Sindholt
2009-04-04r300-gallium: Move swtcl_emit to render to reflect its true purpose.Corbin Simpson
2009-03-31r300-gallium: Stubs for vertex shaders.Corbin Simpson
2009-03-11r300-gallium: r500-fs: Add shader dumper and more tex work.Corbin Simpson
2009-03-10r300-gallium: Initial, broken, query setup.Corbin Simpson
2009-03-01r300-gallium: Split off invariant state.Corbin Simpson
2009-02-20gallium: Improve makefiles for librariesJakob Bornecrantz
2009-02-13r300-gallium: Add derived state for vertex formats.Corbin Simpson
2009-02-04r300: Add shader state stubs.Corbin Simpson
2009-02-02r300: Add stubs for swtcl immediate emit.Corbin Simpson
2009-02-01r300: Put r300_blit to bed.Corbin Simpson
2009-02-01r300: Finish basic state setup.Corbin Simpson
2009-02-01r300: Add texture stubs.Corbin Simpson
2009-02-01r300: Add chipset sorting and capabilities.Corbin Simpson
2009-02-01r300: Add a basic dirty state emit.Corbin Simpson
2009-02-01gallium-r300: Fit it all together now.Corbin Simpson
2009-02-01gallium-r300: Add r300_clear.Corbin Simpson
2009-02-01gallium-r300: Make it build.Corbin Simpson