1. c60a161 scons: define DRAW_LLVM if we're building it by Zack Rusin · 15 years ago
  2. 1570760 draw llvm: disable printing of the LLVM ir by Zack Rusin · 15 years ago
  3. 0963099 cell: fix build by Marc Dietrich · 15 years ago
  4. 45c8909 gallium/draw: add additional DRAW_LLVM check by Brian Paul · 15 years ago
  5. ae69f9f Merge branch 'gallium_draw_llvm' by Zack Rusin · 15 years ago
  6. fe130a7 llvmpipe: Support S3TC when util_format_s3tc_enabled is set. by José Fonseca · 15 years ago
  7. 728741a gallivm: Fallback to calling util_format_description::fetch_float for any format we can't code LLVM IR directly. by José Fonseca · 15 years ago
  8. 306835c gallivm: Move the global LLVM objects (module, engine, provider, target) into here. by José Fonseca · 15 years ago
  9. 695a029 llvmpipe: use a define to decide whether to use draw llvm paths by Zack Rusin · 15 years ago
  10. 06bda76 draw llvm: disable debugging output by Zack Rusin · 15 years ago
  11. 323fdd8 draw llvm: implement simple pipeline caching using variants by Zack Rusin · 15 years ago
  12. 1e0bf24 draw llvm: fix iteration for larger vertex arrays by Zack Rusin · 15 years ago
  13. de0647d draw llvm: iterate with the correct stop over the outputs by Zack Rusin · 15 years ago
  14. 859642c util: Respect destination stride in pipe_get_tile_swizzle(). by Michal Krol · 15 years ago
  15. aeaf2cf draw llvm: fix draw arrays by Zack Rusin · 15 years ago
  16. 04ea6f5 util: Make half float lookup tables constant. by José Fonseca · 15 years ago
  17. 05b494c util: Remove the hand written SRGB format support code. by José Fonseca · 15 years ago
  18. 10dd0ca util: Support all SRGB formats. by José Fonseca · 15 years ago
  19. d18d0fd egl_dri2: Flush before context switch and swap buffers. by Chia-I Wu · 15 years ago
  20. 7915151 st/dri: Implement DRI image extension. by Chia-I Wu · 15 years ago
  21. 216c76c progs/egl: Correctly check GL_OES_EGL_image. by Chia-I Wu · 15 years ago
  22. 2002e4d0 mesa: Add OES_EGL_image to extension list. by Chia-I Wu · 15 years ago
  23. 0942ed4 progs/egl: Fix the blank window in pbuffer demo. by Chia-I Wu · 15 years ago
  24. f51f62e progs/egl: Port drawtex and torus to eglut. by Chia-I Wu · 15 years ago
  25. 7d2db19 st/mesa: reformatting by Brian Paul · 15 years ago
  26. 489eced st/mesa: put fragment wpos code into separate function by Brian Paul · 15 years ago
  27. 9dd70e7 draw llvm: fix loop iteration and vertex header offsets by Zack Rusin · 15 years ago
  28. 848945e egl: Unbind the old context in _eglBindContext. by Chia-I Wu · 15 years ago
  29. bbe459b egl: Fix eglMakeCurrent with different surfaces. by Chia-I Wu · 15 years ago
  30. ffb6a8f st/es: Remove unnedded --whole-archive. by Chia-I Wu · 15 years ago
  31. 4b5d488 scons: Link expat in dri builds. by Vinson Lee · 15 years ago
  32. 1fdedf0 mesa: added Makefile.egl to GALLIUM_FILES by Brian Paul · 15 years ago
  33. 7fc3a76 mesa: add missing file to GALLIUM_FILES by Thierry Vignaud · 15 years ago
  34. 1b0bab1 draw llvm: when generating the vertex_header struct adjust its name by Zack Rusin · 15 years ago
  35. 50074ec st/mesa: trivially enable GL_EXT_gpu_program_parameters by Marek Olšák · 15 years ago
  36. b05ada7 r300g: enforce microtiled zbuffer from X server by Marek Olšák · 15 years ago
  37. a1f85cf r300g: typecast using the r300_texture function by Marek Olšák · 15 years ago
  38. df65e64 mesa: remove unused var by Brian Paul · 15 years ago
  39. 51e6c57 i965g: change value of VERT_RESULT_PSIZ hack to avoid warnings by Brian Paul · 15 years ago
  40. 557c8bb mesa: check for _NEW_BUFFERS for color read format queries by Brian Paul · 15 years ago
  41. 3258058 util: added util_dl_error() by Brian Paul · 15 years ago
  42. ee30e24 Merge branch '7.8' by Ian Romanick · 15 years ago
  43. 42ea25c Update to final names from GLX_INTEL_swap_event spec by Ian Romanick · 15 years ago
  44. bba6957 r300g: enable OpenGL 2.1 on r3xx-r4xx chipsets by Marek Olšák · 15 years ago
  45. a955f86 r300g: add fallback for back stencil reference value and masks for r3xx-r4xx by Marek Olšák · 15 years ago
  46. b71bfc4 r300g: simplify accessing screen from context by Marek Olšák · 15 years ago
  47. 3232719 r300g: remove some XXXs by Marek Olšák · 15 years ago
  48. d2686cd r300g: raise the number of texture units to 16 for all supported chipsets by Marek Olšák · 15 years ago
  49. e41a645 r300/compiler: make the max number of fragment shader temporaries adjustable by Marek Olšák · 15 years ago
  50. 4e94927 r300g: is_npot -> uses_pitch by Marek Olšák · 15 years ago
  51. 0179c5a r300g: enable conditional rendering also for SWTCL by Marek Olšák · 15 years ago
  52. 5399c6d progs: Include X11 headers and libraries in SCons build. by Vinson Lee · 15 years ago
  53. 940098e glut: Include X11 headers and libraries in SCons build. by Vinson Lee · 15 years ago
  54. efdd339 glew: Include X11 headers and libraries in SCons build. by Vinson Lee · 15 years ago
  55. a437601 docs: update status of transform feedback and instanced drawing by Brian Paul · 15 years ago
  56. bf4c447 mesa: don't turn on GL_EXT_transform_feedback yet by Brian Paul · 15 years ago
  57. 528d100 st/mesa: call pipe_context::draw_arrays/elements_instanced() by Brian Paul · 15 years ago
  58. 3b7ac45 mesa: implement core Mesa support for GL_ARB_draw_instanced by Brian Paul · 15 years ago
  59. cf3193a mesa: new validation functions for GL_ARB_draw_instanced by Brian Paul · 15 years ago
  60. 3258dfb mesa: new extension flag for GL_EXT/ARB_draw_instanced by Brian Paul · 15 years ago
  61. 61b21f0 glapi: regenerated files for GL_ARB_draw_instanced by Brian Paul · 15 years ago
  62. 736846b glapi: plug in ARB_draw_instanced.xml by Brian Paul · 15 years ago
  63. a4e1abd glapi: ARB_draw_instanced.xml file by Brian Paul · 15 years ago
  64. 4fb2daf Merge branch '7.8' by Ian Romanick · 15 years ago
  65. f66733e gl: updated glxext.h to version 27 by Ian Romanick · 15 years ago
  66. ad3575e progs/egl: Add an OpenGL ES demo for EGL_OES_image_pixmap. by Chia-I Wu · 15 years ago
  67. a1aa53b st/mesa: Implement GL_OES_EGL_image driver hooks. by Chia-I Wu · 15 years ago
  68. 776dc53 st/egl: Implement get_egl_image hook. by Chia-I Wu · 15 years ago
  69. d605b0d r300g: fix TFP stride override. by Dave Airlie · 15 years ago
  70. 655fe28 r300g: add conditional rendering by Marek Olšák · 15 years ago
  71. 116c997 r300g: add r4xx fragment shader registers by Marek Olšák · 15 years ago
  72. 6eb892c r300g: do not use the c++ template keyword by Marek Olšák · 15 years ago
  73. e0848bd r300g: properly setup textures from X server by Marek Olšák · 15 years ago
  74. 930838e util: Use GCC atomic bultins on GCC 4.1 and higher only. by Vinson Lee · 15 years ago
  75. 71b2f1d xdemos: Build object files first by Jeremy Huddleston · 15 years ago
  76. 4c26cdb r300g: fix color tiling for buffer from X server. by Dave Airlie · 15 years ago
  77. f618867 mesa: display list support for GL_EXT_transform_feedback by Brian Paul · 15 years ago
  78. 808c424 mesa: plug in GL_EXT_transform_feedback functions into dispatch by Brian Paul · 15 years ago
  79. d2f5d05 glapi: regenerated files for EXT_transform_feedback by Brian Paul · 15 years ago
  80. 0101507 glapi: include/build EXT_transform_feedback.xml by Brian Paul · 15 years ago
  81. 9bfdd88 glapi: new EXT_transform_feedback.xml file by Brian Paul · 15 years ago
  82. d661931 glapi: fix error message by Brian Paul · 15 years ago
  83. 073bae1 r300 compiler: add target output debugging. by Dave Airlie · 15 years ago
  84. 47e6142 util: Revert unsolicited, untested, unreviewed, and broken changes to format support. by José Fonseca · 15 years ago
  85. dd194b6 python/tests: Output test results in a format that Hudson CI can understand. by José Fonseca · 15 years ago
  86. cb31d3b draw llvm: fix storing of outputs for the rest of the pipeline by Zack Rusin · 15 years ago
  87. 73cd1cf gallium/docs: Dithering might not actually do anything. by Corbin Simpson · 15 years ago
  88. 21961f6 r300g: Expound on dithering comment. by Corbin Simpson · 15 years ago
  89. f6c7b91 r300g: make dithering work like fglrx. by Dave Airlie · 15 years ago
  90. 1d11ba0 gallium: fix dri_destroy_option_cache() when optionCache.info is NULL by Yann Droneaud · 15 years ago
  91. 557b752 draw llvm: fix translation of formats with variable components by Zack Rusin · 15 years ago
  92. bc50336 llvmpipe: limit max texture size to 2Kx2K for now by Brian Paul · 15 years ago
  93. 82e289d gallivm: Add fallthrough comment at end of case statement. by Vinson Lee · 15 years ago
  94. c87e6e5 progs/gallium/unit: Silence uninitialized variable warnings. by Vinson Lee · 15 years ago
  95. 67776f6 glx: Fix compilation errors on non-GLX_DIRECT_RENDERING builds. by Vinson Lee · 15 years ago
  96. 2d65a7c gallium/util: print \n after DXTn printf by Luca Barbieri · 15 years ago
  97. f50247c softpipe: remove S3TC init, since it's done on-demand now by Luca Barbieri · 15 years ago
  98. 36ed9a7 progs/gallium/unit: Move declaration before code. by Vinson Lee · 15 years ago
  99. 3e1a392 glsl: fix bad return value in link_transform_feedback() by Brian Paul · 15 years ago
  100. e47d7e8 gallium/util: remove extraneous semicolon by Brian Paul · 15 years ago