summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/r300
AgeCommit message (Expand)Author
2005-01-22Properly configure routing - based on advice by Keith Whitwell.Vladimir Dergachev
2005-01-21Properly input stencil info contributed by Wladimir.Vladimir Dergachev
2005-01-16This fixes it but why mipmaps still work?Aapo Tahkola
2005-01-16I was wrong...Aapo Tahkola
2005-01-16Looks like masking masking t->filter isnt needed anymore.Aapo Tahkola
2005-01-15On the way to getting stencil working.Vladimir Dergachev
2005-01-15On the way to getting stencil and texture formats working.Vladimir Dergachev
2005-01-15Use symbolic constants to describe pixel shader ALU instructions.Vladimir Dergachev
2005-01-14Added fixes for filter modes and support for anisotropy filters.Aapo Tahkola
2005-01-14Remove redundant register.Vladimir Dergachev
2005-01-14Reduce amount of stderr output.Vladimir Dergachev
2005-01-14Incorporate latest data from Wladimir van der Laan.Vladimir Dergachev
2005-01-13Sync with master copy.Vladimir Dergachev
2005-01-13Prevent "disabling 3D acceleration" message from printing - we do not define ...Vladimir Dergachev
2005-01-13Incorporate TX_FORMAT information contributed by Wladimir van der Laan.Vladimir Dergachev
2005-01-11Mipmapping and other texture filters now work.Aapo Tahkola
2005-01-11Get NeHe lesson08 to work. Note: it appears the filtering does not work prope...Vladimir Dergachev
2005-01-11Switch back to using immediate mode code - use of AGP space is interfering wi...Vladimir Dergachev
2005-01-11Move the few definitions from r300_lib.h still in use to r300_emit.h.Vladimir Dergachev
2005-01-11Switch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.Vladimir Dergachev
2005-01-11Copy sample pixel and vertex shaders to r300_fixed_pipelines.hVladimir Dergachev
2005-01-10Bring vertex buffer code up to date..Vladimir Dergachev
2005-01-10For some reason we need r300Flush when using textures. Perhaps the problem isVladimir Dergachev
2005-01-10Clean up the code and make it unnecessary to issue extra calls to Setup*ShadersVladimir Dergachev
2005-01-09Port EmitPixelShader from cmdbuf.c to SetupPixelShader in state.c.Vladimir Dergachev
2005-01-09Implement a more elaborate hashing scheme for texture formats. Still not perf...Vladimir Dergachev
2005-01-06Add radeon 9550 pci id.Aapo Tahkola
2005-01-06Turns out the kfountain.kss (as well as lesson19) had a bug - the size was se...Vladimir Dergachev
2005-01-06Add texture format to get lesson19 working again.Vladimir Dergachev
2005-01-06Switch to a more complicated scheme of choosing texture formats, as it looksVladimir Dergachev
2005-01-06Added GL_POLYGON primitive. Single primitive between glBegin()/glEnd() now wo...Ben Skeggs
2005-01-05Reduce the amount of debug output, while still printing important messages.Vladimir Dergachev
2005-01-05Play a little bit with texture formats.Vladimir Dergachev
2005-01-04Sync with master copy.Vladimir Dergachev
2005-01-04Port code from r200 that implements color blending. Seems to work.Vladimir Dergachev
2005-01-04Unify rendering of textured and non-textured primitives.Vladimir Dergachev
2005-01-04Major code restructuring:Vladimir Dergachev
2005-01-03Add structs describing vertex and pixel shader state to r300_state.Vladimir Dergachev
2005-01-03Turns out I left flat primitives in vertex buffer mode. Switch them back to i...Vladimir Dergachev
2005-01-03Enable code to compute other constants that were used by R200 code.Vladimir Dergachev
2005-01-03Port texture allocation code from R200.Vladimir Dergachev
2005-01-02Add texture units registersVladimir Dergachev
2005-01-02Cleanup !Vladimir Dergachev
2005-01-02I think I fixed the lockups issue.Vladimir Dergachev
2005-01-02Get textures to work with NeHe lesson06.Vladimir Dergachev
2005-01-01Add a convenience function to issue CP delays.Vladimir Dergachev
2004-12-31Qualify the magic 20B0 register as SE_VTE_CNTL similar to R200. Looks like di...Vladimir Dergachev
2004-12-31Sync with master copy.Vladimir Dergachev
2004-12-31Add texture drawing code. Note: it is broken at the moment and is disabled in...Vladimir Dergachev
2004-12-30Rework slightly r300_get_primitive_type - make it clearer and more compact..Vladimir Dergachev