1. ecb3b31 egl: Make surfaces and contexts resources. by Chia-I Wu · 14 years ago
  2. 7abf426 egl: Add _EGLResource and _EGLResourceType. by Chia-I Wu · 14 years ago
  3. b4d2c97 egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch] by Chia-I Wu · 15 years ago
  4. 5e66d18 egl: Move context functions in egldisplay.[ch] to eglcontext.[ch]. by Chia-I Wu · 15 years ago
  5. 7be4d6b mesa/es: Improve Makefile rules. by Chia-I Wu · 15 years ago
  6. e9bb064 r300g: avoid the use of goto by Dave Airlie · 15 years ago
  7. 232ddfe r300g: fix flushing harder. by Dave Airlie · 15 years ago
  8. 28c3e57 egl: Install drivers to ${libdir}/egl. by Chia-I Wu · 15 years ago
  9. 6c4431c st/vega: Clean up Makefile. by Chia-I Wu · 15 years ago
  10. 60cd244 st/es: Pass -linker and -ldflags to mklib. by Chia-I Wu · 15 years ago
  11. 3b002c9 r300: fix wrong call in last commit by Dave Airlie · 15 years ago
  12. 76bc66b r300g: fix up buffer emission ordering. by Dave Airlie · 15 years ago
  13. 9a62f0c r300: only enable half floats on r500s. by Dave Airlie · 15 years ago
  14. 782b688 Merge branch 'arb_half_float_vertex' by Dave Airlie · 15 years ago
  15. 0928418 Revert "add segl" by Chia-I Wu · 15 years ago
  16. d82b803 r300: half float support by Dave Airlie · 15 years ago
  17. 96f2f0d i965: add support for ARB_half_float_vertex by Dave Airlie · 15 years ago
  18. cfe884e mesa: add core support for ARB_half_float_vertex. by Dave Airlie · 15 years ago
  19. 1ac5fd5 glapi: add GL_HALF_FLOAT enum support. by Dave Airlie · 15 years ago
  20. dcaf668 progs: add trivial ARB_half_float_vertex support. by Dave Airlie · 15 years ago
  21. 4b770d1 glapi: Include glheader.h in glapi_nop.c. by Chia-I Wu · 15 years ago
  22. fe33b70 add segl by Chia-I Wu · 15 years ago
  23. 2292c93 glapi: define GLfixed, GLclampx types for ES 1 by Brian Paul · 15 years ago
  24. f6a49ac svga: fix up breakage from earlier 7.7 merge by Brian Paul · 15 years ago
  25. 46c7cd6 st/mesa: fix incorrect freeing of drawpixels vertex shaders by Brian Paul · 15 years ago
  26. dd618a0 gallium/util: add missing util/u_bitmask.c to Makefile by Brian Paul · 15 years ago
  27. b23b13b mesa: use memcpy() in _mesa_ProgramEnv/LocalParameters4fvEXT() by Brian Paul · 15 years ago
  28. ffe4e2a mesa: use switch in _mesa_DeletePrograms() by Brian Paul · 15 years ago
  29. 7b5ad23 Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  30. 099e8ec mesa: re-implement _mesa_ProgramEnvParameter4fvARB() with memcpy() by Brian Paul · 15 years ago
  31. 8d1a01d mesa: use new fetch_vector1ui() function for 'unpack' GPU instructions by Brian Paul · 15 years ago
  32. efde2df xlib/softpipe: more buffer free fixes by Brian Paul · 15 years ago
  33. d88b219 Remove obsolete file by Alan Hourihane · 15 years ago
  34. 1e4b812 gallium/aux: re-add pb_buffer_fenced.[ch] accidentally remove during merge by Brian Paul · 15 years ago
  35. cd8614b Merge branch 'mesa_7_7_branch' by Brian Paul · 15 years ago
  36. 6487174 gallium/draw: apply DRAW_PIPE_FLAG_MASK to all vertex elements by Brian Paul · 15 years ago
  37. 5ab0d49 gallium/draw: added comments, whitespace fixes by Brian Paul · 15 years ago
  38. 2b20b60 mesa: Add "shader/" path to #include statements in shader parser/lexer sources by Alan Coopersmith · 15 years ago
  39. e4f168a glapi: clean-up and simplify glapi_nop.c code by Brian Paul · 15 years ago
  40. 126aff1 glapi: split the no-op dispatch code into new glapi_nop.c file by Brian Paul · 15 years ago
  41. ea5918b glapi: fix int->pointer conversions warnings in no-op functions by Brian Paul · 15 years ago
  42. 2f1a49e progs/xdemos: add z/Z keys for scaling the rendering by Brian Paul · 15 years ago
  43. 5023a7f gallium/draw: fix-up comments, whitespace by Brian Paul · 15 years ago
  44. 3c31b1b gallium/draw: replace int with boolean by Brian Paul · 15 years ago
  45. 96280c2 Fix PowerPC related typo in spantmp2.h by Ruediger Oertel · 15 years ago
  46. 69e26a0 r600: enable sampler lod* bits by Andre Maasikas · 15 years ago
  47. 70ccca4 r600: update vport z & clipping when depth_clamp is changed by Andre Maasikas · 15 years ago
  48. 9bf40ce r600: fix brownbag, only align if we are dealing with cubemap by Andre Maasikas · 15 years ago
  49. 714d9c2 r600: cubemap levels seem to be aligned to 8 images by Andre Maasikas · 15 years ago
  50. 278ad74 radeon/fbo: flush rendering before generating mipmaps by Andre Maasikas · 15 years ago
  51. 7c6f51c radeon/fbo: use correct depth texture offset for depth textures by Andre Maasikas · 15 years ago
  52. defd45e r600: enable draw_offset by Andre Maasikas · 15 years ago
  53. cec2eeb docs: Update sourcetree.html for EGL and the state trackers. by Chia-I Wu · 15 years ago
  54. 3c967a9 st/egl_g3d: Rename to st/egl. by Chia-I Wu · 15 years ago
  55. 3a4b7d3 winsys/drm: Update the options of mklib in Makefile.egl_g3d. by Chia-I Wu · 15 years ago
  56. 3b0ffd5 egl: Remove egl_softpipe. by Chia-I Wu · 15 years ago
  57. a1306f4 winsys/drm: Add swrast. by Chia-I Wu · 15 years ago
  58. 383f460 vmware/core: Update for pipebuffer changes. by José Fonseca · 15 years ago
  59. 3f6d732 st/mesa: Remove unnecessary header from st_cb_viewport.c. by Vinson Lee · 15 years ago
  60. 52d7b2c st/egl: Remove the egl state tracker. by Chia-I Wu · 15 years ago
  61. 8bc3c06 progs/trivial: Remove unnecessary header from tri-fbo-tex-mip.c. by Vinson Lee · 15 years ago
  62. 2a92889 egl: Remove USING_EGL and the related drivers. by Chia-I Wu · 15 years ago
  63. 324fdf7 egl: Remove the demo driver. by Chia-I Wu · 15 years ago
  64. a1c5d8f i915g: Remove unnecessary header. by Vinson Lee · 15 years ago
  65. cea9250 pipebuffer: Remove unnecessary header. by Vinson Lee · 15 years ago
  66. cfb1ed3 st/egl_g3d: Use glxinit.c from egl_xdri. by Chia-I Wu · 15 years ago
  67. 29732f9 docs: Update the status of egl_xdri. by Chia-I Wu · 15 years ago
  68. 18b63b5 egl_xdri: Add support for DRISW. by Chia-I Wu · 15 years ago
  69. dc544ad draw: Remove unnecessary headers. by Vinson Lee · 15 years ago
  70. caa75a7 egl_xdri: Flush commands on context switch and buffer swap. by Chia-I Wu · 15 years ago
  71. 3c9bf64 egl_xdri: Report only OpenGL support. by Chia-I Wu · 15 years ago
  72. fe0e35a egl_xdri: Do not reinitialize in __glXInitialize. by Chia-I Wu · 15 years ago
  73. 0e54f9c egl_glx: Report only OpenGL support. by Chia-I Wu · 15 years ago
  74. 2279fa3 egl: Update driver Makefiles. by Chia-I Wu · 15 years ago
  75. e632720 egl: Add Makefile.template for EGL drivers. by Chia-I Wu · 15 years ago
  76. 883b57e winsys/drm: Update Makefile.template. by Chia-I Wu · 15 years ago
  77. e8b5203 svga: Remove unused variable. by Vinson Lee · 15 years ago
  78. f8107a4 Fix typo in configure message for gcc -fvisibility=hidden by Alan Coopersmith · 15 years ago
  79. a626565 vmware/core: Flush preemptively the FIFO commands to keep the GMR working set within reasonable bounds. by José Fonseca · 15 years ago
  80. beb8e8f vmware/core: Put GMR pool size in a define. by José Fonseca · 15 years ago
  81. e45579e vmw/wgl: Update for pipebuffer changes. by José Fonseca · 15 years ago
  82. 31e49dc svga: Remove duplicate code. by José Fonseca · 15 years ago
  83. 50edefe svga: Remove unused code. by José Fonseca · 15 years ago
  84. 9782d7c svga: Don't swap buffers to system memory -- winsys' responsibility. by José Fonseca · 15 years ago
  85. c4ceba1 pipebuffer: Release the lock during map wait. Cleanups. by José Fonseca · 15 years ago
  86. 3498616 pipebuffer: Swap buffers out to system memory when running out of memory. by José Fonseca · 15 years ago
  87. 0bc8851 svga: Avoid synchronization issues when doing SW TNL. by José Fonseca · 15 years ago
  88. 8410f7c mesa: Use pipe_buffer_write_nooverlap where appropriate. by José Fonseca · 15 years ago
  89. 37246f8 util: Set DISCARD & UNSYNCHRONIZED when uploading vertices sequentially. by José Fonseca · 15 years ago
  90. 1797494 util: Use pipe_buffer_write_nooverlap in blits / mipmap generation. by José Fonseca · 15 years ago
  91. a8477fb gallium: New inline to write buffers which avoids synchronization. by José Fonseca · 15 years ago
  92. 707b281 gallium: Set PIPE_BUFFER_USAGE_DISCARD flag in pipe_buffer_write. by José Fonseca · 15 years ago
  93. 13c2475 gallium: Remove temporary hack for the absence of a discard flag. by José Fonseca · 15 years ago
  94. 0ae076b svga: Follow buffer usage semantics properly. by José Fonseca · 15 years ago
  95. efc08bd st/xorg: Remove unnecessary headers. by Vinson Lee · 15 years ago
  96. 2cf8164 r200: fix CS section size mismatch by Roland Scheidegger · 15 years ago
  97. 4222bf3 llvmpipe: Remove unnecessary headers. by Vinson Lee · 15 years ago
  98. c50fe2c svga: Remove unnecessary headers. by Vinson Lee · 15 years ago
  99. d65d5d2 gallium: fix conditional rendering comment by Brian Paul · 15 years ago
  100. 6c1549a gallium/docs: document conditional rendering by Brian Paul · 15 years ago