1. 1c78515 mesa: Add gl_point_attrib::CoordReplaceBits bitfield. by Mathias Fröhlich · 8 years ago
  2. fe2d2c7 program: Remove NV_fragment_program Abs support. by Matt Turner · 9 years ago
  3. 7b50b04 program: Remove condition-code and precision support. by Matt Turner · 9 years ago
  4. 9ea2a86 mesa: call ProgramStringNotify for fixed-function vertex programs by Marek Olšák · 9 years ago
  5. b3f9c5c mesa: Add abs input modifier to base for POW in ffvertex_prog by Daniel Scharrer · 9 years ago
  6. a562313 mesa: Avoid double promotion. by Matt Turner · 9 years ago
  7. ce01c0a mesa: fix shininess check for ffvertex_prog v2 by Tim Rowley · 10 years ago
  8. 05e7f7f Fix a few typos by Zoë Blade · 10 years ago
  9. 6f4d941 main: replace __FUNCTION__ with __func__ by Marius Predut · 10 years ago
  10. bfcdb84 mesa: Use assert() instead of ASSERT wrapper. by Matt Turner · 10 years ago
  11. 3cb10cc mesa: Fix some signed-unsigned comparison warnings by Jan Vesely · 10 years ago
  12. 002211f mesa: move ShaderCompilerOptions into gl_constants by Marek Olšák · 10 years ago
  13. ff9c3e8 mesa: Replace use of _ReallyEnabled as a boolean with use of _Current. by Eric Anholt · 11 years ago
  14. c703658 mesa: Drop _EnabledUnits. by Eric Anholt · 11 years ago
  15. 0dfe50f mesa: Rename ArrayObj to VAO and DefaultArrayObj to DefaultVAO. by Kenneth Graunke · 11 years ago
  16. ebf9199 mesa: rename PreferDP4 to OptimizeForAOS. by Matt Turner · 11 years ago
  17. 8771285 s/Tungsten Graphics/VMware/ by José Fonseca · 11 years ago
  18. 84732a9 mesa: replace ctx->Const.{Vertex,Fragment,Geomtery}Program with an array. by Paul Berry · 11 years ago
  19. 73b19be mesa: fix indentation in ffvertex_prog.c by Brian Paul · 11 years ago
  20. 59b01ca mesa: Add ARB_vertex_attrib_binding by Fredrik Höglund · 12 years ago
  21. 12cbe99 mesa: Rename gl_array_object::VertexAttrib to _VertexAttrib by Fredrik Höglund · 12 years ago
  22. bbf029f mesa: Move the mvp_with_dp4 flag to ShaderCompilerOptions. by Kenneth Graunke · 12 years ago
  23. 9a32203 mesa: remove unused opcodes AND, DP2A, NOT, NRM3, NRM4, OR, PRINT, XOR by Marek Olšák · 12 years ago
  24. b76f6d9 mesa: remove #include "mfeatures.h" from numerous source files by Brian Paul · 12 years ago
  25. eed6baf Replace gl_frag_attrib enum with gl_varying_slot. by Paul Berry · 12 years ago
  26. 36b252e Replace gl_vert_result enum with gl_varying_slot. by Paul Berry · 12 years ago
  27. 2951a9d Revert "mesa: assert that key->fragprog_inputs_read value isn't too large" by Brian Paul · 12 years ago
  28. 0d61f87 mesa: assert that key->fragprog_inputs_read value isn't too large by Brian Paul · 12 years ago
  29. 8058a70 mesa: Remove prog_instruction.h field for never-supported NV_vertex_program3. by Eric Anholt · 12 years ago
  30. d09428c mesa: remove FEATURE_point_size_array define. by Oliver McFadden · 12 years ago
  31. a271a0c mesa: improve comment in build_tnl_program() by Brian Paul · 12 years ago
  32. 768be75 mesa: remove stale comment by Brian Paul · 12 years ago
  33. e4f8d33 mesa: use gl_program cast wrappers by Brian Paul · 12 years ago
  34. 4cb3579 mesa: rename ColorMaterialBitmask to _ColorMaterialBitmask by Brian Paul · 12 years ago
  35. 9a548c2 mesa: remove _mesa_ffs(), implement ffs() for non-GNU platforms by Brian Paul · 13 years ago
  36. 76ba431 mesa: distinct gl_client_array arrays are gone by Chia-I Wu · 13 years ago
  37. dca6a28 mesa: Make gl_program::InputsRead 64 bits. by Mathias Fröhlich · 13 years ago
  38. 4f677ca mesa: do not skip att and spot calculation for infinite light by Yuanhan Liu · 13 years ago
  39. fadd5e1 mesa: Add NV_fog_distance to the fixed-function vertex program generator by Nicholas Miell · 13 years ago
  40. 6d89aba mesa: support boolean and integer-based parameters in prog_parameter by Bryan Cain · 13 years ago
  41. db61b9c mesa: Directly include mfeatures.h in files that perform feature tests. by Vinson Lee · 14 years ago
  42. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  43. ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago
  44. 911fa4a ffvertex: don't touch tex coords if coord replace is enabled. by Dave Airlie · 15 years ago
  45. 298be2b Replace the _mesa_*printf() wrappers with the plain libc versions by Kristian Høgsberg · 15 years ago
  46. 26f8fad Remove _mesa_memset in favor of plain memset. by Kenneth Graunke · 15 years ago
  47. 2c326e7 gallium: add point size clamp to implementation limits in vertex shader by Roland Scheidegger · 15 years ago
  48. 1a80fe4 mesa: Remove _mesa_exit wrapper for exit(). by Eric Anholt · 15 years ago
  49. 15fa484 mesa: Remove gratuitous padding in prog_dst_register. by Eric Anholt · 15 years ago
  50. 5606dfb Merge branch 'outputswritten64' by Ian Romanick · 15 years ago
  51. a7a3d3c mesa: replace 8 with NUM_UNITS by Brian Paul · 15 years ago
  52. ee0984e mesa: when emitting vertex program fog, set yzw=0,0,1 by Brian Paul · 15 years ago
  53. 6dfb89e mesa: remove whitespace by Keith Whitwell · 15 years ago
  54. cea259f mesa: remove dead constant pointsize code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  55. 79047cc mesa: remove dead vertex fog code from ffvertex_prog.c by Keith Whitwell · 15 years ago
  56. f6c8ca0 mesa: fix material inputs in ffvertex_prog.c by Keith Whitwell · 15 years ago
  57. b6e8256 mesa: more complete fix for transform_invarient glitches by Keith Whitwell · 16 years ago
  58. 751f73e mesa/main: set PREFER_DP4 to match position_invarient code by Keith Whitwell · 16 years ago
  59. 7db7ff8 mesa: merge the prog_src_register::NegateBase and NegateAbs fields by Brian Paul · 16 years ago
  60. 919f570 mesa: fix bug in GPU codegen for fixed-function two-sided lighting by Brian Paul · 16 years ago
  61. 53d5075 mesa: minor reformatting, whitespace changes by Brian Paul · 16 years ago
  62. 69e07bd mesa: remove GL_MESA_program_debug extension by Brian Paul · 16 years ago
  63. 9705cff mesa: re-org texgen state by Brian Paul · 16 years ago
  64. 0815ebc Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  65. 1d03f28 mesa: comments, whitespace changes by Brian Paul · 16 years ago
  66. e9b3488 mesa: increase max texture image units and GLSL samplers to 16 by Brian Paul · 16 years ago
  67. 19e4222 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  68. 8412b06 mesa: restore the negate flag of dots in build_lighting. by Xiang, Haihao · 16 years ago
  69. e24afc8 mesa: use NRM3 in emit_normalize_vec3() when drivers are ready by Brian · 16 years ago
  70. 3059ceb Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  71. 4550b05 mesa: use _bfc0 instead of _col0 when building back face lighting. by Xiang, Haihao · 16 years ago
  72. cf85e41 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  73. 568e96b mesa: modify fixed function vertex programs not to reference constant attributes by Keith Whitwell · 16 years ago
  74. e095d58 mesa: drop calloc from _mesa_get_fixed_func_vertex_program by Shunichi Fuji · 16 years ago
  75. 32ef6e7 mesa: move fixed function vertex program builder from tnl to core mesa by Keith Whitwell · 16 years ago
  76. 978f07b mesa: Silence compiler warnings on Windows. by Michal Krol · 16 years ago
  77. ee87d7d mesa: remove debug code by Brian Paul · 16 years ago
  78. cacf5f2 mesa: dynamically grow the fixed function vertex program as needed by Brian Paul · 16 years ago
  79. 4e4cb02 mesa: bump MAX_INSN to 300 by Brian Paul · 16 years ago
  80. a1ec6ef mesa: check FEATURE_point_size_array by Brian Paul · 16 years ago
  81. d378f7b mesa: point size arrays by Brian Paul · 16 years ago
  82. 5ecb2f2 mesa: restore and fix Keith's "further degenerate the special case lit substitute" by Brian Paul · 16 years ago
  83. 34ff12c Revert "mesa: further degenerate the special case lit substitute" by Brian Paul · 16 years ago
  84. e4fda51 mesa: turn off ffvertex prog debug by Keith Whitwell · 16 years ago
  85. 2109dda ffvertex: emit full LIT when attenuating (needs the 1 in X position) by Keith Whitwell · 16 years ago
  86. dc1537b ffvertex: don't compute whole eye vector if only eye.z is required by Keith Whitwell · 16 years ago
  87. 48a24f0 Revert "mesa: save a temp on normalizes" by Keith Whitwell · 16 years ago
  88. e1590ab mesa: pre-swizzle normal scale state value by Keith Whitwell · 16 years ago
  89. feceb43 mesa: save a temp on normalizes by Keith Whitwell · 16 years ago
  90. e841b92 mesa: further degenerate the special case lit substitute by Keith Whitwell · 16 years ago
  91. 0ac2f79 mesa: don't emit LIT instruction when mat shininess known to be zero by Keith Whitwell · 16 years ago
  92. adc1f88 mesa: do object-space lighting in ffvertex_prog.c by Keith Whitwell · 16 years ago
  93. 10f6ae0 mesa: comments, whitespace by Brian · 17 years ago
  94. c2bf23b mesa: clamp point size in vertex program when computing attenuated size by Brian Paul · 17 years ago
  95. fdc8636 use PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when generating immediates/literals by Brian · 17 years ago
  96. 573b441 fix mem leak (free key) by Brian · 17 years ago
  97. cf3f601 Lift fixed function vertex program generation up from tnl module. by Brian · 17 years ago