Switch r300_state.c to use r300_fixed_pipelines.h instead of r300_lib.h.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_state.c
2005-01-11 Vladimir DergachevSwitch r300_state.c to use r300_fixed_pipelines.h inste...
2005-01-10 Vladimir DergachevClean up the code and make it unnecessary to issue...
2005-01-09 Vladimir DergachevPort EmitPixelShader from cmdbuf.c to SetupPixelShader...
2005-01-09 Vladimir DergachevImplement a more elaborate hashing scheme for texture...
2005-01-06 Vladimir DergachevTurns out the kfountain.kss (as well as lesson19) had...
2005-01-06 Vladimir DergachevAdd texture format to get lesson19 working again.
2005-01-06 Vladimir DergachevSwitch to a more complicated scheme of choosing texture...
2005-01-05 Vladimir DergachevReduce the amount of debug output, while still printing...
2005-01-05 Vladimir DergachevPlay a little bit with texture formats.
2005-01-04 Vladimir DergachevPort code from r200 that implements color blending...
2005-01-04 Vladimir DergachevMajor code restructuring:
2005-01-03 Vladimir DergachevAdd structs describing vertex and pixel shader state...
2005-01-02 Vladimir DergachevAdd texture units registers
2004-12-31 Vladimir DergachevQualify the magic 20B0 register as SE_VTE_CNTL similar...
2004-12-30 Vladimir DergachevChange default RS settings so that glxgears will displa...
2004-12-30 Vladimir DergachevClarify some of the unkXXXX atoms.
2004-12-30 Vladimir DergachevPort viewport setting code from R200.
2004-12-19 Vladimir DergachevFix cut and paste error (reported by Jerome Glisse)
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...
2004-10-24 Nicolai HaehnleImplement ColorMask
2004-10-24 Nicolai HaehnleHardware accelerated depth clear
2004-10-17 Nicolai Haehnle- FIX: flickering
2004-10-15 Nicolai HaehnleHuge dumb drop. State:
2004-09-28 Nicolai HaehnleInitial revision