1. d8cfdbe intel: Don't mark front buffer dirty if we're only reading by Kristian Høgsberg · 15 years ago
  2. 32942d2 intel: Mark frontbuffer dirty in intel_prepare_render() by Kristian Høgsberg · 15 years ago
  3. 2d00d16 glx: Only call DRI2 invalidate when necessary by Kristian Høgsberg · 15 years ago
  4. 7c5152c svga: Fill in is_resource_referenced callback. by José Fonseca · 15 years ago
  5. 533ec3f gallivm: Silent warning. by José Fonseca · 15 years ago
  6. 54b94ee gallivm: Add missing lvalue. by José Fonseca · 15 years ago
  7. 3b2bdde st/mesa: only set prevInstWrotePsiz if translating a vertex program by Brian Paul · 15 years ago
  8. adbbaae st/mesa: additional assertions in dst_register() by Brian Paul · 15 years ago
  9. a1cc4c1 i965g: link with software- wrapper winsys and drm api helper by Jakob Bornecrantz · 15 years ago
  10. 40faa56 gallium: Add software drm api helper to scons build by Jakob Bornecrantz · 15 years ago
  11. 8ff59f0 gallium: Add pipe wrapper software winsys to scons build by Jakob Bornecrantz · 15 years ago
  12. bb72058 i965g: fix resource creation recursion bug by Roland Scheidegger · 15 years ago
  13. 804daed i965g: add brw_state_debug.c to SConscript by Roland Scheidegger · 15 years ago
  14. 433bdb1 i965g: avoid void * arithmetic by Roland Scheidegger · 15 years ago
  15. 2e524fd gallivm: Temporarily disable custom LLVMDumpValue on MSVC. by José Fonseca · 15 years ago
  16. e3205b0 gallivm: cosf/sinf are macros on MSVC. by José Fonseca · 15 years ago
  17. 7c5e267 mesa: Update comments in get_gen_es.py. by Vinson Lee · 15 years ago
  18. e3d8d25 swrast: fix 16-bit/channel rendering by Brian Paul · 15 years ago
  19. 9b990c8 osmesa: use unsigned 16-bit/channel format by Brian Paul · 15 years ago
  20. 980df84 osmesa: add mapi/glapi to SRC_DIRS to fix build by Brian Paul · 15 years ago
  21. 9691031 mesa: fix typos, comment in signed 16-bit tex fetch code by Brian Paul · 15 years ago
  22. 17e9671 mesa: added unsigned 16-bit/channel tex format by Brian Paul · 15 years ago
  23. 7a57af6 mesa: added comments for signed 16-bit formats by Brian Paul · 15 years ago
  24. 8ea6148 mesa: use GL_RGBA16_SNORM for accum buffer by Brian Paul · 15 years ago
  25. 279056f mesa: added texstore function for signed 16-bit formats by Brian Paul · 15 years ago
  26. 6274bb8 mesa: added UNCLAMPED_FLOAT_TO_SHORT macro by Brian Paul · 15 years ago
  27. 880e04b mesa: add missing cases for signed 16-bit formats by Brian Paul · 15 years ago
  28. 913d7c3 st/mesa: Ignore internal_format in st_context_teximage. by Chia-I Wu · 15 years ago
  29. 8ad3e0b gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps. by José Fonseca · 15 years ago
  30. 08b3179 gallivm: Fix mipfiltering with negative lod bias. by José Fonseca · 15 years ago
  31. ff7542a gallivm: Actually do floor/ceil/trunc for scalars. by José Fonseca · 15 years ago
  32. ffebc7f gallivm: Import the code to compute the minimax polynomials. by José Fonseca · 15 years ago
  33. c376dad gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5]. by José Fonseca · 15 years ago
  34. de088c6 gallivm: Don't hardcode number of args twice. by José Fonseca · 15 years ago
  35. d044ecb r300g: follow pipe_rasterizer_state::light_twoside by Marek Olšák · 15 years ago
  36. 084580f r300g: follow pipe_rasterizer_state::point_size_per_vertex by Marek Olšák · 15 years ago
  37. 34a5109 r300g: move GA_POINT_MINMAX back to rs_state by Marek Olšák · 15 years ago
  38. ceafb39 r300g: fix glean/pointSprite using lodbias correction by Marek Olšák · 15 years ago
  39. 71584d0 r300g: pass depth texture swizzle to the compiler if compare mode is enabled by Marek Olšák · 15 years ago
  40. 78e8813 r300g: respect compare mode regardless of sampler type by Marek Olšák · 15 years ago
  41. e812c04 r300/compiler: fake equal/notequal for shadow samplers by Marek Olšák · 15 years ago
  42. 35a6df5 r300/compiler: use perspective division only for TXP in shadow samplers by Marek Olšák · 15 years ago
  43. 0cbe1e6 r300/compiler: make shadow sampler codegen more readable, add comments by Marek Olšák · 15 years ago
  44. 39d0ece r300/compiler: shorten RC_*SWIZZLE* expressions by Marek Olšák · 15 years ago
  45. eb9dc25 r300/compiler: generalize depth texture mode to support arbitrary swizzles by Marek Olšák · 15 years ago
  46. c637f38 r300/compiler: fix LIT instruction case 0^0 = 1 by Marek Olšák · 15 years ago
  47. da180a8 r300g: consolidate common render code into one function by Marek Olšák · 15 years ago
  48. e9fc5b4 gallivm: The the JIT engine to use our sinf()/cosf() on Windows. by José Fonseca · 15 years ago
  49. 2d91903 gallivm: Fix BREAK/CONT translation. by José Fonseca · 15 years ago
  50. 852f735 llvmpipe: Cover more formats in unit test. by José Fonseca · 15 years ago
  51. 36e28d4 gallivm: Fix segfaul when inserting allocas in an empty function. by José Fonseca · 15 years ago
  52. 2c2deba gallivm: Centralize SoA swizzling into a single place. by José Fonseca · 15 years ago
  53. ff6c78f gallivm: Support predicates. by José Fonseca · 15 years ago
  54. 6e47d4f llvmpipe: Match p_screen.h's function prototype. by José Fonseca · 15 years ago
  55. 238f782 Update file list for the tarballs. by Chia-I Wu · 15 years ago
  56. cc346b5 llvmpipe: Remove unnecessary header. by Vinson Lee · 15 years ago
  57. 2e3c4e4 docs: Update EGL and OpenGL ES docs. by Chia-I Wu · 15 years ago
  58. 56530c9 egl: Build drivers in $(TOP)/$(LIB_DIR)/egl. by Chia-I Wu · 15 years ago
  59. 63ab250 gallium: Add egl-apis target. by Chia-I Wu · 15 years ago
  60. 559046e mapi: Add install rules for OpenGL ES. by Chia-I Wu · 15 years ago
  61. bc918ef mapi: Install .pc file for OpenVG. by Chia-I Wu · 15 years ago
  62. b0749fd mapi: Update vgapi to build libOpenVG.so. by Chia-I Wu · 15 years ago
  63. 3e1ccb2 mapi: Merge src/gles/. by Chia-I Wu · 15 years ago
  64. 874ccd5 Define OpenGL ES and OpenVG library names. by Chia-I Wu · 15 years ago
  65. 2773f88 egl_g3d: Check external modules for client APIs first. by Chia-I Wu · 15 years ago
  66. e8ba281 egl: Add _eglSearchPathForEach. by Chia-I Wu · 15 years ago
  67. 74fb080 gallium/draw: additional comments in the clipping code by Brian Paul · 15 years ago
  68. 3965bc5 mesa: remove driver hooks for GetFloat/Integer/Doublev, etc by Brian Paul · 15 years ago
  69. db178af glx: Get GLX_SCREEN first in __glXQueryContextInfo() by Kristian Høgsberg · 15 years ago
  70. f350b10 mesa: fpclassify dummy definition is not needed on cygwin by Jon TURNEY · 15 years ago
  71. 12d74d6 tgis: fix SOA aliasing for MUL instruction in SSE codegen by Brian Paul · 15 years ago
  72. 50c9407 apple: Move glapi to mapi. by Vinson Lee · 15 years ago
  73. 5065d33 mapi/glapi: Don't allocate a page for every function on windows. by José Fonseca · 15 years ago
  74. 5569faf mapi: Avoid Data Execution Prevention on windows. by José Fonseca · 15 years ago
  75. 80c8c89 wgl: Add mapi to includes. by José Fonseca · 15 years ago
  76. de39940 mapi: Add x86-64 dispatcher. by Chia-I Wu · 15 years ago
  77. 56eb5d7 mapi: Add x86 dispatcher. by Chia-I Wu · 15 years ago
  78. 75143ef st/vega: Use vgapi. by Chia-I Wu · 15 years ago
  79. bdc4504 mapi: Add vgapi. by Chia-I Wu · 15 years ago
  80. d4589d3 mapi: Add a generic C dispatcher. by Chia-I Wu · 15 years ago
  81. a73c654 mapi: Add mapi and share the code with glapi. by Chia-I Wu · 15 years ago
  82. 296adbd glapi: Move to src/mapi/. by Chia-I Wu · 15 years ago
  83. 73ded06 glapi: Move assembly dispatchers back into glapi/. by Chia-I Wu · 15 years ago
  84. 4d52a25 gallivm: Require SSE2 for draw_llvm/llvmpipe due to LLVM PR6960. by Török Edwin · 15 years ago
  85. 1fce9d5 softpipe: fix dangling references to shaders in the TGSI executor by Brian Paul · 15 years ago
  86. 4b274f3 tgsi: make SSE ADD instruction SOA-safe by Brian Paul · 15 years ago
  87. 895ee71 tgsi: code refactoring by Brian Paul · 15 years ago
  88. 92d88cc tgsi: added tgsi_get_processor_name() by Brian Paul · 15 years ago
  89. c8f0e80 tgsi: fix tgsi_exec_machine_bind_shader() to handle NULL tokens, samplers by Brian Paul · 15 years ago
  90. fbb1ad3 gallium/tgsi: remove unused tgsi_exec_labels code by Brian Paul · 15 years ago
  91. 6800715 llvmpipe: Fix fence wait. by José Fonseca · 15 years ago
  92. c37d825 st/mesa: fix compressed mipmap generation for small image sizes by Brian Paul · 15 years ago
  93. 4b59d2b st/mesa: fix bug in compute_num_levels() by Brian Paul · 15 years ago
  94. 9adebe1 st/mesa: when copying mipmap levels between textures, start at BaseLevel by Brian Paul · 15 years ago
  95. 095a653 scons: Disable graw-null on msvc until linkage works. by José Fonseca · 15 years ago
  96. f63672c graw-null: Try to fix MSVC linkage problems. by José Fonseca · 15 years ago
  97. 54f95d2 es: Ignores by Jakob Bornecrantz · 15 years ago
  98. 4cad69a svga: Fix scons build by Jakob Bornecrantz · 15 years ago
  99. 86afe82 llvmpipe: implement occlusion query by Qicheng Christopher Li · 15 years ago
  100. f587615 util: Recognize FALSE and F in debug_get_bool_option by Jakob Bornecrantz · 15 years ago