XXX comment about point clamping
[mesa.git] / src /
2007-06-28 BrianXXX comment about point clamping
2007-06-28 Brianadded comment, remove dead code
2007-06-24 Oliver McFaddenr300: Initial work on merging the real and generated...
2007-06-24 Oliver McFaddenr300: Should use inst_count not 0 for R300_PVS_CNTL_3_P...
2007-06-24 Oliver McFaddenr300: The vpi, vpp, and vps counts are already initiali...
2007-06-24 Oliver McFaddenr300: Clean up the vertex program state code slightly...
2007-06-24 Oliver McFaddenr300: Vertex program position end bits are known.
2007-06-24 Oliver McFaddenr300: Removed unused vap_param structure.
2007-06-24 Oliver McFaddenr300: Cleaned up long lines in the vertex functions.
2007-06-24 Oliver McFaddenr300: Setup the default state for polygon offset point...
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupVertexShader function.
2007-06-24 Oliver McFaddenr300: Cleaned up the r300SetupPixelShader function.
2007-06-24 Oliver McFaddenr300: Trivial clean up in radeon_lock.h.
2007-06-22 Brianfix bug rendering points with fragment program (see...
2007-06-22 BrianFix feedback color bug #11332. In feedback mode, produ...
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Brianfix rgba pointer bug hit on zoomed+fogged glDrawPixels
2007-06-21 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-21 Oliver McFaddenr300: Corrected a bug in r300LineWidth.
2007-06-21 BrianAnother round of fixing attribute interpolation for...
2007-06-21 Brianrename _swrast_update_fragment_attribs()
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-20 BrianEffectively disable _TexEnvProgram before calling _swra...
2007-06-20 Brianfix glDrawPixels + fragment program problem
2007-06-20 Briancopy wpos attrib info into zoomed span (fixes fog persp...
2007-06-20 BrianMerge branch 'master' of git+ssh://brianp@git.freedeskt...
2007-06-15 Michel Dänzeri915tex: Missing piece of SetTexOffset hook implementat...
2007-06-13 Stephane Marchesinnouveau: remove useless viewport xform with id matrix.
2007-06-12 Brianfix an error string, refactor _mesa_GetCompressedTexIma...
2007-06-12 Brianfix make clean commands so missing subdirs don't cause...
2007-06-12 Brianfix comment
2007-06-12 BrianFix TEXREL issues when using GLX_USE_TLS (see bug 7459).
2007-06-12 Brianfix GLX_USE_TLS breakage, fix a warning
2007-06-11 BrianRework _mesa_update_texture_compare_function() to only...
2007-06-11 Brianrename/clean-up _mesa_validate_texture_wrap_mode
2007-06-11 Brianfix typo, added comment
2007-06-11 BrianReplace texobj->Complete with texobj->_Complete since...
2007-06-11 Briantypo: s/derrived/derived/
2007-06-11 BrianTemporarily disable the calls to _mesa_update_texture_c...
2007-06-11 BrianIn generic_nop() call _mesa_warning() instead of _mesa_...
2007-06-11 Brianremove dead code
2007-06-10 Dave Airlier300: i can't see why we fallback for polygon offset...
2007-06-08 BrianIn supported_buffer_bitmask(), use framebuffer's visual...
2007-06-08 Briandisable depthBits test in check_compatible(), see bug...
2007-06-08 Brianremove obsolete comment about max DEFAULT_SOFTWARE_DEPT...
2007-06-07 Ian RomanickAdd support for GL_ARB_fragment_program_shadow.
2007-06-07 Ian RomanickFix ARB_fp spec conformance bug WRT shadow sampling.
2007-06-07 Oliver McFaddenr300: Added a comment regarding the R300_VAP_CLIP regis...
2007-06-07 Oliver McFaddenr300: Removed a "don't think this is needed" comment...
2007-06-07 Oliver McFaddenr300: Explain the R300_VAP_OUTPUT_VTX_FMT_1 register.
2007-06-07 Oliver McFaddenr300: Cleaned up long lines in r300Choose8888TexFormat.
2007-06-05 Wang ZhenyuAdd PCI IDs for the G33, Q33, and Q35 chipsets.
2007-06-05 Michel Dänzeri915tex: Better attempt to release miptree when overrid...
2007-06-05 Michel DänzerRemove dubious compile-time test for pre-2.4 Linux...
2007-06-05 Ian RomanickUpdates for array texture shadow targets.
2007-06-04 Dave Airlieminiglx: implement GetProcAddressARB in miniglx as...
2007-06-02 Dave Airlier300: fix non-tcl rs4xx again.
2007-05-31 Wang Zhenyui915tex: Add support for 945GME
2007-05-31 Wang Zhenyui915: Add support for 945GME chip
2007-05-31 Wang Zhenyui965: Add pci info for 965GME/GLE chip.
2007-05-30 Michel DänzerFix r300SetTexOffset for big endian platforms.
2007-05-30 Oliver McFaddenr300: Corrected r300PointSize based on dumping the...
2007-05-30 Oliver McFaddenr300: Corrected r300LineWidth based on dumping the...
2007-05-30 Oliver McFaddenr300: Removed goto statement in r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up r300SetupRSUnit.
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom checking functions.
2007-05-30 Oliver McFaddenr300: Cleaned up the state atom debugging code.
2007-05-30 Oliver McFaddenr300: Use compile-time endian detection in r300_state...
2007-05-30 Oliver McFaddenr300: Document registers 0x2220 to 0x2230.
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-30 Oliver McFaddenr300: Added a comment in r300VAPInputCntl0.
2007-05-30 Oliver McFaddenr300: Cleaned up r300DestroyTexObj.
2007-05-30 Oliver McFaddenr300: R300_SE_VTE_CNTL applies to both non-TCL and...
2007-05-29 Briancheck for flat/smooth interp for generic/specular attrib
2007-05-27 Oliver McFaddenRevert "r300: Removed the R300_RS_INTERP_[0-9]_UNKNOWN...
2007-05-26 Oliver McFaddenr300: Rearranged the DWORD construction in r300VAPInput...
2007-05-26 Oliver McFaddenr300: Removed duplicate AOS format defines; already...
2007-05-26 Oliver McFaddenr300: Removed unused aos_reg variable.
2007-05-26 Oliver McFaddenr300: Use "rmesa" not "r300" in r300_emit.c; some of...
2007-05-26 Oliver McFaddenr300: Cleaned up the non-TCL RENDERINPUTS, etc.
2007-05-26 Oliver McFaddenr300: Whitespace cleanup in r300_emit.c.
2007-05-26 Oliver McFaddenr300: Added the r300VAPInputCntl0 function.
2007-05-26 Oliver McFaddenr300: Added r300VAPOutputCntl0 and r300VAPOutputCntl1...
2007-05-26 Oliver McFaddenr300: Removed R300_PFS_NODE_LAST_NODE replaced by R300_...
2007-05-26 Oliver McFaddenr300: Renamed the t_vic function.
2007-05-26 Oliver McFaddenr300: Renamed the t_vir0 and t_vir1 functions.
2007-05-25 Oliver McFaddenr300: Renamed "dt" to "attribptr" in the t_vir0 function.
2007-05-25 Oliver McFaddenr300: Specify the type in the t_vir0 function.
2007-05-25 Oliver McFaddenr300: Cleaned up t_vir0 and t_vir1 slightly.
2007-05-25 Oliver McFaddenr300: Use C style comments in r300_emit.c.
2007-05-25 Oliver McFaddenr300: Removed a (disabled and unneeded) assertion.
2007-05-25 Oliver McFaddenr300: Improved the r300EmitVec debugging information.
2007-05-25 Oliver McFaddenr300: Use #if 0 for disabled code.
2007-05-25 Oliver McFaddenr300: Added a TODO note and some tiny cleanups to r300_...
2007-05-25 Brianremove #include "GL/glxtokens.h"
2007-05-25 Oliver McFaddenr300: Use GL_TRUE rather than 1 for the GLboolean type.
2007-05-25 Oliver McFaddenr300: Removed unused vpucount macro from r300_state.c.
next