1. 9b461d4 [i915] Pass static region names in so debugging says more than "static region". by Eric Anholt · 17 years ago
  2. 5ef6803 [intel] Move additional code to be shared from intel_context.h to intel/. by Eric Anholt · 17 years ago
  3. 5cdf397 [intel] Move intel_tex.h into place, forgotten in the previous commit. by Eric Anholt · 17 years ago
  4. 8775bf4 [965] Add batchbuffer decode for several more packets. by Eric Anholt · 17 years ago
  5. a664138 [intel] Fix typos in intel_chipset.h macros. by Eric Anholt · 17 years ago
  6. 3bd07ba [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them. by Eric Anholt · 17 years ago
  7. f7e0513 [i915] Reenable batchbuffer debug under INTEL_DEBUG=bat. by Eric Anholt · 17 years ago
  8. 152aa63 [intel] Add some doxygen notes on what the bufmgr_fake block members mean. by Eric Anholt · 17 years ago
  9. c29e9e5 [intel] Add a simple relocation cache to the fake buffer manager. by Eric Anholt · 17 years ago
  10. 4bc625e [intel] Assert against 0-sized buffers in dri_bufmgr_fake.c. by Eric Anholt · 17 years ago
  11. 00eb563 [intel] Add support for multiple levels of relocation in bufmgr_fake. by Eric Anholt · 17 years ago
  12. df3c530 [i915] Push locking in intelClearWithTris down inside meta_draw_poly. by Eric Anholt · 17 years ago
  13. 8211b20 added z/s keys to reset/step rotation by Brian · 17 years ago
  14. fb69fe5 Only emit texcoords for enabled units. Enable/disable units with 0..7 keys. by Brian · 17 years ago
  15. 96ba38a fix bogus assumption if ddx has set up surface reg for z buffer by Roland Scheidegger · 17 years ago
  16. dab7c81 fix position invariant vertex programs for sw-tnl by Roland Scheidegger · 17 years ago
  17. f6ab134 remove dependency on libGLU by Brian · 17 years ago
  18. b87ce5b add glw.pc.in to tarball list, remove from DEPEND_FILES by Brian · 17 years ago
  19. 9bf5da9 i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730 by Xiang, Haihao · 17 years ago
  20. 5786419 test that point/line/quad rendering hits the right pixels by Brian · 17 years ago
  21. 9724dc1 [i915] Remove old frontbuffer rotation hack. by Eric Anholt · 17 years ago
  22. 7d4b89a [intel] By default, output batchbuffer decode to stderr like other debug info. by Eric Anholt · 17 years ago
  23. 38c6162 [intel] Initialize a depth buffer if the visual has depth 24 but no stencil. by Eric Anholt · 17 years ago
  24. 77a5bca [intel] Move over files that will be shared with 965-fbo work. by Eric Anholt · 17 years ago
  25. 8b36166 check for texture and renderbuffer in check_end_texture_render() by Brian · 17 years ago
  26. 4e91ad8 code clean-ups, reformatting by Benno Schulenberg · 17 years ago
  27. d540e8e remove commented-out code by Benno Schulenberg · 17 years ago
  28. 7b3ab45 recreate from changed gl_API.xml by Roland Scheidegger · 17 years ago
  29. 86a4810 alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) by Roland Scheidegger · 17 years ago
  30. d34cadd Prevent loss of vectorequiv information when an alias follows the function being aliased. by Ian Romanick · 17 years ago
  31. 1dfec88 fix Unichrome/Blender crash, bug 13142 by Benno Schulenberg · 17 years ago
  32. 286ce27 Fix compilation for !GLX_DIRECT_RENDERING. by Kristian Høgsberg · 17 years ago
  33. 001de0a Remove a couple of "deprecated" fields from __GLXcontextRec. by Kristian Høgsberg · 17 years ago
  34. 866d271 Don't return 0 in a void function. by Kristian Høgsberg · 17 years ago
  35. badc061 r200: Re-expose SetTexOffset functionality. by Michel Dänzer · 17 years ago
  36. 5a322bc r200: Fix SetTexOffset format for 16 bit pixmaps/textures. by Michel Dänzer · 17 years ago
  37. 559ae0a Pass the visual id to XF86DRICreateContextWithConfig(), not fbconfig id. by Kristian Høgsberg · 17 years ago
  38. cd59600 Renamed the R300_VAP_UNKNOWN_221C to R300_VAP_CLIP_CNTL. by Oliver McFadden · 17 years ago
  39. 35d28ce r300: initial user clipping for TCL paths by Dave Airlie · 17 years ago
  40. 8e66c3d Lookup visual in visual list, not fbconfig list. by Kristian Høgsberg · 17 years ago
  41. e2c2df5 Filter both visuals and fbconfigs against driver supported configs. by Kristian Høgsberg · 17 years ago
  42. c9ce3e8 Check for NULL VB->EdgeFlag array. by Brian · 17 years ago
  43. a49e072 fix mmx code (bug 12614) by Brian · 17 years ago
  44. db2ec45 Fix GLX build of xserver master branch. by Michel Dänzer · 17 years ago
  45. 417cb2c Fix mem leak in SSE code generation path (Michel Dänzer) and don't crash if _mesa_exec_malloc() returns NULL. by Brian · 17 years ago
  46. d9276cb fix typo by Brian · 17 years ago
  47. db95143 r300: move more vap registers out of non tcl paths by Dave Airlie · 17 years ago
  48. bf4feb7 r300: fix misnumber register by Dave Airlie · 17 years ago
  49. 59efbb4 r300: fix texwrap border color by Dave Airlie · 17 years ago
  50. 351a831 remove dead code in _mesa_new_program() by Brian · 17 years ago
  51. 01b18ab Add -fno-strict-aliasing workaround for all GCC targets by Dan Nicholson · 17 years ago
  52. ee79328 nouveau: ppc, swap fragment programs on big endian systems. by Dave Airlie · 17 years ago
  53. 1b880c7 i915: make i915 use the cached mappings for batch/buffer objects. by Dave Airlie · 17 years ago
  54. dbcd20f configs: Set -fexceptions for GLUT on linux-dri like other targets by Dan Nicholson · 17 years ago
  55. d7eb97b confdiff.sh: A testing script for comparing configs settings by Dan Nicholson · 17 years ago
  56. c3b5ada configs: Always use -fPIC for shared libraries, never for static by Dan Nicholson · 17 years ago
  57. 013dbcd Add -fno-strict-aliasing workaround for Linux GCC targets by Dan Nicholson · 17 years ago
  58. 2bdd467 GLSL support in i965 driver by Brian · 17 years ago
  59. 7f80dc1 updated list by Brian · 17 years ago
  60. 5cb2034 check for count==0 in _mesa_validate_DrawArrays() by Brian · 17 years ago
  61. d2f19a5 Fix some build warnings, mostly with XCB. by Michel Dänzer · 17 years ago
  62. a7f6463 Alias glStencilOpSeparateATI with glStencilOpSeparate. by Brian · 17 years ago
  63. 8b8a970 test glStencilFuncSeparateATI() by Brian · 17 years ago
  64. f70ca96 Finish up ATI_separate_stencil by Brian · 17 years ago
  65. 4c53635 add missing _mesa_StencilFuncSeparateATI function by Roland Scheidegger · 17 years ago
  66. 3177b4e More vblank cleanups. by Michel Dänzer · 17 years ago
  67. dc12649 [i915] Include header to pick up intel_ttm_bo_create_from_handle() proto. by Eric Anholt · 17 years ago
  68. b0edb9c Merge branch 'origin' by Eric Anholt · 17 years ago
  69. ad8ee7d Merge branch 'master' of ssh://git.freedesktop.org/git/mesa/mesa by Jesse Barnes · 17 years ago
  70. 38fdb47 Refactor and fix core vblank support by Jesse Barnes · 17 years ago
  71. 06ca145 Build xdemos programs by default on linux-dri by Dan Nicholson · 17 years ago
  72. 1421bff Remember to call XSync() before resetting X error handler. by Chris Rankin · 17 years ago
  73. 3b9e28d linux-dri-xcb: Fix undefined refs when linking with libGL by Dan Nicholson · 17 years ago
  74. 4013348 disable ctx->Driver.NewProgram() call in _mesa_new_program() by Brian · 17 years ago
  75. 1629146 update APP_LIB_DEPS for static library configs (patch 3/3) by Dan Nicholson · 17 years ago
  76. 9ef1d9f simplify APP_LIB_DEPS (patch 2/3) by Dan Nicholson · 17 years ago
  77. c05aa5e specify app lib dependencies in Makefiles (patch 1/3) by Dan Nicholson · 17 years ago
  78. b59dbd8 Only set R_MODE with NV_point_sprite by Alan Hourihane · 17 years ago
  79. 9514209 configs: Fix linux-static to link correctly by Dan Nicholson · 17 years ago
  80. 6ef27b8 Merge branch '965-glsl' by Zou Nan hai · 17 years ago
  81. ff042bf use grep -q by Brian · 17 years ago
  82. 8578534 Ignore new programs by Dan Nicholson · 17 years ago
  83. 6dcf65f simplify/fix the ASM_FLAGS tests (bug 12931) by Brian · 17 years ago
  84. cae5b7f added catamount-osmesa-pgi config by Alex Neundorf · 17 years ago
  85. 26479fa don't build x86, x86-64 dirs if not needed by Brian · 17 years ago
  86. 55d4f32 fix assorted bugs, works now by Brian · 17 years ago
  87. 5e9272c add to git by Brian · 17 years ago
  88. e48f0b0 Implement gl_PointCoord attribute for GLSL fragment shaders. by Brian · 17 years ago
  89. c9d495c properly init dst reg's CondMask/Swizzle fields by Brian · 17 years ago
  90. 2a8e9bb bump up MAX_INSTRUCTIONS and add an assertion to catch emitting too many instructions by Brian · 17 years ago
  91. e90dd4b add directfb glut sources to tarball by Brian · 17 years ago
  92. 2667e56 don't apply ColorMask to main gc by Brian · 17 years ago
  93. a074857 glxinfo: Try creating a GLX context using an fbconfig if no visuals are available. by Kristian Høgsberg · 17 years ago
  94. 950fff0 i915: Add some sanity checks to blit command debugging code. by Michel Dänzer · 17 years ago
  95. a663e84 Framework for supporting z24_s8 and z32 depth textures on r300. by Ian Romanick · 17 years ago
  96. 42a4386 Initial support for ARB_depth_texture by Ian Romanick · 17 years ago
  97. b961ecc Support cards that have ARB_fp but not ARB_shadow. by Ian Romanick · 17 years ago
  98. 374158b mga: Enable (trivial) support for GL_APPLE_vertex_array_object, bump DRIVER_DATE by Ian Romanick · 17 years ago
  99. 366b2c6 mga: Enable (trivial) support for GL_EXT_gpu_program_parameters. by Ian Romanick · 17 years ago
  100. aad5c0f pbutil: Do not require GLX_SGIX_pbuffer for fbconfig only-functions. by Kristian Høgsberg · 17 years ago