1. e899d47 tnl: remove unneeded #include "util/simple_list.h" by Brian Paul · 8 years ago
  2. c3df65c st/mesa/r200/i915/i965: move ARB program fields into a union by Timothy Arceri · 8 years ago
  3. c538846 mesa: rename gl_client_array -> gl_vertex_array by Brian Paul · 8 years ago
  4. 5346630 r200/glsl/st/mesa: use common outputs written field by Timothy Arceri · 8 years ago
  5. e81aaeb r200/i915/st/mesa/compiler: use common inputs read field by Timothy Arceri · 8 years ago
  6. 3423488 st/mesa/r200/i915/i965: eliminate gl_fragment_program by Timothy Arceri · 8 years ago
  7. 81faead mesa/i965/i915/r200: eliminate gl_vertex_program by Timothy Arceri · 8 years ago
  8. dc9e604 mesa: Use bitmask/ffs to iterate enabled clip planes. by Mathias Fröhlich · 8 years ago
  9. d8a3ac9 mesa: Use bitmask/ffs to iterate color material attributes. by Mathias Fröhlich · 8 years ago
  10. 9a3fcb0 tnl: Use bitmask/ffs to iterate enabled lights by Mathias Fröhlich · 8 years ago
  11. 7b50b04 program: Remove condition-code and precision support. by Matt Turner · 8 years ago
  12. af0399a tnl: remove t_rasterpos.c by Brian Paul · 9 years ago
  13. 6cc596c tnl: add some comments in render_line_loop code by Brian Paul · 9 years ago
  14. 183db3a glsl: move half<->float convertion to util by Rob Clark · 9 years ago
  15. c63e8b1 vbo: pass the stream from DrawTransformFeedbackStream to drivers by Marek Olšák · 9 years ago
  16. c92b2a1 tnl: Avoid double promotion. by Matt Turner · 9 years ago
  17. f8a6478 mesa: Use floats for viewport bounds. by Matt Turner · 9 years ago
  18. 2f11e92 mesa: Rename _mesa_lookup_enum_by_nr() to _mesa_enum_to_string(). by Kenneth Graunke · 9 years ago
  19. 7065c81 tnl: Include simple_list.h explicitly in t_context.c. by Francisco Jerez · 9 years ago
  20. 05e7f7f Fix a few typos by Zoë Blade · 9 years ago
  21. f0e693e tnl: replace __FUNCTION__ with __func__ by Marius Predut · 9 years ago
  22. 29e6c7d tnl: Maintain the _WindowMap matrix in TNLcontext v2. by Mathias Froehlich · 9 years ago
  23. f1d5501 tnl: remove unneeded #include of colormac.h by Brian Paul · 9 years ago
  24. 5f9ee6a mesa/x86: missing stdio inclusions by Mark Janes · 9 years ago
  25. db29869 mesa: include stdio.h where needed by Brian Paul · 9 years ago
  26. a2b366b mesa: remove INV_SQRTF() macro by Brian Paul · 9 years ago
  27. f5816d7 mesa: remove powf macro by Brian Paul · 9 years ago
  28. bd7f7aa mesa: replace FABSF with fabsf by Brian Paul · 9 years ago
  29. 79b480c mesa: replace LOGF, EXPF with logf, expf by Brian Paul · 9 years ago
  30. bb2a897 mesa: Move START/END_FAST_MATH macros to their only use. by Matt Turner · 9 years ago
  31. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 9 years ago
  32. 8ab6759 mesa: Move simple_list.h to src/util. by Eric Anholt · 10 years ago
  33. 43267a3 mesa: Replace IS_NEGATIVE(x) with x < 0.0f. by Matt Turner · 10 years ago
  34. 5980fc3 mesa: Drop _mesa_getenv() wrapper. by Matt Turner · 10 years ago
  35. dc67591 mesa: add missing null checks in _tnl_register_fastpath() by Juha-Pekka Heikkila · 10 years ago
  36. 1a92637 tnl: Merge _tnl_vbo_draw_prims() into _tnl_draw_prims(). by Iago Toral Quiroga · 10 years ago
  37. dca3502 mesa: allow buffers to be mapped multiple times by Marek Olšák · 11 years ago
  38. cbb271a mesa: Convert gl_context::Viewport to gl_context::ViewportArray by Courtney Goeltzenleuchter · 11 years ago
  39. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  40. 84732a9 mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. by Paul Berry · 11 years ago
  41. f0cc59d mesa: modified _mesa_align_free() to accept NULL pointer by Siavash Eliasi · 11 years ago
  42. 80ac616 mesa: add indirect drawing buffer parameter to draw functions by Christoph Bumiller · 11 years ago
  43. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  44. 5e78433 mesa: move max texture image unit constants to gl_program_constants by Marek Olšák · 11 years ago
  45. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  46. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  47. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  48. cbbcb02 mesa: remove DD_TRI_LIGHT_TWOSIDE flag by Brian Paul · 11 years ago
  49. c9bb052 mesa: remove DD_TRI_UNFILLED flag by Brian Paul · 11 years ago
  50. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 11 years ago
  51. 36b252e Replace gl_vert_result enum with gl_varying_slot. by Paul Berry · 11 years ago
  52. 1f82bf1 Remove OpenVMS support by Matt Turner · 12 years ago
  53. cb5fb15 tnl: fix MSVC signed/unsigned warnings by Brian Paul · 12 years ago
  54. 09c006d mesa: Fix comments for NV_vp code that's now only used by other extensions. by Eric Anholt · 12 years ago
  55. 8b2fe73 mesa: Remove miscellaneous remains of NV_vertex_program. by Eric Anholt · 12 years ago
  56. 6ab9c04 mesa: Remove support for NV_vertex_program's tracked matrices. by Eric Anholt · 12 years ago
  57. 5067506 Remove useless checks for NULL before freeing by Matt Turner · 12 years ago
  58. 2b7a972 Don't cast the return value of malloc/realloc by Matt Turner · 12 years ago
  59. 56ccdf7 mesa: remove SQRTF, use sqrtf. Convert INV_SQRT() to inline function. by Brian Paul · 12 years ago
  60. fe72a06 mesa: s/FREE/free/ by Brian Paul · 12 years ago
  61. 4fdac65 mesa: s/CALLOC/calloc/ by Brian Paul · 12 years ago
  62. 33bb8c0 mesa: s/MALLOC/malloc/ by Brian Paul · 12 years ago
  63. 454e237 tnl: use INTERP_4F() instead of four INTERP_F() calls by Brian Paul · 12 years ago
  64. cbdc1d5 swrast: Support sampler object for texture fetching state by Pauli Nieminen · 12 years ago
  65. f58ba6c Remove _mesa_inv_sqrtf in favor of 1/SQRTF by Matt Turner · 12 years ago
  66. ec79138 Use INV_SQRT instead of 1/SQRTF by Matt Turner · 12 years ago
  67. 4cb3579 mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask by Brian Paul · 12 years ago
  68. 50f7e75 mesa: move gl_client_array*[] from vbo_draw_func into gl_context by Marek Olšák · 12 years ago
  69. d2b849a tnl: stop using _DD_NEW_x flags by Brian Paul · 12 years ago
  70. 9962280 tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._Enabled by Yuanhan Liu · 12 years ago
  71. ba1d921 mesa: Push the shine table into the tnl module. by Mathias Fröhlich · 12 years ago
  72. 7793a63 mesa: Avoid revalidating shine tables in _tnl_RasterPos. by Mathias Fröhlich · 12 years ago
  73. a1b1f8f mesa: Avoid using the shine table for _tnl_RasterPos by Mathias Fröhlich · 12 years ago
  74. 9d91111 mesa: replace GET_SHINE_TAB_ENTRY() macro with an inline function by Brian Paul · 13 years ago
  75. ae509f8 mesa: remove gl_light::_SpotExpTable field by Brian Paul · 13 years ago
  76. 4bbab22 tnl: remove ctx->Driver.Map/UnmapTexture() calls by Brian Paul · 13 years ago
  77. 42d4972 vbo: introduce vbo_get_minmax_indices function by Yuanhan Liu · 13 years ago
  78. efa1fac vbo: introduce vbo_sizeof_ib_type() function by Yuanhan Liu · 13 years ago
  79. ccbf192 mesa: Convert to use GLbitfield64 directly. by Mathias Fröhlich · 13 years ago
  80. 50e0091 mesa: Convert RENDERINPUTS* macros to GLbitfield64. by Mathias Fröhlich · 13 years ago
  81. 31bf243 mesa: remove leftovers from color indexed rendering. by Mathias Fröhlich · 13 years ago
  82. 14bb957 mesa: implement DrawTransformFeedback from ARB_transform_feedback2 by Marek Olšák · 13 years ago
  83. ce45aec mesa: Renumber the tnl attributes to match VERT_ATTRIB*. by Mathias Fröhlich · 13 years ago
  84. 1ad5a1a tnl: s/INLINE/inline/ by Brian Paul · 13 years ago
  85. dca6a28 mesa: Make gl_program::InputsRead 64 bits. by Mathias Fröhlich · 13 years ago
  86. 68da4b5 mesa: add swrast_texture_image::Buffer by Brian Paul · 13 years ago
  87. 793d29d tnl: fix result vector allocation regression by Brian Paul · 13 years ago
  88. f7f6783 tnl: Delay results allocation until we actually need them. by Eric Anholt · 13 years ago
  89. 9520f48 mesa: s/INLINE/inline/ by Brian Paul · 13 years ago
  90. 4ef82ce tnl: include swrast/s_chan.h to fix sse build by Brian Paul · 13 years ago
  91. 4d53fb5 mesa: move last bits of GLchan stuff into swrast by Brian Paul · 13 years ago
  92. 5d9e242 tnl: fix regression in bind_indices() by Brian Paul · 13 years ago
  93. 788d9bf tnl: add const qualifier to silence warning by Brian Paul · 13 years ago
  94. 642bbc6 tnl: use buffer helper functions to improve readbility by Brian Paul · 13 years ago
  95. 5266c87 mesa/tnl_dd: Remove unused source tree mesa/tnl_dd/imm by Ian Romanick · 13 years ago
  96. e434416 dri: Remove all DRI1 drivers by Ian Romanick · 13 years ago
  97. 2ea1ff3 tnl: Only map the necessary buffer range in bind_indices by Ian Romanick · 13 years ago
  98. 28249bd mesa: Eliminate dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  99. 12d924c mesa: Remove target parameter from dd_function_table::MapBuffer by Ian Romanick · 13 years ago
  100. 56f0c00 mesa: Remove target parameter from dd_function_table::UnmapBuffer by Ian Romanick · 13 years ago