1. e299661 compiler: Add a new STATE_VAR_ADVANCED_BLENDING_MODE built-in uniform. by Kenneth Graunke · 8 years ago
  2. 2b86726 glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform. by Kenneth Graunke · 8 years ago
  3. 0be2105 glsl: Optionally lower TES gl_PatchVerticesIn to a uniform. by Kenneth Graunke · 8 years ago
  4. 4000c01 Remove the ATI_envmap_bumpmap extension by Jason Ekstrand · 10 years ago
  5. 0d69e8c mesa: Pass number of samples as a program state variable by Anuj Phogat · 11 years ago
  6. 3998cfa mesa: remove outdated version lines in comments by Rico Schüller · 11 years ago
  7. 3d8d5b2 mesa: Restore 78-column wrapping of license text in C-style comments. by Kenneth Graunke · 11 years ago
  8. 96ff2ed mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability. by Kenneth Graunke · 11 years ago
  9. dd404bc mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text. by Kenneth Graunke · 11 years ago
  10. 6ab9c04 mesa: Remove support for NV_vertex_program's tracked matrices. by Eric Anholt · 12 years ago
  11. 707f067 mesa: Kill GL_ARB_shadow_ambient with fire by Ian Romanick · 12 years ago
  12. 177845d st/mesa: kill off point size clamping in vertex shaders by Marek Olšák · 12 years ago
  13. 63e7a4c mesa,glsl,mapi: Put extern "C" { ... } where appropriate. by José Fonseca · 13 years ago
  14. f986a65 mesa,st/mesa: fix WPOS adjustment by Christoph Bumiller · 13 years ago
  15. e5c6a92 mesa: implement clamping controls (ARB_color_buffer_float) by Marek Olšák · 13 years ago
  16. 488e994 mesa: Clean up header file inclusion in prog_statevars.h. by Vinson Lee · 14 years ago
  17. d531f9c mesa, st/mesa: fix gl_FragCoord with FBOs in Gallium by Marek Olšák · 14 years ago
  18. f9995b3 Drop GLcontext typedef and use struct gl_context instead by Kristian Høgsberg · 14 years ago
  19. 73578ba mesa: Remove SGI_color_matrix. by Eric Anholt · 14 years ago
  20. ec2b92f mesa: rename src/mesa/shader/ to src/mesa/program/ by Brian Paul · 14 years ago[Renamed from src/mesa/shader/prog_statevars.h]
  21. 2c326e7 gallium: add point size clamp to implementation limits in vertex shader by Roland Scheidegger · 14 years ago
  22. 1f45ae0 mesa: add new internal state var for window size by Brian Paul · 15 years ago
  23. 114152e mesa: add support for ATI_envmap_bumpmap by Roland Scheidegger · 15 years ago
  24. c789bd3 Merge commit 'origin/master' into gallium-0.2 by Brian Paul · 16 years ago
  25. 6f346ec mesa: comments for some state vars by Brian Paul · 16 years ago
  26. d7f1cb5 Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  27. fa1b533 mesa: add new internal state for tracking current vertex attribs by Keith Whitwell · 16 years ago
  28. 32ef6e7 mesa: move fixed function vertex program builder from tnl to core mesa by Keith Whitwell · 16 years ago
  29. bbd2871 mesa: prefix a bunch of #include lines with "main/". by Brian Paul · 16 years ago
  30. cc7dd4f Merge commit 'origin/gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  31. 0397b2b Merge branch 'gallium-0.1' into gallium-0.2 by Keith Whitwell · 16 years ago
  32. ce3cf63 mesa: _mesa_program_state_string() returns char *, not const char *. by Michal Krol · 16 years ago
  33. c117d0e r300: Implement ARB_shadow_ambient; add STATE_SHADOW_AMBIENT by Nicolai Haehnle · 16 years ago
  34. 101d1a6 mesa: Prefix main includes with dir to avoid conflicts. by José Fonseca · 16 years ago
  35. adc1f88 mesa: do object-space lighting in ffvertex_prog.c by Keith Whitwell · 16 years ago
  36. 6e92968 add state vars for color matrix, pixel transfer scale&bias by Brian Paul · 16 years ago
  37. 2f8fc32 mesa: added internal post color matrix scale/bias vars by Brian Paul · 16 years ago
  38. 302daeb mesa: added internal post color matrix scale/bias vars by Brian Paul · 16 years ago
  39. a7e1b44 Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c by Brian · 17 years ago
  40. 068c7bd add state vars for color matrix, pixel transfer scale&bias by Brian · 17 years ago
  41. aa9d22a replace GLint with gl_state_index by Brian · 17 years ago
  42. 776bc9c Undo some STATE_POINT/FOG changes. Max length of state token array is now 5. by Brian · 17 years ago
  43. 96abc6b merge fix: add STATE_FOG_PARAMS_OPTIMIZED, STATE_SPOT_DIR_NORMALIZED by Brian · 17 years ago
  44. f958aab more minor changes to STATE_ indexing by Brian · 17 years ago
  45. 6531952 adjustments to STATE_ token layout/format so token[1] is always the array index by Brian · 17 years ago
  46. 01a91eb get rid of STATE_USER_ATTRIB/STATE_AUTO_ATTRIB by Brian · 18 years ago
  47. b7978af clean up a bunch of program parameter stuff by Brian · 18 years ago
  48. 3209c3e Implement vertex attribute binding. by Brian · 18 years ago
  49. 00cdc0a Split the program.[ch] files into several new files. by Brian · 18 years ago