r300: cleanup some of the swtcl code
[mesa.git] / src / mesa / drivers / dri / r300 / r300_render.c
2007-07-01 Dave Airlier300: cleanup some of the swtcl code
2007-06-22 Dave Airlieclean up cache flush emission into one place
2007-06-17 Dave Airliefixup packet setup - still hangs
2007-06-13 Dave Airliemove clip to r300 emit
2007-06-10 Dave Airlier300: i can't see why we fallback for polygon offset...
2007-06-02 Dave Airlier300: fix non-tcl rs4xx again.
2007-05-30 Oliver McFaddenr300: Only support size 4 ELTs; this is what Mesa provides.
2007-05-30 Oliver McFaddenr300: Use the CP_PACKET3 macro for Type 3 packets.
2007-05-30 Oliver McFaddenr300: Removed the (completely broken since new VBO...
2007-05-30 Oliver McFaddenr300: Cleaned up the AOS code in r300_render.c.
2007-05-20 Oliver McFaddenr300: Added TODO comment regarding immediate mode imple...
2007-05-17 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-05-17 Tommy Schultz Lassenr300: Removed the radeon_vertex_buffer structure.
2007-05-13 Oliver McFaddenr300: A few very minor indenting corrections.
2007-05-11 Oliver McFaddenr300: Use __FUNCTION__ not __func__.
2007-05-11 Oliver McFaddenr300: Assert if the primitive type is unknown; this...
2007-05-11 Oliver McFaddenr300: Moved some code around in r300_render.c and gener...
2007-05-11 Oliver McFaddenr300: Removed some checking in r300NumVerts that is...
2007-05-11 Oliver McFaddenr300: Renamed r300_maos.c to r300_emit.c; it contains...
2007-05-10 Oliver McFaddenr300: Moved some more emit code into r300_render.c.
2007-05-10 Oliver McFaddenr300: Moved some more of the emit code into r300_render.c.
2007-05-09 Oliver McFaddenr300: Name the render functions in r300_render.c consis...
2007-05-09 Oliver McFaddenr300: Return -1 for error.
2007-05-09 Oliver McFaddenr300: Probably a good idea to always check the vertices...
2007-05-09 Oliver McFaddenr300: Added some more Doxygen documentation and made...
2007-05-09 Oliver McFaddenr300: Don't need to include the deprecated r300_program...
2007-05-09 Oliver McFaddenr300: Removed the deprecated VTXFMT code.
2007-05-09 Oliver McFaddenr300: The empty check_space doesn't and never has done...
2007-05-09 Oliver McFaddenr300: Fix a couple of static errors.
2007-05-09 Oliver McFaddenr300: Fixed some more function names.
2007-05-09 Oliver McFaddenr300: Added a "not implemented yet" comment back.
2007-05-09 Oliver McFaddenMerge branch 'master' of git://anongit.freedesktop...
2007-05-09 Oliver McFaddenr300: Last of the indent changes. :)
2007-05-08 Oliver McFaddenr300: Removed some deprecated code from r300_context...
2007-05-08 Oliver McFaddenr300: Last few r300_render.c clean up.
2007-05-08 Oliver McFaddenr300: Merged some comments into the Doxygen documentation.
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...
next