10574 次代码提交 (59494bafb482b30f3eef468d6f11396418a09a15)
 

作者 SHA1 备注 提交日期
  Oliver McFadden 59494bafb4 r300: Use an array for the vertex program sources and corrected an error from 18 年前
  Oliver McFadden 33939fd29b r300: Removed the ugly CARD32 type. 18 年前
  Oliver McFadden 4960af08ad r300: Renamed vertex_shader.h to r300_vertprog.h 18 年前
  Oliver McFadden f5b0cafbb1 r300: Removed obsolete pixel_shader.h header file. 18 年前
  Oliver McFadden c578354642 r300: Renamed the VBO functions to the R300 name format. 18 年前
  Brian da37ac5ee7 remove some debug code 18 年前
  Brian ed2fddc98e special case for -pthread (bug 10876) 18 年前
  Brian 58eaf0acca a somewhat nicer demo w/ command line options 18 年前
  Oliver McFadden d132f7245d r300: Removed some deprecated code from r300_context.c and corrected an unused 18 年前
  Oliver McFadden 73bc8b63ac r300: Last few r300_render.c clean up. 18 年前
  Oliver McFadden 377ce9e074 r300: Merged some comments into the Doxygen documentation. 18 年前
  Oliver McFadden f1d785188b r300: Cleaned up r300_render.c using Indent with appropriate options. 18 年前
  Oliver McFadden 313c4c2643 r300: General render clean up; added some Doxygen documentation, too. 18 年前
  Oliver McFadden fbeae4f70c r300: Moved the pipeline stages together for readability. 18 年前
  Oliver McFadden 9301a6a325 r300: Print the OpenGL define instead of a 2-digit char code in the warning. 18 年前
  Oliver McFadden 6c036812be r300: Clean up the vertex buffer emission code and reduced code duplication. 18 年前
  Oliver McFadden c6abbbfd02 r300: Cleaned up a lot of cruft in r300_render.c. 18 年前
  Dave Airlie 8a7f474c69 i915/miniglx: remove unused code 18 年前
  Dave Airlie 47e33a27df miniglx: fixup use of create windows x and y coordinates 18 年前
  Dave Airlie 401629c721 miniglx/glut: should use the x/y pos to create window 18 年前
  Brian f1770c3210 better comments for _mesa_debug(), _mesa_warning(), etc 18 年前
  Dave Airlie 8130a4fe98 radeon: enable xpress chipsets 18 年前
  Aapo Tahkola 8f1c63b263 rs480: fix secondary color for real this time 18 年前
  Aapo Tahkola 857ebc6d47 Merge branch 'master' of git+ssh://aapot@git.freedesktop.org/git/mesa/mesa 18 年前
  Aapo Tahkola 660bdc616b rs480: fix textures and secondary color(?). clipping is still busted. tested on r480 18 年前
  Aapo Tahkola 88ae491bd2 r300: fix broken vbos 18 年前
  Oliver McFadden 8445960d9f r300: Added R300_AA_DISABLE for R300_GB_AA_CONFIG. 18 年前
  Oliver McFadden 74cae00c0e r300: Removed more deprecated state code that is now set in separate functions. 18 年前
  Oliver McFadden 56d9663574 r300: R300_ZS_... is now set in separate functions; removed the deprecated code. 18 年前
  Oliver McFadden 81d1a04e04 r300: Point size is now set in a separate function; removed the deprecated code. 18 年前
  Oliver McFadden 62cbe6c3f3 r300: Use the defined values for R300_VAP_CNTL_STATUS. 18 年前
  Aapo Tahkola 16cec9f767 r300: fix primary color on rs480 18 年前
  Aapo Tahkola 5e2a66466d don't use hw to perform vertex transform etc. when using swtcl. This for compatibility with vertex programs and the fact that swtcl very rarely gets hit with tcl capable hw. 18 年前
  Dave Airlie b3378f6cc5 nouveau: disable nouveau build by default 18 年前
  Brian 91948f99dd add </ol> tag 18 年前
  Brian ae5f67575d Makefile clean-ups for miniglx. 18 年前
  Brian e75fbd3f91 Assorted miniglx updates. 18 年前
  Brian a6dad578b5 document R300 bug fix 10848 18 年前
  Brian c6443eb1a3 fix some matrix/state token indexing bugs (see bug 10848) 18 年前
  Brian 121533defb add some #includes to silence warnings 18 年前
  Brian 3cddba688d get rid of normal vector 18 年前
  Brian dc881e1909 get rid of OSMESA stuff 18 年前
  Brian 2dfb03beb2 New test of the dFdx(), dFdy() functions. 18 年前
  Brian 18cfe0c801 document recent GLSL, R300 fixes 18 年前
  Brian 60d136f63c changes to get DDX/DDY working again 18 年前
  Brian 62da6a1b3e Resuscitate some of the DDX,DDY code. 18 年前
  Brian 77e7535c0f fix some DDX,DDY mix-ups 18 年前
  Brian 5c1b53d58d Document a deficiency in the _swrast_Translate() function with regard to point size. 18 年前
  Brian b2f1d6422b fix some renderbuffer/wrapper bugs 18 年前
  Brian 99f24c8d17 fix some StepX/StepY mix-ups in alpha interpolation 18 年前