Clean up warnings in r300 code by making some symbols static, adding prototypes
[mesa.git] / src / mesa / drivers / dri / r300 / r300_render.c
2005-07-20 Eric AnholtClean up warnings in r300 code by making some symbols...
2005-07-02 Vladimir DergachevExpose the fact that we do not do either selection...
2005-06-16 Aapo TahkolaFix problems with elts when immediate mode is on.
2005-05-19 Aapo TahkolaDitch unused code and features that arent in subject...
2005-05-18 Aapo TahkolaPolygon mode fixes.
2005-05-11 Aapo TahkolaVBOs.
2005-05-06 Aapo TahkolaMissing setups that cause all kinds of problems with...
2005-05-01 Aapo TahkolaAdd support to external tnl switcher and disable hw...
2005-04-30 Aapo Tahkolar300 side support for fixed function pipeline. This...
2005-04-24 Aapo TahkolaModifying to build against current Mesa. Disabled r200...
2005-04-18 Aapo TahkolaFixing and enabling elt buffers by default.
2005-03-18 Aapo TahkolaMisc fixes.
2005-03-17 Aapo TahkolaSimple TCL stage and ability to disable vps.
2005-03-08 Aapo TahkolaImproving Vladimirs alpha test fix a bit as it turns...
2005-03-05 Vladimir DergachevEnable VB mode rendering by default. If anyone thinks...
2005-02-22 Aapo TahkolaNew elt buffer code should be fairly stable.
2005-02-20 Aapo TahkolaAdding support for front buffer mode, removing some...
2005-02-19 Aapo TahkolaDisabling some fallbacks as they cause misc programs...
2005-02-19 Aapo TahkolaFix for buffer overrun caused by ALLOC_STATE not having...
2005-02-18 Aapo TahkolaWe dont need to call r300EmitAOS if we arent going...
2005-02-18 Nicolai HaehnleFix: RADEON_DEBUG is a bitfield, so use & to check...
2005-02-17 Nicolai HaehnleFixing *lots* of warning messages, especially concernin...
2005-02-17 Nicolai HaehnleRADEON_DEBUG is a bitfield, so use & instead of ==.
2005-02-17 Aapo TahkolaSwitching to start_index32_packet.
2005-02-17 Aapo Tahkolamagic_1 handling...
2005-02-17 Ben Skeggsoops.
2005-02-17 Ben SkeggsMake immediate code do a LOAD_VBPNTR again
2005-02-16 Aapo TahkolaSupport for idx buffers. Leaving it on by default as...
2005-02-16 Rune Petersensmall cleanup, remove some warnings
2005-02-16 reistget two textures to work
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-12 Ben SkeggsEnabled vertex buffer mode as default.
2005-02-11 Ben SkeggsPort of r200 VB code. VB path should be as fast as...
2005-02-10 Aapo TahkolaUpdating master copy of r300_reg.h and turning immediat...
2005-02-10 Aapo TahkolaRemoving some regs that are wrong and adding some comme...
2005-02-09 Aapo TahkolaEnabled user-defined point size, enabled zbiases for...
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 Aapo Tahkolafog + immediate mode = bad things
2005-02-08 Aapo TahkolaImplemented checks that prevent r300 from locking up...
2005-02-08 Aapo TahkolaTo cut the long and boring story short, polygon offsets...
2005-02-03 Aapo TahkolaRemoving some trash and disabling fog fallback as it...
2005-02-03 Aapo TahkolaChanging vb code to handle inputs correctly.
2005-02-03 Vladimir DergachevGet vertex programs supplied by the user work properly...
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 DergachevMake WARN_ONCE messages more informative.
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-28 Aapo TahkolaAdd basic sceleton for vertex programs + some other...
2005-01-22 Vladimir DergachevProperly configure routing - based on advice by Keith...
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-11 Aapo TahkolaMipmapping and other texture filters now work.
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-10 Vladimir DergachevBring vertex buffer code up to date..
2005-01-10 Vladimir DergachevFor some reason we need r300Flush when using textures...
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 Ben SkeggsAdded GL_POLYGON primitive. Single primitive between...
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 DergachevUnify rendering of textured and non-textured primitives.
2005-01-04 Vladimir DergachevMajor code restructuring:
2005-01-03 Vladimir DergachevAdd structs describing vertex and pixel shader state...
2005-01-03 Vladimir DergachevTurns out I left flat primitives in vertex buffer mode...
2005-01-03 Vladimir DergachevEnable code to compute other constants that were used...
2005-01-03 Vladimir DergachevPort texture allocation code from R200.
2005-01-02 Vladimir DergachevCleanup !
2005-01-02 Vladimir DergachevI think I fixed the lockups issue.
2005-01-02 Vladimir DergachevGet textures to work with NeHe lesson06.
2004-12-31 Vladimir DergachevQualify the magic 20B0 register as SE_VTE_CNTL similar...
2004-12-31 Vladimir DergachevAdd texture drawing code. Note: it is broken at the...
2004-12-30 Vladimir DergachevRework slightly r300_get_primitive_type - make it clear...
2004-12-30 Vladimir DergachevUpdate vertex buffer code (still does not work properly..)
2004-12-30 Vladimir DergachevUpdate to recent r300_lib.
2004-12-30 Vladimir DergachevHooked up projection matrix - the gears actually rotate !
2004-12-30 Vladimir DergachevRestructure code.
2004-12-29 Vladimir DergachevRearrange code so we don't dump state as often.
2004-12-29 Vladimir DergachevGet most primitives working using immediate mode.
2004-12-29 Vladimir DergachevBring in latest revision of r300_lib.
2004-12-27 Vladimir DergachevImplement rendering of (flat color) QUAD primitives...
2004-12-26 Vladimir DergachevExpose primitive types being rendered, in preparation...
2004-11-02 Nicolai HaehnleNo visible changes, but commit the groundwork for furth...