1. db7fc63 autoconf: Print GCC include path directly and be more robust using it by Dan Nicholson · 17 years ago
  2. 1e6943c [intel] Only enable GL_EXT_texture_sRGB on i965. by Kristian Høgsberg · 17 years ago
  3. 7676980 [i965] fix fd.o bug #11471 and #11478 by Zou Nan hai · 17 years ago
  4. 5982d39 i965: use RGB565 to render a bitmap if Depth is 16 by Xiang, Haihao · 17 years ago
  5. d76545d i965: Fix double free issue to pass glean/maskedClear test by Xiang, Haihao · 17 years ago
  6. 771ba66 i965:fix segfault issue when clearing the window which by Xiang, Haihao · 17 years ago
  7. fe91c05 [intel] Add a driconf option to cache freed buffer objects for reuse. by Eric Anholt · 17 years ago
  8. fc21e9c r300: replace some hard coded mask by define in stencil area by Christoph Brill · 17 years ago
  9. 701ccf6 r300: Fix some issues with masks in stencil buffer area by Christoph Brill · 17 years ago
  10. 3d608c7 [dri2] Add tail pointer to reemitDrawableInfo callback. by Kristian Høgsberg · 17 years ago
  11. 4f7a75c [dri2] Optimize event parsing to skip obsolete events. by Kristian Høgsberg · 17 years ago
  12. 36c26d3 [intel] Silence unused variable warning when compiling for i965. by Kristian Høgsberg · 17 years ago
  13. f59d59a nouveau: compilation fixes by Patrice Mandin · 17 years ago
  14. 642d5ee8 state.depth.range alpha value should be 1, not 0 (bug #14733) by Roland Scheidegger · 17 years ago
  15. 3c5a1e4 Update libGL DRI loader to latest DRI interface changes. by Kristian Høgsberg · 17 years ago
  16. 51cd168 glxgears: oops, remove accidental commit of glFinish() hack. by Kristian Høgsberg · 17 years ago
  17. 6cb3f5c Use __DRIextension mechanism providing loader functionality to the driver. by Kristian Høgsberg · 17 years ago
  18. 16242a8 Reduce the versioning madness required to create a DRI2 screen. by Kristian Høgsberg · 17 years ago
  19. 5197a31 intel: Set the lock flag early to avoid deadlock. by Kristian Høgsberg · 17 years ago
  20. de1e988 i965: use _Current pointer instead of Current pointer. by Xiang, Haihao · 17 years ago
  21. b39f15b [965] Fix conditional sequencing to allow the frame_buffer_texobj case. by Eric Anholt · 17 years ago
  22. ec5ca68 [intel] Bug #14575: Unmap buffers when deleting/dataing as required. by Eric Anholt · 17 years ago
  23. 981b7da r300: R5xx and R3xx use different registers for RS_IP and RS_INST by Christoph Brill · 17 years ago
  24. 9c8f27b [965] Bug #9151: make fragment.position return window coords not screen coords. by Eric Anholt · 17 years ago
  25. 3f0301d [965] Fix serious copy'n'paste failure in brw state dumping. by Eric Anholt · 17 years ago
  26. ddbfa8c added git on Windows section by Brian · 17 years ago
  27. cef71f5 a few words about how the cell driver works. by Brian · 17 years ago
  28. 3ffd11f mesa: separate shader program object from shader object. by Xiang, Haihao · 17 years ago
  29. 0da03c0 [intel] fix compressed image height by Zou Nan hai · 17 years ago
  30. 60159c1 Convert crlf->lf line endings. by José Fonseca · 17 years ago
  31. 90a036b Disable autocrlf for Visual Studio project files. by Jose Fonseca · 17 years ago
  32. cabcee9 document cell -DSPU_MAIN_PARAM_LONG_LONG flag by Brian · 17 years ago
  33. 00bc91a r300: properly handle GL_POINT in glPolygonMode by Christoph Brill · 17 years ago
  34. 60c0f09 intel: Always use intelInitExtensions() for initializing extensions. by Kristian Høgsberg · 17 years ago
  35. c34b024 r300: add artificial output to match fragment program input by Markus Amsler · 17 years ago
  36. 12a4a74 mesa: set input read only on success by Markus Amsler · 17 years ago
  37. 20b8bff i965: Setup framebuffer texture in meta_draw_region. by Kristian Høgsberg · 17 years ago
  38. 451bd19 [965] Don't segfault on INTEL_DEBUG=batch when a surface buffer is NULL. by Eric Anholt · 17 years ago
  39. 09aa4b3 [965] remove dead brw_parameter_list_state_flags. by Eric Anholt · 17 years ago
  40. 6e3dde8 [r300] fix wow-pinkness regression. Fixed by Markus Amsler by Christoph Brill · 17 years ago
  41. bfb7cd6 [r300] Document based on chapter 10.4 and 10.5 by Christoph Brill · 17 years ago
  42. 9bd2cb7 [i915] fix texture size exceed limit case when running celestia by Zou Nan hai · 17 years ago
  43. 32879e1 [intel] Handle -EAGAINs correctly in execbuffer. by Thomas Hellstrom · 17 years ago
  44. f1c82bf A few more fixes to the dlsym() fix. by Kristian Høgsberg · 17 years ago
  45. 0a64ffb dri2: dlsym requires some quotes.. by Dave Airlie · 17 years ago
  46. 129b9ad Use dlsym() to avoid referencing __dri2DriverInitScreen. by Kristian Høgsberg · 17 years ago
  47. bcecea6 autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings. by Kristian Høgsberg · 17 years ago
  48. 7381cca intel: Add missing include file to silence last couple of warnings. by Kristian Høgsberg · 17 years ago
  49. 54bd506 intel: Initialize color and spec arrays in LOCAL_VARS macro. by Kristian Høgsberg · 17 years ago
  50. 61c3c2c Change GetCompressedTexImage in dd_function_table to not take const pointers. by Kristian Høgsberg · 17 years ago
  51. 6e8d21d Remove GetMSC DriverAPI function. by Kristian Høgsberg · 17 years ago
  52. b49a8f8 Remove now unused setTexOffset from __DriverAPIRec. by Kristian Høgsberg · 17 years ago
  53. 57f310b r300: Corrected a cache flush bug in r300EmitCacheFlush. by Oliver McFadden · 17 years ago
  54. 40a3b16 r300: Moved the state code into separate functions. by Oliver McFadden · 17 years ago
  55. 0253357 [r300] revert complete stupid changes by Christoph Brill · 17 years ago
  56. 7d83618 [r300] Document registers completed 10.1 to 10.3 by Christoph Brill · 17 years ago
  57. 4cba59f [r300] Add more register from the AMD spec by Christoph Brill · 17 years ago
  58. ed29d14 [r300] Document POLY_MODE and add some TODOs that might have triggered some bugs by Christoph Brill · 17 years ago
  59. 090e2ad [r300] Document some registers in the POINT area by Christoph Brill · 17 years ago
  60. a7fa3e0 [r300] Further document and add register definitions (found bugs in LINE handling) by Christoph Brill · 17 years ago
  61. 60e1703 [r300] Sync fog color register names by Christoph Brill · 17 years ago
  62. fa088bf [r300] Sync fog register names to the AMD spec by Christoph Brill · 17 years ago
  63. d08b1fe [r300] Further document FG_ALPHA_FUNC (renamed from R300_PP_ALPHA_TEST) and finally add some information to R300_RB3D_DSTCACHE_CTLSTAT by Christoph Brill · 17 years ago
  64. f399ed7 [r300] Document R300_RB3D_COLORMASK properly and rename it to RB3D_COLOR_CHANNEL_MASK by Christoph Brill · 17 years ago
  65. 6087b00 [r300] Add register definitions based on AMD spec starting with chapter 10 by Christoph Brill · 17 years ago
  66. a195f71 [r300] Add some more register from the AMD spec in the area of AARESOLVE by Christoph Brill · 17 years ago
  67. 74ae5a8 [r300] Sync the names for Z-Buffer registers with the AMD spec by Christoph Brill · 17 years ago
  68. 1b51c13 [r300] Add more struct names for r300_hw_state by Christoph Brill · 17 years ago
  69. 02926a2 [r300] rename all unkown structs r300_hw_state to readable names by Christoph Brill · 17 years ago
  70. 86039ae [r300] Add RB3D_DISCARD_SRC_PIXEL_LTE_THRESHOLD and some HyperZ defintions by Christoph Brill · 17 years ago
  71. df344b1 [r300] Replace more magic number by register definitions from AMD by Christoph Brill · 17 years ago
  72. a3cee7c [r300] clean some more magic registers based on AMD spec by Christoph Brill · 17 years ago
  73. 6051e68 [r300] Update some magic registers to real names by Christoph Brill · 17 years ago
  74. d1f2d56 [r300] Document Z-buffer related register ZB_BW_CNTL by Christoph Brill · 17 years ago
  75. 091225e [r300] document VAP_CNTL based on AMD spec by Christoph Brill · 17 years ago
  76. 059aca8 [r300] Document some of the wild guesses in VAP_OUTPUT_VTX_FMT based on AMD spec by Christoph Brill · 17 years ago
  77. ff8bb00 [r300] document type 3 packets to draw primitives based on AMD spec by Christoph Brill · 17 years ago
  78. 93d1ecd Obsolete, replaced by glut_fcb.c (fortran callbacks) by Brian · 17 years ago
  79. 6568578 Replace glut_fbc.c with glut_fcb.c (cb=callback) by Brian · 17 years ago
  80. 45a800a intel: Only enable GL_ARB_occlusion_query on i965. by Kristian Høgsberg · 17 years ago
  81. 1d14da9 [intel] fix random ut2004 crash on some machine, for cubemap textures, by Zou Nan hai · 17 years ago
  82. 5b6ca23 i965: fix assertion failure caused by commit dd1d66fc4ab5d7064113a2017a431c3461598b91. by Xiang, Haihao · 17 years ago
  83. d7cf6a8 r300: fixup some more names by Dave Airlie · 17 years ago
  84. df6e9e4 r300: some initial register info from doc drop by Dave Airlie · 17 years ago
  85. dd1d66f intel: Merge intel_context.c from i915 and i965. by Kristian Høgsberg · 17 years ago
  86. c99fa92 Merge {i915,i965}/intel_context.h as intel/intel_context.h by Kristian Høgsberg · 17 years ago
  87. 1c718c0 Use drm_i915_sarea instead of drmI830Sarea and remove i830_common.h by Alan Hourihane · 17 years ago
  88. 758b998 autoconf: Fix thinko when checking freebsd CPU types by Dan Nicholson · 17 years ago
  89. 112a40e autoconf: Set the default drivers after checking platform specifics by Dan Nicholson · 17 years ago
  90. 4e9c816 Fix glBegin-time test for invalid programs/shaders. by Brian · 17 years ago
  91. 3075f26 raise GL_INVALID_OPERATION if glProgramString compilation fails by Brian · 17 years ago
  92. a3a4809 Regenerated (see bug 11893) by Brian · 17 years ago
  93. ce865fd Added <size name="Get" mode="get"/> lines for point parameter tokens. by Brian · 17 years ago
  94. fda62a6 Regenerated (raise GL_INVALID_VALUE if counter param is negative) by Brian · 17 years ago
  95. a52ce9d If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative by Brian · 17 years ago
  96. 9993ccc Apple: Pulled in changes from Apple's patchset to allow mesa to build on darwin again by Jeremy Huddleston · 17 years ago
  97. d8c187f fix compile for previous commit by Zou Nan hai · 17 years ago
  98. 689ff27 [i965] fix broken glsl texdemo1 by Zou Nan hai · 17 years ago
  99. ba38909 Install dri_sarea.h in 'make install' by Adam Jackson · 17 years ago
  100. 8c81071 Ignore glxgears_pixmap by Dan Nicholson · 17 years ago