Set pipes for R420 cards. Gives a nice speedup. This needs to be tested on r420 cards...
[mesa.git] / src / mesa / drivers / dri / r300 / r300_state.c
2005-03-04 Rune PetersenSet pipes for R420 cards. Gives a nice speedup. This...
2005-02-28 Aapo Tahkolafix for 'nasty bug' and some sanity checks to avoid...
2005-02-24 Aapo TahkolaAnother nasty struct size bug found.
2005-02-22 Aapo TahkolaNew elt buffer code should be fairly stable.
2005-02-21 Vladimir DergachevAdd code to autogenerate vertex shaders.
2005-02-20 Aapo TahkolaAdding support for front buffer mode, removing some...
2005-02-19 Aapo TahkolaMinor fix to border and blend color.
2005-02-19 Aapo TahkolaFix for buffer overrun caused by ALLOC_STATE not having...
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-16 Rune Petersensmall cleanup, remove some warnings
2005-02-15 Ben SkeggsShare routing code between immd/vb. Fix breakage of...
2005-02-14 Aapo TahkolaSupport for blend color(not tested), "proper line width...
2005-02-10 Aapo TahkolaRemoving some regs that are wrong and adding some comme...
2005-02-10 Aapo TahkolaSupport for PolygonMode. Not too far from working even...
2005-02-10 Vladimir DergachevFix copy'n'paste errors.
2005-02-10 Aapo TahkolaTurns out unknown5 was border color. texwrap looks...
2005-02-10 Aapo TahkolaAdding support for selecting line width. Stipple patter...
2005-02-09 Aapo TahkolaEnabled user-defined point size, enabled zbiases for...
2005-02-08 Vladimir DergachevRemove #ifdef's around PolygonOffset function.
2005-02-08 Aapo TahkolaFix the bug and get zbias back into shape. There might...
2005-02-08 Aapo TahkolaBIG FAT NOTE: Theres a nasty bug somewhere thats causin...
2005-02-08 Aapo TahkolaBetter fix to get tuxracer working.
2005-02-08 Vladimir DergachevLet Polygon Offset be turned on and off.
2005-02-08 Aapo TahkolaTo cut the long and boring story short, polygon offsets...
2005-02-05 Jerome GlisseModified hw state for big endian computers.
2005-02-05 Vladimir DergachevWarn of unknown texture formats.
2005-02-03 Vladimir DergachevStart beginning of pixel shader generator..
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
2005-02-03 Vladimir DergachevThis was too optimistic sorry - all that register does...
2005-02-03 Vladimir DergachevGet Polygon offset fill to work.
2005-02-02 Aapo TahkolaChanged parts of r300_setup_routing to use WARN_ONCE.
2005-02-01 Aapo TahkolaVertex programs work now with some restrictions. I...
2005-02-01 Vladimir DergachevReduce noiseness of the driver.
2005-02-01 Vladimir DergachevGet alpha in textures to work properly.
2005-02-01 Vladimir DergachevProperly set ABLEND and CBLEND registers. The older...
2005-01-31 Vladimir DergachevAdd magic sequence to prevent ClearBuffer from locking up.
2005-01-31 Vladimir DergachevUse SecondaryColorPtr, not ColorPtr[1] (the latter...
2005-01-29 Aapo TahkolaBeginings of program generation. This code havent been...
2005-01-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...
2005-01-25 Aapo TahkolaFixes for clamp modes.
2005-01-24 Aapo Tahkolaborder_color causes lockups with vertex buffers. Disabl...
2005-01-24 Vladimir DergachevRemove lots of old code that dealed with "magic" textur...
2005-01-23 Nicolai HaehnleFix more warnings and compilation issues.
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
2005-01-21 Vladimir DergachevProperly input stencil info contributed by Wladimir.
2005-01-16 Aapo TahkolaThis fixes it but why mipmaps still work?
2005-01-16 Aapo TahkolaI was wrong...
2005-01-16 Aapo TahkolaLooks like masking masking t->filter isnt needed anymore.
2005-01-15 Vladimir DergachevOn the way to getting stencil working.
2005-01-15 Vladimir DergachevOn the way to getting stencil and texture formats working.
2005-01-14 Aapo TahkolaAdded fixes for filter modes and support for anisotropy...
2005-01-14 Vladimir DergachevRemove redundant register.
2005-01-14 Vladimir DergachevReduce amount of stderr output.
2005-01-14 Vladimir DergachevIncorporate latest data from Wladimir van der Laan.
2005-01-13 Vladimir DergachevIncorporate TX_FORMAT information contributed by Wladim...
2005-01-11 Aapo TahkolaMipmapping and other texture filters now work.
2005-01-11 Vladimir DergachevGet NeHe lesson08 to work. Note: it appears the filteri...
2005-01-11 Vladimir DergachevSwitch back to using immediate mode code - use of AGP...
2005-01-11 Vladimir DergachevMove the few definitions from r300_lib.h still in use...
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