1. db072ba Call mklib with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  2. 4f5d97e Call minstall with $(SHELL) so the user controls the interpreter by Dan Nicholson · 16 years ago
  3. 9eee7f2 Set $(SHELL) for all configs by Dan Nicholson · 16 years ago
  4. bfb27b5 autoconf: Subsitute SHELL for all platforms by Dan Nicholson · 16 years ago
  5. 2d76692 r300: Fix saturate mode handling in radeon_program_alu by Nicolai Haehnle · 16 years ago
  6. cf0ae10 r500: Set Saturate correctly in radeon_program_pair by Nicolai Haehnle · 16 years ago
  7. 8774fcd r300: Fix input register allocation in radeon_program_pair by Nicolai Haehnle · 16 years ago
  8. 11d711d r300: Explicitly set absolute value for the argument of RSQ by Nicolai Haehnle · 16 years ago
  9. b6765c3 r500_fragprog: Major refactoring of final emit by Nicolai Haehnle · 16 years ago
  10. d8d086c r500: Add "Not quite SSA" and dead code elimination pass by Nicolai Haehnle · 16 years ago
  11. 7904c9f r500_fragprog: Transform trigonometric functions in first pass by Nicolai Haehnle · 16 years ago
  12. b0ef353 R300: update vap_cntl values for NUM_FPUS by Alex Deucher · 16 years ago
  13. 6c44c6d Remove generated pkg-config files on `make clean' by Dan Nicholson · 16 years ago
  14. 99803a4 autoconf: Add information about the --x-* options to --help output by Dan Nicholson · 16 years ago
  15. e97ab72 autoconf: Tell the user about docs/autoconf.html in --help output by Dan Nicholson · 16 years ago
  16. b523985 intel: fix batch flushing problem with cliprects handling. by Dave Airlie · 16 years ago
  17. ac05da5 mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check by Brian Paul · 16 years ago
  18. 4ca0af1 mesa: fix state.clip[n].plane parsing bug (bug 16611) by Brian Paul · 16 years ago
  19. a2e4350 mesa: check for OpenBSD (bug 15604) by Brian Paul · 16 years ago
  20. 75e4db1 i915: fall back to software rendering when shadow comparison is by Xiang, Haihao · 16 years ago
  21. 2f1b5ff mesa: remove debug code by Brian Paul · 16 years ago
  22. e4d9cc9 add yet another Makefile by Brian Paul · 16 years ago
  23. ee2a101 bump version to rc3 by Brian Paul · 16 years ago
  24. 7d3feef added more Makefiles to file list by Brian Paul · 16 years ago
  25. 2be54a8 mesa: implement glGetUniformiv() with new ctx->Driver function by Brian Paul · 16 years ago
  26. 44029f1 added src/mesa/drivers/Makefile to file list by Brian Paul · 16 years ago
  27. 6fe7857 mesa: bump version to rc2 by Brian Paul · 16 years ago
  28. c71fa34 added null texObj ptr check (bug 15567) by Brian Paul · 16 years ago
  29. fd6cb1b mesa: more debug output by Brian Paul · 16 years ago
  30. d14b789 mesa: compute global var size before doing codegen by Brian Paul · 16 years ago
  31. 477d597 mesa: add missing VARYING case to storage_string() by Brian Paul · 16 years ago
  32. 92c075e i965: official name for GM45 chipset by Xiang, Haihao · 16 years ago
  33. a36bf89 glx: add LIBGL_ALWAYS_SOFTWARE by George Sapountzis · 16 years ago
  34. e6e4f25 autoconf: Allow commas or spaces to separate DRI drivers by Dan Nicholson · 16 years ago
  35. 11ac5b2 Set library and header installation directories from configuration by Dan Nicholson · 16 years ago
  36. 056689d r500_fragprog: Fix RSQ with negative parameters by Nicolai Haehnle · 16 years ago
  37. 2b2cb56 r300_fragprog: Emulate trigonometric functions in radeon_program_alu by Nicolai Haehnle · 16 years ago
  38. 4746752 r300: Translate fragment program DST in radeon_program_alu by Nicolai Haehnle · 16 years ago
  39. 03abd02 r300: Translate fragment program LRP in radeon_program_alu.c by Nicolai Haehnle · 16 years ago
  40. 62bccd6 r300: Allow adding parameters during fragprog transform, share LIT code by Nicolai Haehnle · 16 years ago
  41. 77fdfaa r300: Correctly scan for used temporary registers by Nicolai Haehnle · 16 years ago
  42. 364d45a r500: Major refactoring of fragment program emit by Nicolai Haehnle · 16 years ago
  43. dea8719 r300: Remove clause stuff for now in favour of a cloned generic gl_program by Nicolai Haehnle · 16 years ago
  44. 85b46fb r500_fragprog: Cleanup some unused variables and code. by Nicolai Haehnle · 16 years ago
  45. 13c4467 r500: Fix a mixup in fragment program LRP instruction emit by Nicolai Haehnle · 16 years ago
  46. 09e587f r500: Fix blend color. by Nicolai Haehnle · 16 years ago
  47. 82635aa _mesa_clone_program: Copy ShadowSamplers by Nicolai Haehnle · 16 years ago
  48. e187627 r300: Fix depth texture in compare mode by Nicolai Haehnle · 16 years ago
  49. 845e3f7 Enable TexGen based on InputsRead when a fragment program is active by Nicolai Haehnle · 16 years ago
  50. 1f4d0748 GLSL-related bug fixes by Brian Paul · 16 years ago
  51. e06565b mesa: generate GL_INVALID_OPERATION in _mesa_get_uniform_location() if program isn't linked by Brian Paul · 16 years ago
  52. b931a0c mesa: remove incorrect assertion by Brian Paul · 16 years ago
  53. 9157b1e glcontextmodes.c is required remove the reference in .gitignore by Alan Hourihane · 16 years ago
  54. 0c1e96e mesa: fix polygon offset issue (bug #12061) by Xiang, Haihao · 16 years ago
  55. 530df58 mesa: fix various error codes by Brian Paul · 16 years ago
  56. 0111853 mesa: fix some error codes in _mesa_ShaderSourceARB() by Brian Paul · 16 years ago
  57. 3dc6591 mesa: fix problem freeing framebuffer/renderbuffer objects by Brian Paul · 16 years ago
  58. 7acb7c1 mesa: additional error checking, fix error codes by Brian Paul · 16 years ago
  59. d866cb3 mesa: regenerated file by Brian Paul · 16 years ago
  60. 7f4f2ac mesa: additional vec4 constructor by Brian Paul · 16 years ago
  61. 6e46c12 mesa: fix array storage allocation bug by Brian Paul · 16 years ago
  62. 1dc20c7 mesa: fix incorrect array size, added assertion by Brian Paul · 16 years ago
  63. b3e1f9b mesa: fix vertex array validation test for attribute 0 (vert pos) by Brian Paul · 16 years ago
  64. 1726b7d mesa: when linking a shader program, make sure all the shaders compiled OK by Brian Paul · 16 years ago
  65. cb79c5c mesa: added some debug code (disabled) by Brian Paul · 16 years ago
  66. 36a5826 mesa: fix error codes in _mesa_shader_source(), _mesa_get_shader_source() by Brian Paul · 16 years ago
  67. a405d69 mesa: regenerated by Brian Paul · 16 years ago
  68. a2cddf5 mesa: added some missing equal() notEqual() intrinsics by Brian Paul · 16 years ago
  69. 918f3b1 mesa: regenerated files by Brian Paul · 16 years ago
  70. 18adc71 mesa: fix all(bvec2) function typo, add missing bvec2/3/4() constuctors by Brian Paul · 16 years ago
  71. 5ef4e4f mesa: fix issues around multisample enable by Roland Scheidegger · 16 years ago
  72. 6befdca generate a link error if the vertex shader references too many textures by Brian Paul · 16 years ago
  73. 43346fb set ctx->Const.MaxVertexTextureImageUnits = 0 by Brian Paul · 16 years ago
  74. ea190fe VBO: Regenerate files based on recent changes to gl_API.xml by Ian Romanick · 16 years ago
  75. abd7114 Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver tree by Paulo Cesar Pereira de Andrade · 16 years ago
  76. 21e0d47 VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARB by Ian Romanick · 16 years ago
  77. c52d6ad VBO: add GLX related annotations by Ian Romanick · 16 years ago
  78. 028739f mesa: fix a GLSL vector subscript/writemask bug by Brian Paul · 16 years ago
  79. e19af17 mesa: move some functions by Brian Paul · 16 years ago
  80. 9ae4d77 mesa: make _slang_swizzle_swizzle() non-private by Brian Paul · 16 years ago
  81. 32a5c40 mesa: better function inlining in the presence of 'return' statements by Brian Paul · 16 years ago
  82. b2247c7 mesa: add/fix some IrInfo entries for debugging purposes by Brian Paul · 16 years ago
  83. 011b0e5 link to DRM 2.3.1 by Brian Paul · 16 years ago
  84. 2ce4b98 press 'm' to toggle multisample enable/disable by Brian Paul · 16 years ago
  85. 634d2af init machine->Samplers (fixes vertex program texture fetches) by Brian Paul · 16 years ago
  86. d3f7b46 dri: drop asserts to make build against stable libdrm by Dave Airlie · 16 years ago
  87. bcc2a3d dri: Take the base image size into account when computing by Xiang, Haihao · 16 years ago
  88. 5cae1b7 autoconf: Improve the visibility of the swrast DRI driver by Dan Nicholson · 16 years ago
  89. bb17449 r3xx/r5xx: Enable ARB_point_parameters. by Corbin Simpson · 16 years ago
  90. 23e9b43 r300: Fix dumb mistake in LOD bias translation by Nicolai Haehnle · 16 years ago
  91. 4002b75 r300: Cleanup LodBias support by Nicolai Haehnle · 16 years ago
  92. a74d22b r300: Change LOD bias emission to more closely follow per-tex rules. by Corbin Simpson · 16 years ago
  93. 543893e Revert accidental edit to progs/demos/lodbias. by Corbin Simpson · 16 years ago
  94. 0918023 demos/shadowtex: Don't set TEXTURE_WRAP_T for 1D texture by Nicolai Haehnle · 16 years ago
  95. bc77506 r300: Fix wrap mode for 1D textures by Nicolai Haehnle · 16 years ago
  96. 6cb1270 s/GL_INVALID_VALUE/GL_INVALID_OPERATION/ in _mesa_get_uniformfv() by Brian Paul · 16 years ago
  97. b429e9b mesa: added null ptr checks by Brian Paul · 16 years ago
  98. f6da145 DRI-specific pkg-config file by Dan Nicholson · 16 years ago
  99. 985e1cd autoconf: Check for posix_memalign by Dan Nicholson · 16 years ago
  100. 3b132b2 Check in SwapBuffers for any new pending dri2 events by Alan Hourihane · 16 years ago