1. 45ceabf progs/demos: fix typo by Brian Paul · 15 years ago
  2. 077bc2f egl_dri2: Use pkg-config cflags and libs from configure output by Kristian Høgsberg · 15 years ago
  3. e423df0 nouveau: Fix warning for void function returning value. Add missing include for pipe_reference_init function. by Patrice Mandin · 15 years ago
  4. da73c4d glapi: Add back the reduced Noop dispatch by Kristian Høgsberg · 15 years ago
  5. 697e221 glx: Don't mark the XF86DRI functions PUBLIC by Kristian Høgsberg · 15 years ago
  6. 832f2d3 egl_dri2: Log both driver and core extensions by Kristian Høgsberg · 15 years ago
  7. 9c94fae egl_dri2: Audit and fix errors paths by Kristian Høgsberg · 15 years ago
  8. f27b4fa egl_dri2: Just cast the pointer difference to an int by Kristian Høgsberg · 15 years ago
  9. f1d544d st/mesa: 'fix' point coord semantic info by Brian Paul · 15 years ago
  10. cea2b8d tgsi: remove special-case code for fragment position by Brian Paul · 15 years ago
  11. 476b668 allow make to build lp_test_* for llvmpipe by Chris Li · 15 years ago
  12. ad60552 llvmpipe: Disable multithreading on windows. by José Fonseca · 15 years ago
  13. e95e5ca os: Don't assert on missing implementation of barrier init/destroy. Just usage. by José Fonseca · 15 years ago
  14. 8eda504 Merge remote branch 'origin/master' by José Fonseca · 15 years ago
  15. a1af8ee Merge remote branch 'origin/lp-binning' by José Fonseca · 15 years ago
  16. 6785a8a r200: Optimize polygon stipple emit. by Pauli Nieminen · 15 years ago
  17. 05b0408 r200: Add trace logging to r200PointSize. by Pauli Nieminen · 15 years ago
  18. c036d13 Merge commit 'fj/mesa-next' by Keith Whitwell · 15 years ago
  19. 69f2029 r100: Add the polygon stipple state to the state list. by Pauli Nieminen · 15 years ago
  20. 4f47684 egl: Add debug messages to config validation and matching. by Chia-I Wu · 15 years ago
  21. a37dc17 egl: Clean up eglconfig.h. by Chia-I Wu · 15 years ago
  22. 1b2b08c docs: Update the developer section of egl.html. by Chia-I Wu · 15 years ago
  23. 5f08eff egl: Remove egl_xdri. by Chia-I Wu · 15 years ago
  24. cb260e1 egl: Update the comments to typecast macros. by Chia-I Wu · 15 years ago
  25. a35e633 egl_dri2: Use _EGL_DRIVER_STANDARD_TYPECASTS. by Chia-I Wu · 15 years ago
  26. b31255f egl: Clarify IsLinked and IsBound. by Chia-I Wu · 15 years ago
  27. fc5ca85 egl_dri2: Do not destroy linked resources. by Chia-I Wu · 15 years ago
  28. 7e7c1ba egl_dri2: Fix a snprintf warning. by Chia-I Wu · 15 years ago
  29. 8d411c9 egl_dri2: Add a debug print for DRI2 extensions. by Chia-I Wu · 15 years ago
  30. 2eb7a2f configure.ac: Check for xcb-dri2 to enable EGL dri2 driver. by Chia-I Wu · 15 years ago
  31. c6e830c egl: Implement eglCopyBuffers for DRI2, make pixmap and pbuffers actually work by Kristian Høgsberg · 15 years ago
  32. 4ac9c80 mesa: change ctx->Driver.ProgramStringNotify() to return GLboolean by Brian Paul · 15 years ago
  33. 0f763c5 r200: Add the polygon stipple state to the state list. by Pauli Nieminen · 15 years ago
  34. 77768cd r200: Add logging for glPolygonStripple. by Pauli Nieminen · 15 years ago
  35. 66229ea radeon: Make debugging automaticaly increase logging verbosity for debug build. by Pauli Nieminen · 15 years ago
  36. 5b6b67e Nuke the nv0x-nv2x gallium pipe drivers. by Francisco Jerez · 15 years ago
  37. bfb5dc6 Import a classic DRI driver for nv0x-nv2x. by Francisco Jerez · 15 years ago
  38. 42fa009 egl: Add driver for EGL on X with DRI2 by Kristian Høgsberg · 15 years ago
  39. 7b6fa78 scons: Eliminate mixed space/tabs. by José Fonseca · 15 years ago
  40. 9f151f9 scons: Only override scons CC selection in the embedded platform. by José Fonseca · 15 years ago
  41. 838d988 trace: util_stream -> os_stream by José Fonseca · 15 years ago
  42. c75d644 auxiliary: util_stream -> os_stream by José Fonseca · 15 years ago
  43. 0eb8e77 os: Ensure header includes are outside extern "C" {}. by José Fonseca · 15 years ago
  44. 5ee324a util: Reimplement u_time on top of os_time. by José Fonseca · 15 years ago
  45. b7b7ea9 gallium: Add a define for deprecated function attribute. by José Fonseca · 15 years ago
  46. 2ef6d31 os: Time abstractions. by José Fonseca · 15 years ago
  47. 24ea025 os/os_memory_aligned.h: fix memory allocation alignment for 64 bits by José Fonseca · 15 years ago
  48. 3aba0a2 i965g: include u_inlines.h by Brian Paul · 15 years ago
  49. 339d42b r600: reduce number of cache flushes by Alex Deucher · 15 years ago
  50. f769ab0 util: Disable u_time.c implementation for embedded. by José Fonseca · 15 years ago
  51. d015dfb trace: Use u_time. by José Fonseca · 15 years ago
  52. 47a080d gallium: Don't try to auto-detect the OS when embedded os is already pre-defined. by José Fonseca · 15 years ago
  53. 9cd2abd llvmpipe: Disable unit tests on embedded platforms. by José Fonseca · 15 years ago
  54. 5cf88a4 scons: Promote EMBEDDED from subsystem to full os. by José Fonseca · 15 years ago
  55. 063f123 util: Add missing include. by José Fonseca · 15 years ago
  56. 1207098 os: Add missing dummy threading definitions. by José Fonseca · 15 years ago
  57. f1b07f0 swrast/sse: Fix _mesa_sse_transform_pointsX_3d_no_rot by Pauli Nieminen · 15 years ago
  58. 5a743d9 scons: Have MinGW target MSVCRT 7.0 by José Fonseca · 15 years ago
  59. ef67ad0 scons: Use only the shared object name when linking progs. by José Fonseca · 15 years ago
  60. 7713069 st/mesa: Remove unnecessary headers. by Vinson Lee · 15 years ago
  61. d1487dc svga: Remove unnecessary header. by Vinson Lee · 15 years ago
  62. c28dd49 util: Remove unnecessary header. by Vinson Lee · 15 years ago
  63. 9a3de50 egl: Convert drivers to use typecast macros. by Chia-I Wu · 15 years ago
  64. bdb9e20 egl: Add macros to define typecast functions. by Chia-I Wu · 15 years ago
  65. 23b597c identity: Remove unnecessary header. by Vinson Lee · 15 years ago
  66. 18e00e5 llvmpipe: Remove unnecessary header. by Vinson Lee · 15 years ago
  67. 66d09e4 Revert "mesa: fix transform_points_3d_no_rot using undefined values in %xmm0" by Pauli Nieminen · 15 years ago
  68. 9973168 st/egl: Add missing headers to kms display. by Chia-I Wu · 15 years ago
  69. 4d01e8e st/egl: Add missing headers. by Vinson Lee · 15 years ago
  70. 821b3e2 winsys: Add missing headers. by Vinson Lee · 15 years ago
  71. f225042 egl: fix implicit declaration of pipe_texture_reference adding u_inlines.h by Igor Oliveira · 15 years ago
  72. 88af76c egl: fix wrong argument. Use loader_data instead of loader by Igor Oliveira · 15 years ago
  73. 3584a44 gallium: fix more missing includes from various places by Dave Airlie · 15 years ago
  74. adf4c1a nouveau: include stdio.h and u_inlines.h in all context files since embedded changes by Dave Airlie · 15 years ago
  75. b2a3049 mesa: increase number of texture units to MAX_COMBINED_TEXTURE_IMAGE_UNITS by Brian Paul · 15 years ago
  76. ea81daf mesa: re-dimension RasterTexCoords and CoordReplace by Brian Paul · 15 years ago
  77. 89c8ff3 mesa: added texcoord unit assertion by Brian Paul · 15 years ago
  78. 82a2d35 mesa: use Elements() instead of MAX_TEXTURE_COORD_UNITS by Brian Paul · 15 years ago
  79. a32e7c4 mesa: added tex unit assert, use Elements() macro by Brian Paul · 15 years ago
  80. cd130b0 mesa: check for invalid texture coord unit in glGet queries by Brian Paul · 15 years ago
  81. 60527ff mesa: check/clamp texture/program matrix accesses by Brian Paul · 15 years ago
  82. d82c371 mesa: add error check for querying invalid texture matrix by Brian Paul · 15 years ago
  83. a06575a mesa: use Elements() as limit in loops over texture/program matrix stacks by Brian Paul · 15 years ago
  84. 376ae23 mesa: add out of bounds assertions for accessing texture matrix stack by Brian Paul · 15 years ago
  85. 7bd9497 util: Cast to match the MSVC intrinsics. by José Fonseca · 15 years ago
  86. e0da333 util: Don't include system headers inside extern "C" { ... } by José Fonseca · 15 years ago
  87. 45dac0d Merge branch 'gallium-embedded' by José Fonseca · 15 years ago
  88. 976afaf gallium/docs: Document the OS module. by José Fonseca · 15 years ago
  89. f8d824e tgsi: added debugging code to catch divide by zero by Brian Paul · 15 years ago
  90. 9ca6cf0 tgsi: convert CHECK_INF_OR_NAN to inline function by Brian Paul · 15 years ago
  91. 2ec50d2 mesa: Factor out the fb initialization details from _mesa_new_framebuffer. by Francisco Jerez · 15 years ago
  92. b724694 os: Also add the aligned memory prototypes to the embedded section. by José Fonseca · 15 years ago
  93. 6b424a0 util: Reimplement all utility functions in terms of the new OS abstraction. by José Fonseca · 15 years ago
  94. 0b0e705 os: New OS abstraction module. by José Fonseca · 15 years ago
  95. 64da2ae vbo: fix void * arithmetic warning by Keith Whitwell · 15 years ago
  96. db0eb3a vbo: Fix up in-place splitting for non-contiguous/indexed primitives. by Francisco Jerez · 15 years ago
  97. 630c375 trace: Include the appropriate header instead of defining prototypes. by José Fonseca · 15 years ago
  98. 9f1ee5a progs/fpglsl: couple more tests by Keith Whitwell · 15 years ago
  99. d7b1610 progs/fpglsl: fp-tris for glsl by Keith Whitwell · 15 years ago
  100. 84d41f3 svga: fix TXD and TXL opcode translation by Keith Whitwell · 15 years ago