1. dca1b79 autoconf: Initial support for an autoconf configuration by Dan Nicholson · 17 years ago
  2. d5cee90 autoconf: Add support files required for autoconf use by Dan Nicholson · 17 years ago
  3. f1efacb Make osdemos linking like other programs by Dan Nicholson · 17 years ago
  4. 6aaf9bd configs: Fix linking with static libGL and --as-needed by Dan Nicholson · 17 years ago
  5. e2ca788 i915: fix the error in the previos commit. by Xiang, Haihao · 17 years ago
  6. c1a3ac0 i915: Check the program size when uploading a program. fix bug 13494 by Xiang, Haihao · 17 years ago
  7. 62f6e55 Minor followup fixes for the previous commit. by Michel Dänzer · 17 years ago
  8. 17afc80 Always call dlopen in DriverOpen. by George Nassas · 17 years ago
  9. 125bd4c Revert "[965] Add missing flagging of new stage programs for updating stage state." by Eric Anholt · 17 years ago
  10. a4642f3 [965] Add missing flagging of new stage programs for updating stage state. by Eric Anholt · 17 years ago
  11. 259eacf Fix endianness bug in _mesa_texstore_argb8888() by Brian · 17 years ago
  12. 2407e48 Don't Swap buffer if a DRIDrawable is entirely obscured by another window. by Xiang, Haihao · 17 years ago
  13. 5b91ee2 Undo changes made to the toyball shaders in commit d19d0596daf004b56d80f78fa1a329b43c2ebf94 by Brian · 17 years ago
  14. 02afd45 fix span->facing computation and gl_FrontFacing initialization by Brian · 17 years ago
  15. 2ee7035 Fix gl_FrontFacing compilation problem by Brian · 17 years ago
  16. df198d2 added culling/wireframe options by Brian · 17 years ago
  17. fc7ddea Use -Bsymbolic for linking all shared objects. by Michel Dänzer · 17 years ago
  18. 3a90679 [965] Change constant buffer from state structs to plain batch emission. by Eric Anholt · 17 years ago
  19. 454043c fix DD_TRI_LIGHT_TWOSIDE bug (#13368) by Brian · 17 years ago
  20. 2dc85e8 Fix the library name in glw.pc by Dan Nicholson · 17 years ago
  21. ce98779 glut doesn't need -lXt by Brian · 17 years ago
  22. b1416c2 added missing quote char by Brian · 17 years ago
  23. 2af613e i915: Fix up state changes for i8xx. by Michel Dänzer · 17 years ago
  24. 556cf9a [intel] Move batch bo_unmap from TTM code to shared, and add more asserts. by Eric Anholt · 17 years ago
  25. d388cad [intel] Add failure path printfs to relocation code and some comments. by Eric Anholt · 17 years ago
  26. 700468b [intel] Simplify TTM relocation code by passing around bufmgr struct. by Eric Anholt · 17 years ago
  27. ddd92ee [intel] Fix the type and naming of the flags/mask args to TTM functions. by Eric Anholt · 17 years ago
  28. 6f8dee0 [intel] intel_bufmgr_ttm style sanity by Eric Anholt · 17 years ago
  29. b0b882b fix-build: remove ctx->_Facing assignment by Brian · 17 years ago
  30. fcd7c37 fix broken two-sided stencil by Brian · 17 years ago
  31. 44c8dac better front-plane clip test by Brian · 17 years ago
  32. a11b6f0 Updates of some OpenVMS makefiles. by joukj · 17 years ago
  33. 86f3135 Merge branch 'master' of git+ssh://joukj@git.freedesktop.org/git/mesa/mesa by joukj · 17 years ago
  34. d2540e6 i965: if source depth to render target is set, it should be handled in fb_write. by Xiang, Haihao · 17 years ago
  35. 6bc1d38 i965: use uncompressed instruction to ensure only by Xiang, Haihao · 17 years ago
  36. 1df7a82 [i915] Make INTEL_DEBUG=bufmgr actually do things for bufmgr_fake. by Eric Anholt · 17 years ago
  37. 61fbc81 New ctx->Driver.Map/UnmapTexture() functions for accessing textures from t_vb_program.c by Brian · 17 years ago
  38. a2ab143 cleanups, comments by Brian · 17 years ago
  39. a7e1b44 Move _mesa_load_tracked_matrices() from TNL module to prog_statevars.c by Brian · 17 years ago
  40. dc88a96 r200: Fix texture format regression on big endian systems. by Michel Dänzer · 17 years ago
  41. d8fcb50 i965: update RefCount when using Vertex/Fragment program. by Xiang, Haihao · 17 years ago
  42. 16099c1 remove drawable from hash table when window is deleted (see bug 13091) by WuNian · 17 years ago
  43. 5c64e68 use DEFAULT_SOFTWARE_DEPTH_BITS by Delle · 17 years ago
  44. 27028fc minor additions to avoid FAQs by Brian · 17 years ago
  45. 5ef3a2c document GLSL float f/F suffix bug by Brian · 17 years ago
  46. 4fe3bf2 set fp->UsesKill when emitting OPCODE_KIL by Brian · 17 years ago
  47. 92e4090 add a few more logicop modes, simplify code by Brian · 17 years ago
  48. 74cd0b4 improve 24-bit Z to 32-bit Z conversion by Brian · 17 years ago
  49. 46e03d5 i965: The jump instruction count is added by Xiang, Haihao · 17 years ago
  50. a8fee3a i915: Catch cases where not all state is emitted for a new batchbuffer. by Keith Whitwell · 17 years ago
  51. 63e6bfe i915: Some additional blit fixes and assertions. by Michel Dänzer · 17 years ago
  52. 4210862 libGL: Make sure a valid value is returned for GLX_BIND_TO_MIPMAP_TEXTURE_EXT. by Michel Dänzer · 17 years ago
  53. 7dd5ced intel: Fix relative symlinks. by Michel Dänzer · 17 years ago
  54. be1fa5b better test of point attenuation by Brian · 17 years ago
  55. 88b067c #define GL_GLEXT_PROTOTYPES to silence warning by Brian · 17 years ago
  56. 999b556 Consolidate texture fetch code and use partial derivatives when possible. by Brian · 17 years ago
  57. ba16243 Fix parsing of gl_FrontLightModelProduct.sceneColor, don't segfault on variable array indexes. by Brian · 17 years ago
  58. c14d969 need to check border width in sample_linear_2d() - fixes failed assertion in texwrap.c test by Brian · 17 years ago
  59. 0fd679a Consolidate point size computation, clamping in get_size(). by Brian · 17 years ago
  60. ccb1c9d Print point/line size range limits by Brian · 17 years ago
  61. 3d51c79 fix z buffer read/write issue with rv100-like chips and old ddx by Roland Scheidegger · 17 years ago
  62. 93c98a4 [965] Replace 965 texture format code with common code. by Eric Anholt · 17 years ago
  63. e962997 [965] Remove dead exec vfmt code which was replaced by generic vbo code. by Eric Anholt · 17 years ago
  64. 827e72d clamp lambda to Min/MaxLod by Brian · 17 years ago
  65. 3821d15 [965] Add INTEL_DEBUG=fall debugging output. by Eric Anholt · 17 years ago
  66. 27674c4 [965] Convert DBG macro to use FILE_DEBUG_FLAG like i915. by Eric Anholt · 17 years ago
  67. 87373e3 fix some texture format assertions, etc by Brian · 17 years ago
  68. 22a374f fix out-of-bounds array index (ix=-1) by Brian · 17 years ago
  69. f00a649 [intel] Add 965 support to shared intel_blit.c by Eric Anholt · 17 years ago
  70. 9b461d4 [i915] Pass static region names in so debugging says more than "static region". by Eric Anholt · 17 years ago
  71. 5ef6803 [intel] Move additional code to be shared from intel_context.h to intel/. by Eric Anholt · 17 years ago
  72. 5cdf397 [intel] Move intel_tex.h into place, forgotten in the previous commit. by Eric Anholt · 17 years ago
  73. 8775bf4 [965] Add batchbuffer decode for several more packets. by Eric Anholt · 17 years ago
  74. a664138 [intel] Fix typos in intel_chipset.h macros. by Eric Anholt · 17 years ago
  75. 3bd07ba [i915] Add INTEL_DEBUG=sync debug flag to wait for fences after making them. by Eric Anholt · 17 years ago
  76. f7e0513 [i915] Reenable batchbuffer debug under INTEL_DEBUG=bat. by Eric Anholt · 17 years ago
  77. 152aa63 [intel] Add some doxygen notes on what the bufmgr_fake block members mean. by Eric Anholt · 17 years ago
  78. c29e9e5 [intel] Add a simple relocation cache to the fake buffer manager. by Eric Anholt · 17 years ago
  79. 4bc625e [intel] Assert against 0-sized buffers in dri_bufmgr_fake.c. by Eric Anholt · 17 years ago
  80. 00eb563 [intel] Add support for multiple levels of relocation in bufmgr_fake. by Eric Anholt · 17 years ago
  81. df3c530 [i915] Push locking in intelClearWithTris down inside meta_draw_poly. by Eric Anholt · 17 years ago
  82. 8211b20 added z/s keys to reset/step rotation by Brian · 17 years ago
  83. fb69fe5 Only emit texcoords for enabled units. Enable/disable units with 0..7 keys. by Brian · 17 years ago
  84. 96ba38a fix bogus assumption if ddx has set up surface reg for z buffer by Roland Scheidegger · 17 years ago
  85. dab7c81 fix position invariant vertex programs for sw-tnl by Roland Scheidegger · 17 years ago
  86. f6ab134 remove dependency on libGLU by Brian · 17 years ago
  87. b87ce5b add glw.pc.in to tarball list, remove from DEPEND_FILES by Brian · 17 years ago
  88. 9bf5da9 i965: correct the opcode of XY_SETUP_BLT_CMD. fix bug #12730 by Xiang, Haihao · 17 years ago
  89. 5786419 test that point/line/quad rendering hits the right pixels by Brian · 17 years ago
  90. 9724dc1 [i915] Remove old frontbuffer rotation hack. by Eric Anholt · 17 years ago
  91. 7d4b89a [intel] By default, output batchbuffer decode to stderr like other debug info. by Eric Anholt · 17 years ago
  92. 38c6162 [intel] Initialize a depth buffer if the visual has depth 24 but no stencil. by Eric Anholt · 17 years ago
  93. 77a5bca [intel] Move over files that will be shared with 965-fbo work. by Eric Anholt · 17 years ago
  94. 8b36166 check for texture and renderbuffer in check_end_texture_render() by Brian · 17 years ago
  95. 4e91ad8 code clean-ups, reformatting by Benno Schulenberg · 17 years ago
  96. d540e8e remove commented-out code by Benno Schulenberg · 17 years ago
  97. 7b3ab45 recreate from changed gl_API.xml by Roland Scheidegger · 17 years ago
  98. 86a4810 alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) by Roland Scheidegger · 17 years ago
  99. d34cadd Prevent loss of vectorequiv information when an alias follows the function being aliased. by Ian Romanick · 17 years ago
  100. 1dfec88 fix Unichrome/Blender crash, bug 13142 by Benno Schulenberg · 17 years ago