r300: Cleaned up r300_render.c using Indent with appropriate options.
[mesa.git] / src / mesa / drivers / dri / r300 / r300_render.c
2007-05-08 Oliver McFaddenr300: Cleaned up r300_render.c using Indent with approp...
2007-05-08 Oliver McFaddenr300: General render clean up; added some Doxygen docum...
2007-05-08 Oliver McFaddenr300: Moved the pipeline stages together for readability.
2007-05-08 Oliver McFaddenr300: Print the OpenGL define instead of a 2-digit...
2007-05-08 Oliver McFaddenr300: Clean up the vertex buffer emission code and...
2007-05-08 Oliver McFaddenr300: Cleaned up a lot of cruft in r300_render.c.
2007-04-17 Oliver McFaddenr300: r300_render.c:391: warning: unused variable 'i'
2007-03-26 Brianmerge of glsl-compiler-1 branch
2007-03-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-24 Nicolai Haehnler300: Fix texture coordinate calculation for rectangle...
2007-03-21 Brianmerge from master
2007-03-14 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-03-14 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Oliver McFaddenr300: Renamed the CACHE_CTLSTAT values to include UNKNO...
2007-03-13 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-03-13 Oliver McFaddenAdd defines for the values written to R300_RB3D_ZCACHE_...
2007-03-13 Oliver McFaddenCorrected values written to R300_RB3D_DSTCACHE_CTLSTAT...
2007-03-13 Oliver McFaddenGuess another unknown register used for R300 pacification.
2007-02-25 Nian WuMerge git://proxy01.pd.intel.com:9419/git/mesa/mesa...
2007-02-22 BrianMerge branch 'origin' into glsl-compiler-1
2007-02-11 Rune Petersonr300: Add proper support for sin/cos instruction in...
2007-02-03 Michel DänzerMerge branch 'origin'
2007-02-03 Michel DänzerFall back to software rasterization if r300_translate_f...
2007-02-02 Keith WhitwellMerge branch 'vbo-0.2'
2007-01-18 Aapo Tahkolasupport as much of GL_EXT_stencil_two_side as we can...
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2007-01-16 Keith WhitwellMerge branch 'master-merge' into vbo-0.2
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-10-31 Keith Whitwelldisable vtxfmt_a code, switch over to vbo
2006-09-14 Jerome GlisseFallback if ColorLogicOp is enabled. Cleanup a bit...
2006-09-04 Rune PetersenManaged to make a commit that can't build... Sorry...
2006-09-03 Rune Petersenadd missing change to skip low impact RAST fallback...
2006-08-22 Aapo Tahkolaextend some DrawRangeElements cases to support renderin...
2006-08-11 Aapo Tahkolasupport shorts as vertex data
2006-07-27 Jerome Glisser300_emit.h cleanup.
2006-04-23 Aapo Tahkolaenable feedback rendering
2006-04-11 Aapo TahkolaFog support (Ewald Snel)
2006-04-08 Aapo Tahkolafix some conflict happenings at context destroy by...
2006-03-31 Aapo TahkolaMore meaningful warning.
2006-03-19 Aapo Tahkola-fix texrect fallback when using vtxfmt_a (glitz, xgl...
2006-03-13 Aapo TahkolaClean build.
2006-01-27 Aapo Tahkolamissing link in the fallback chain
2006-01-27 Aapo Tahkolaenable hw vertex programs by default
2006-01-27 Aapo Tahkolaper vp sw fallbacks
2005-12-17 Aapo TahkolaI think this has been tested well enough already.
2005-12-04 Dave AirlieFix r300 rectangular texture upload and swtcl coordinat...
2005-11-01 Aapo TahkolaRe-enable fallbacks.
2005-11-01 Aapo Tahkola-Fix first frame -bug
2005-10-26 Aapo TahkolaReduce stderr noise and fix some compiler warnings.
2005-10-26 Aapo TahkolaSync with my local tree.
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.
next