1. fcf9353 glew: Build it as a static lib. by José Fonseca · 16 years ago
  2. efdb779 progs: Fix isosurf. by José Fonseca · 16 years ago
  3. 2e61d13 progs: Port most of the demos to glew. by José Fonseca · 16 years ago
  4. 9bf83fb scons: Build the progs into seperate dirs as well. by José Fonseca · 16 years ago
  5. 4367778 glut: Automatic library linkage only on MSVC. by José Fonseca · 16 years ago
  6. 0178926 scons: Use --enable-stdcall-fixup only when building DLLs. by José Fonseca · 16 years ago
  7. 0e4e765 glut: Use a new define GLUT_STATIC to distinguish static builds. by José Fonseca · 16 years ago
  8. 492c7b3 glut: Ensure windows.h is included on windows. by José Fonseca · 16 years ago
  9. 9bd39eb scons: Don't build the DRI drivers in a seperate dir. by José Fonseca · 16 years ago
  10. 18170bb scons: Use a cache for built files. by José Fonseca · 16 years ago
  11. aa210b3 wgl: Adapt for st_get_framebuffer_surface call change. by José Fonseca · 16 years ago
  12. de29f57 scons: Allow to specify the MSVS version on command line. by José Fonseca · 16 years ago
  13. 528a0a8 progs: Port vp-tris to glew. by José Fonseca · 16 years ago
  14. b0d0e53 gallium: change the st_get_framebuffer_surface/texture functions by Alan Hourihane · 16 years ago
  15. 483c730 progs: Ignore more output executables. by José Fonseca · 16 years ago
  16. 479ea7d progs/trivial: Use glew where needed. by José Fonseca · 16 years ago
  17. 57d0001 glew: Initial import. by José Fonseca · 16 years ago
  18. d150e6a glut: Do not rely on GLAPIENTRY symbol. by José Fonseca · 16 years ago
  19. 4558f6a glut: Don't include mesa_wgl.h on MinGW builds. by José Fonseca · 16 years ago
  20. 42be010 scons: Don't define UNICODE on windows builds. by José Fonseca · 16 years ago
  21. 4df4820 Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  22. b8bd0b0 i915: Add decode for PS in batchbuffers. by Eric Anholt · 16 years ago
  23. fc3971d i965: Remove gratuitous whitespace in INTEL_DEBUG=wm output. by Eric Anholt · 16 years ago
  24. 046e88f i965: Use _mesa_num_inst_src_regs() instead of keeping a copy of its contents. by Eric Anholt · 16 years ago
  25. 01cbd76 nouveau: Map correct mip level when using the shadow (nv30, nv40). by Younes Manton · 16 years ago
  26. bcb5ea0 nouveau: nv30 does not support separate blend functions for alpha and rgb by Patrice Mandin · 16 years ago
  27. 194d039 [intel] Remove remaining references to intel_wait_flips(). by Kristian Høgsberg · 16 years ago
  28. 470e10d windows: fix output dir for glut project file by Thomas Henn · 16 years ago
  29. 8c7135e swrast: fix redundant texture application in affine_textured_triangle(). by Brian Paul · 16 years ago
  30. 4683cab mesa: add some debug assertions to detect null current texture object pointers by Brian Paul · 16 years ago
  31. 787a001 windows: another round of VC8 project file updates by Karl Schultz · 16 years ago
  32. dd92f48 Revert "windows: new VC8 projects statically linked against libcmt" by Brian Paul · 16 years ago
  33. c14aac5 progs: Ignores by Jakob Bornecrantz · 16 years ago
  34. 65118a5 docs: document glXMakeContextCurrent() and Windows fixes by Brian Paul · 16 years ago
  35. ab9b4e1 Fix issues with glXMakeContextCurrent and glXMakeCurrentReadSGI by Ian Romanick · 16 years ago
  36. 73a4c94 i915: Fix gem backend after surface changes by Jakob Bornecrantz · 16 years ago
  37. 39e6d0d [intel] Go back to using the typedef for the sarea struct by Timo Aaltonen · 16 years ago
  38. b5da7fe Remove intel pageflipping support in its entirety. by Owain G. Ainsworth · 16 years ago
  39. 0f548db glsl: silence unused var warnings by Brian Paul · 16 years ago
  40. 9d216be mesa: silence uninitialized var warnings by Brian Paul · 16 years ago
  41. eb26cc6 mesa: silence compiler warning at -O2 by Brian Paul · 16 years ago
  42. bb63a66 mesa: bump version to 7.3-rc3 by Brian Paul · 16 years ago
  43. dace4e3 mesa: inlclude whole windows/VC8/ directory in tarballs by Brian Paul · 16 years ago
  44. bbda892 windows: new VC8 projects statically linked against libcmt by Thomas Henn · 16 years ago
  45. 61a387d windows: more VC8 project file updates by Karl Schultz · 16 years ago
  46. 5897383 gallium: Remove the standalone surfaces. by José Fonseca · 16 years ago
  47. 437fa85 Add a comment about _tnl_emit_indexed_vertices_to_buffer. by Thomas Hellstrom · 16 years ago
  48. b00477a tnl: Add a utility to emit indexed vertices to a DMA buffer. by Thomas Hellstrom · 16 years ago
  49. 7374285 Fix store texel for argb4444. by Thomas Hellstrom · 16 years ago
  50. 5c84a10 Fix store texel for argb8888_rev. by Thomas Hellstrom · 16 years ago
  51. dbda49a Add RGBA4444 and RGBA5551 texture formats. by Thomas Hellstrom · 16 years ago
  52. 11351f0 dri1: Add a macro to validate two dri drawables in one go. by Thomas Hellstrom · 16 years ago
  53. a5b5bc9 mesa: fix build of stand-alone glslcompiler driver by Brian Paul · 16 years ago
  54. ecc563b xlib: fix dependencies by Keith Whitwell · 16 years ago
  55. 2fa407b statetracker: copy back color buffer to front buffer when needed by Brian Paul · 16 years ago
  56. b9a3952 gallium: minor reformatting by Brian Paul · 16 years ago
  57. bc0e00a util: add reduced prim helper by Keith Whitwell · 16 years ago
  58. f977924 tests: test pseudo-XOR blend mode. by Brian Paul · 16 years ago
  59. ba3a879 gallium: use align() intead of round_up() by Brian Paul · 16 years ago
  60. 1907135 tgsi: change an if to an else-if, added const qual, added comments by Brian Paul · 16 years ago
  61. 396711b dri: add fake front definitions by Alan Hourihane · 16 years ago
  62. d3866f0 dri: add fake front definitions by Alan Hourihane · 16 years ago
  63. dbd8e40 windows: updated VC8 project files by Thomas Henn · 16 years ago
  64. 41b99b0 Merge commit 'origin/gallium-0.2' into gallium-xlib-rework by Keith Whitwell · 16 years ago
  65. ea55b62 xlib: fix compilation after xmesa header moves by Keith Whitwell · 16 years ago
  66. b5db6b0 Merge commit 'origin/gallium-0.2' into gallium-xlib-rework by Keith Whitwell · 16 years ago
  67. 76753e3 g3dvl: Some cleanups. by Younes Manton · 16 years ago
  68. 9ddca0b g3dvl: Ref count everywhere. by Younes Manton · 16 years ago
  69. 3933d33 g3dvl: Mark all buffers for incoming frame data as discardable. by Younes Manton · 16 years ago
  70. 7309e80 nouveau: Rename buffer on map if discardable, busy, and write-only. by Younes Manton · 16 years ago
  71. 0521c26 gallium: Add PIPE_BUFFER_USAGE_DISCARD. by Younes Manton · 16 years ago
  72. 11f9193 g3dvl: Return BadAlloc if we can't create an XvMC surface. by Younes Manton · 16 years ago
  73. c35dc4a g3dvl: Follow mesa naming conventions for src dirs. by Younes Manton · 16 years ago
  74. 1fd4115 egl: eglinfo load i915 driver by Jakob Bornecrantz · 16 years ago
  75. a835eb9 i915: Build gem and egl winsys by default by Jakob Bornecrantz · 16 years ago
  76. 353f824 i915: Make gem submit commands by Jakob Bornecrantz · 16 years ago
  77. e082923 egl: Fix swap and creation of front buffer by Jakob Bornecrantz · 16 years ago
  78. b7f802e glx: gcc 2.95 build fix (move declaration before code) by Brian Paul · 16 years ago
  79. df3ef7a i915: Use new egl state_tracker by Jakob Bornecrantz · 16 years ago
  80. 7047f17 egl: Add a egl state_tracker that use Gallium by Jakob Bornecrantz · 16 years ago
  81. a874cf3 i915: Update gem backend a bit by Jakob Bornecrantz · 16 years ago
  82. 94ddd62 egl: Make eglscreen sleep for five seconds by Jakob Bornecrantz · 16 years ago
  83. b6b619c egl: Add eglscreen to help debug egl mesa screen by Jakob Bornecrantz · 16 years ago
  84. a5df724 egl: Make eglinfo print screen info by Jakob Bornecrantz · 16 years ago
  85. 8f3fac6 debug: add noprefix version of debug_dump_enum by Keith Whitwell · 16 years ago
  86. bcc45a2 xlib: don't explicitly create the pipe_winsys struct by Keith Whitwell · 16 years ago
  87. 4f134f9 xlib: don't explicitly create the pipe_winsys struct by Keith Whitwell · 16 years ago
  88. a61a1a8 i965: fix polygon culling bug when rendering to a texture/FBO by Brian Paul · 16 years ago
  89. 345a08a intel: added intel_rendering_to_texture() helper function. by Brian Paul · 16 years ago
  90. 12c6d28 mesa: remove GL_DEPTH_TEST + no depth buffer test by Brian Paul · 16 years ago
  91. 2e28c1f Merge commit 'origin/master' into gallium-0.2 by Alan Hourihane · 16 years ago
  92. e442fe5 glsl: fix broken sampler assignments by Brian Paul · 16 years ago
  93. 47ca023 scons: Use -std=gnu99 by José Fonseca · 16 years ago
  94. eac69bf stw: Dispatch to our stw_winsys::flush_front_buffer by José Fonseca · 16 years ago
  95. 66a4f5c i915: fallback on transfer mode by Xiang, Haihao · 16 years ago
  96. a740858 windows: updated VC8 project file by Karl Schultz · 16 years ago
  97. e7c988d windows: updated mesa.def file by Karl Schultz · 16 years ago
  98. 4a83562 glsl: use _mesa_sprintf() by Brian Paul · 16 years ago
  99. e1ba29e glsl: move declaration before code by Brian Paul · 16 years ago
  100. abd280a mesa: tweak to formatting by Alan Hourihane · 16 years ago