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