1. 0886426 t_dd_dmatmp: Check provoking vertex convention when rendering quads by Ville Syrjälä · 9 years ago
  2. 83d511e t_dd_dmatmp: Disallow flat shading when rendering quad strips via tri strips by Ville Syrjälä · 9 years ago
  3. b15b458 t_dd_dmatmp: Allow flat shaded polygons with tri fans by Ville Syrjälä · 9 years ago
  4. 5ca00e0 t_dd_dmatmp: Replace fprintf with unreachable by Ian Romanick · 9 years ago
  5. 84fec75 t_dd_dmatmp: Make the render_tab[]s const by Ville Syrjälä · 9 years ago
  6. d830965 t_dd_dmatmp: Constify dmasz by Ian Romanick · 9 years ago
  7. 8e9968f t_dd_dmatmp: Silence comparison between signed and unsigned integer expression warnings by Ian Romanick · 9 years ago
  8. d663d8f t_dd_dmatmp: Use stdbool.h by Ian Romanick · 9 years ago
  9. b7259fc t_dd_dmatmp: General indentation and formatting fixes by Ian Romanick · 9 years ago
  10. 57ae5c2 t_dd_dmatmp: Indentation and formatting fixes after HAVE_ELTS change by Ian Romanick · 9 years ago
  11. 25b42f1 t_dd_dmatmp: Remove HAVE_ELTS support by Ian Romanick · 9 years ago
  12. 1f37495 t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_FANS change by Ian Romanick · 9 years ago
  13. 03c3208 t_dd_dmatmp: Require HAVE_TRI_FANS by Ian Romanick · 9 years ago
  14. 2e19ed3 t_dd_dmatmp: Indentation and formatting fixes after HAVE_TRI_STRIPS change by Ian Romanick · 9 years ago
  15. fd97a05 t_dd_dmatmp: Require HAVE_TRI_STRIPS by Ian Romanick · 9 years ago
  16. 22b73f3 t_dd_dmatmp: Require HAVE_TRIANGLES by Ian Romanick · 9 years ago
  17. dcd8e49 t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINE_STRIPS change by Ian Romanick · 9 years ago
  18. 1ecdf95 t_dd_dmatmp: Require HAVE_LINE_STRIPS by Ian Romanick · 9 years ago
  19. 1ab8a69 t_dd_dmatmp: Indentation and formatting fixes after HAVE_LINES change by Ian Romanick · 9 years ago
  20. b8461e0 t_dd_dmatmp: Require HAVE_LINES by Ian Romanick · 9 years ago
  21. 265624c t_dd_dmatmp: Indentation and formatting fixes after HAVE_QUADS change by Ian Romanick · 9 years ago
  22. 4ecc387 t_dd_dmatmp: Remove HAVE_QUADS support by Ian Romanick · 9 years ago
  23. 249ba09 t_dd_dmatmp: Remove HAVE_QUAD_STRIPS support by Ian Romanick · 9 years ago
  24. 25543d8 t_dd_dmatmp: Use addition instead of subtraction in loop bounds by Ian Romanick · 9 years ago
  25. c0b3b2f t_dd_dmatmp: Pull out common 'count -= count & 3' code by Ian Romanick · 9 years ago
  26. 0d475ee t_dd_dmatmp: Use '& 3' instead of '% 4' everywhere by Ian Romanick · 9 years ago
  27. fad8d54 t_dd_dmatmp: Clean up improper code formatting from previous patch by Ian Romanick · 9 years ago
  28. d7bf796 t_dd_dmatmp: Make "count" actually be the count by Ian Romanick · 9 years ago
  29. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  30. f0e693e tnl: replace __FUNCTION__ with __func__ by Marius Predut · 9 years ago
  31. 48b0a3c tnl: HAVE_LE32_VERTS is never defined, remove associated code by Brian Paul · 9 years ago
  32. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 9 years ago
  33. d36113e tnl_dd: Remove dead t_dd_vb.c. by Matt Turner · 11 years ago
  34. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  35. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  36. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  37. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  38. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  39. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 11 years ago
  40. 076d609 tnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning: suggest braces around empty body in an ‘if’ statement" by Ian Romanick · 13 years ago
  41. 5266c87 mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm by Ian Romanick · 13 years ago
  42. 5dd6626 mesa/tnl_dd: Remove unused header file t_dd_vbtmp.h by Ian Romanick · 13 years ago
  43. 6118bbd mesa/tnl_dd: Remove unused header file t_dd_rendertmp.h by Ian Romanick · 13 years ago
  44. 5070903 mesa: Remove stray, unused file by Ian Romanick · 13 years ago
  45. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  46. 889a0f3 mesa/tnl_dd: Remove color-index support from t_dd_unfilled.h by Ian Romanick · 14 years ago
  47. e00b50c mesa/tnl_dd: White-space / indentation fixes after previous commit by Ian Romanick · 14 years ago
  48. 78742f8 mesa/tnl_dd: Remove color-index support from t_dd_tritmp.h by Ian Romanick · 14 years ago
  49. 9eb7fc6 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  50. 37c79d4 tnl: Replace deprecated FogCoordPtr with AttribPtr[_TNL_ATTRIB_FOG] by Eric Anholt · 15 years ago
  51. 0a91878 tnl: Replace deprecated ColorPtr[] with AttribPtr or new BackfaceColorPtr. by Eric Anholt · 15 years ago
  52. fc9a297 tnl: Replace deprecated IndexPtr[] with AttribPtr[] or new BackfaceIndexPtr by Eric Anholt · 15 years ago
  53. df582ca tnl: Replace deprecated TexCoordPtr with AttribPtr[_TNL_ATTRIB_TEX*] by Eric Anholt · 15 years ago
  54. dc0a1eb unichrome: Silence compiler warnings. by Vinson Lee · 15 years ago
  55. 20590b9 t_dd_dmatmp.h: Silence unused value warning in render_poly_elts. by Vinson Lee · 15 years ago
  56. 7ea452d t_dd_dmatmp2.h: Silence unused value warnings. by Vinson Lee · 15 years ago
  57. 9dc0186 t_dd_dmatmp.h: Silence unused value warnings in render_line_loop_elts. by Vinson Lee · 15 years ago
  58. af4e4a7 t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_elts. by Vinson Lee · 15 years ago
  59. de9132f t_dd_dmatmp.h: Silence unused value warning in render_poly_verts. by Vinson Lee · 15 years ago
  60. c1d361b t_dd_dmatmp.h: Silence unused value warning in render_quads_verts. by Vinson Lee · 15 years ago
  61. 7d52973 t_dd_dmatmp.h: Silence unused value warning in render_tri_fan_verts. by Vinson Lee · 15 years ago
  62. c2cee77 t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts. by Vinson Lee · 15 years ago
  63. 81dcf8b t_dd_dmatmp.h: Silence unused value warning in render_line_loop_verts. by Vinson Lee · 15 years ago
  64. 079554a mesa: add a prototype to silence warnings by Brian Paul · 15 years ago
  65. 0c1e96e mesa: fix polygon offset issue (bug #12061) by Xiang, Haihao · 16 years ago
  66. f30e4af Rename quad function to quadr to avoid clash with Solaris quad typedef by Daniel Zhu · 16 years ago
  67. b0b882b fix-build: remove ctx->_Facing assignment by Brian · 17 years ago
  68. af2aa8e Remove ctx->Point._Size and ctx->Line._Width. by Brian · 17 years ago
  69. 9e8a961 Overhaul/simplify SWvertex and SWspan attribute handling. by Brian · 17 years ago
  70. c233aa2 s/fog/attrib[FRAG_ATTRIB_FOGC][0]/ by Brian · 17 years ago
  71. cc6a08b SWvertex no longer has texcoord field, use attrib field instead by Brian · 17 years ago
  72. 0e6ef1b Fix build failure in the savage driver. by Eric Anholt · 18 years ago
  73. a1a6ac4 Instead of testing ctx->_TriangleCaps for flat/smooth shading, just use ctx->Light.ShadeModel by Brian Paul · 18 years ago
  74. 9bdfee3 Wrap every place that accesses a dispatch table with a macro. A new script- by Ian Romanick · 19 years ago
  75. 39e14d2 Provide initial values for some variables. by Keith Whitwell · 19 years ago
  76. e4b2356 Major check-in of changes for GL_EXT_framebuffer_object extension. by Brian Paul · 19 years ago
  77. fbdd7a5 fix signed vs unsigned comparison warnings in tnl_dd by Dave Airlie · 20 years ago
  78. 3b50f00 My last attempt to fix polygon offsets with the reversed viewport depth by Felix Kuehling · 20 years ago
  79. b1d322a Fix loop for quads-as-triangles. by Keith Whitwell · 20 years ago
  80. 574f3c7 More changes to cope with color stride == 0 by Keith Whitwell · 20 years ago
  81. 99fc261 Improve some quad paths, gives gears a little boost. by Keith Whitwell · 20 years ago
  82. 6cf002c fix quads to use GL_QUADS instead of GL_TRIANGLES as primitive by Roland Scheidegger · 20 years ago
  83. f37383c wip hack for EXT_stencil_two_side by Daniel Borca · 20 years ago
  84. 4d17d00 make render_quads_verts call EMIT_PRIM with the arguments in the right order, by Adam Jackson · 20 years ago
  85. 3c17d73 fixed compilation error by Daniel Borca · 20 years ago
  86. b0996b1 make sure we don't generate random alpha by Daniel Borca · 20 years ago
  87. 3152b15 Removed two unnecessary variables. by Ville Syrjala · 20 years ago
  88. fc552c5 Add an option for vertices emitted to be swapped CPU_TO_LE32, to be used by the by Eric Anholt · 20 years ago
  89. 782a32b fix compare w/ zero warnings (bug 988766) by Brian Paul · 20 years ago
  90. 3d38361 Rename the various function types in t_context.h to include a tnl_ prefix. by Keith Whitwell · 20 years ago
  91. 352d4db Add EXT_vertex_cull support to mesa by Keith Whitwell · 20 years ago
  92. 36ff43b Fix off-by-one in calculations for wrapped trifan, polygon primitives by Keith Whitwell · 21 years ago
  93. d8be4a5 Don't evaluate GET_CURRENT_VB_MAX_VERTS() until after calling INIT() by Keith Whitwell · 21 years ago
  94. 844cdaf Updates to tnl_dd_dmatmp.h by Keith Whitwell · 21 years ago
  95. 4790914 Fix incorrect removal of PRIM_PARITY code (ie remove the parity code, not the by Keith Whitwell · 21 years ago
  96. 854b4a3 accomodate vtx-0-2-branch by Daniel Borca · 21 years ago
  97. ae0eaf9 Merge vtx-0-2-branch by Keith Whitwell · 21 years ago
  98. ea7bf8b Add cast to remove compiler warning by Jon Smirl · 21 years ago
  99. 5df82c8 patch to import Jon Smirl's work from Bitkeeper by Brian Paul · 21 years ago