1. 35489ef Merge branch '7.8' by Jesse Barnes · 15 years ago
  2. 0a18cdb DRI2: check for swapAvailable before using swap interval protocol by Jesse Barnes · 15 years ago
  3. 7dfde3a draw llvm: make sure use_llvm isn't used when not defined by Zack Rusin · 15 years ago
  4. e3e5fab draw llvm: fix typo (boolean, not bool) by Zack Rusin · 15 years ago
  5. 05bf77a llvmpipe: fix surface memory allocation bug by Brian Paul · 15 years ago
  6. 64644ec Merge branch '7.8' by Jesse Barnes · 15 years ago
  7. 385e289 DRI2: synchronize swap interval with server at startup time by Jesse Barnes · 15 years ago
  8. 4df3e76 draw llvm: allow runtime switching of pipelines (yes/no to llvm) by Zack Rusin · 15 years ago
  9. 7c4208c draw llvm: fix constructor mess by Zack Rusin · 15 years ago
  10. deee152 llvmpipe: enable draw llvm by default by Zack Rusin · 15 years ago
  11. 653c681 gallium/util: specify binding type for blit src texture by Brian Paul · 15 years ago
  12. 96b0807 mesa: unmap the immediate mode VB before destroying it by Brian Paul · 15 years ago
  13. c060265 st/mesa: invert scissor rect depending on FB orientation by Brian Paul · 15 years ago
  14. cf7d08b mesa: Fix build with gcc 3.3. by Matthieu Herrb · 15 years ago
  15. f4553d9 radeon: Let this build with gcc 3.3 by Matthieu Herrb · 15 years ago
  16. c39ab02 radeon: Fix command type for DRM_RADEON_IRQ_EMIT ioctl. by Owain Ainsworth · 15 years ago
  17. 7f1ae3a mesa: Use __OpenBSD__ to check for OpenBSD. by Matthieu Herrb · 15 years ago
  18. a59771f llvmpipe: triangle function comments by Brian Paul · 15 years ago
  19. 62c9587 gallium/draw: use a local var to simplify some code by Brian Paul · 15 years ago
  20. 44519e1 softpipe: add option to do polygon stipple in softpipe vs. draw module by Brian Paul · 15 years ago
  21. 8f3bdea Merge branch '7.8' by Brian Paul · 15 years ago
  22. e3a34cc gallium/draw: use correct rasterization state for wide/AA points/lines by Brian Paul · 15 years ago
  23. f7c2d4f r300c/r300g: add 3155 rv380 pci id by Dave Airlie · 15 years ago
  24. 7f8676c gallivm: Remove redundant initialization of dst_vec_type. by Vinson Lee · 15 years ago
  25. 57e71b8 nv50: Fix include recursion. by Vinson Lee · 15 years ago
  26. 11cea81 nvfx: Fix include recursion. by Vinson Lee · 15 years ago
  27. 478f19f auxiliary: Move loop variable declaration outside for loop. by Vinson Lee · 15 years ago
  28. c628a2e nvfx: Add missing header and forward declaration. by Vinson Lee · 15 years ago
  29. b2fc623 nouveau: Add missing header. by Vinson Lee · 15 years ago
  30. 5b83e0e r300g: Remove unnecessary headers. by Vinson Lee · 15 years ago
  31. c61db7d i915g: Remove unnecessary header. by Vinson Lee · 15 years ago
  32. aa5be94 auxiliary: Initialize variable. by Vinson Lee · 15 years ago
  33. 349c168 auxiliary: Add util/u_surfaces.c to SCons build. by Vinson Lee · 15 years ago
  34. 1aaf41f st/mesa: s/st_get_stobj_texture/st_get_stobj_resource/ by Brian Paul · 15 years ago
  35. c3016dc st/mesa: s/st_get_texobj_texture/st_get_texobj_resource/ by Brian Paul · 15 years ago
  36. 5d3d63d st/mesa: remove st_texture_object::pipe field by Brian Paul · 15 years ago
  37. 073048c st/mesa: s/st_renderbuffer_get_sampler_view/st_get_renderbuffer_sampler_view/ by Brian Paul · 15 years ago
  38. ef9a619 st/mesa: s/st_sampler_view_from_texture/st_create_texture_sampler_view/ by Brian Paul · 15 years ago
  39. 8a7ea57 st/mesa: s/st_get_stobj_sampler_view/st_get_texture_sampler_view/ by Brian Paul · 15 years ago
  40. ec719ae r300g: implement TRUNC as floor by Marek Olšák · 15 years ago
  41. 394803b r300/compiler: lower CEIL by Marek Olšák · 15 years ago
  42. e53a157 r300/compiler: enable branch emulation for vertex shaders by Marek Olšák · 15 years ago
  43. ebd05a7 r300/compiler: optimize CMP for vertex shaders a bit by Marek Olšák · 15 years ago
  44. 65fd6fb r300/compiler: Use memory_pool_array_reserve in deadcode elimination by Nicolai Hähnle · 15 years ago
  45. 0321f9c r300/compiler: Use memory_pool_array_reserve in r500-fragprog_emit by Nicolai Hähnle · 15 years ago
  46. 340e5e6 r300/compiler: enable branch emulation for R500 fragment programs by Marek Olšák · 15 years ago
  47. 4d7ed84 r300/compiler: Implement branch emulation for R300 fragment programs by Nicolai Hähnle · 15 years ago
  48. eeabe9d u_inlines: split pipe_surface_init in pipe_surface_reset and *_init by Luca Barbieri · 15 years ago
  49. 0490116 tgsi: add comment about potential code removal by Brian Paul · 15 years ago
  50. 8fd0e45 softpipe: new comment and assertion for face value by Brian Paul · 15 years ago
  51. 1673bb3 tgsi: replace 0xf with TGSI_WRITEMASK_XYZW by Brian Paul · 15 years ago
  52. 10e4ec4 softpipe: fix computation of fragment[FACE] attribute by Brian Paul · 15 years ago
  53. 6756c07 softpipe: clean-up and comments by Brian Paul · 15 years ago
  54. b806c30 softpipe: document MAX_QUADS by Brian Paul · 15 years ago
  55. 24ceef7 r300g: more solid is_buffer_referenced implementation by Marek Olšák · 15 years ago
  56. cea7b9f u_surfaces: silence warning by Luca Barbieri · 15 years ago
  57. 69d8b6d Revert "r300g: save vertex buffers around u_blitter calls" by Marek Olšák · 15 years ago
  58. 5acee66 nvfx: move declarations before code by Brian Paul · 15 years ago
  59. 27322ee nvfx: fix void * arithmetic warning by Brian Paul · 15 years ago
  60. b74f4bc nvfx: move declarations before code by Brian Paul · 15 years ago
  61. d84b8cb llvmpipe: update comment by Brian Paul · 15 years ago
  62. d7c336d nvfx: move declarations before code to silence warnings by Brian Paul · 15 years ago
  63. f9ea7a2e auxiliary: add util_dirty_surfaces to track dirty render temporaries by Luca Barbieri · 15 years ago
  64. ac4b8db auxiliary: add util_surfaces to track a resource's pipe_surface structs by Luca Barbieri · 15 years ago
  65. 24af25d u_inlines: add function to initialize pipe_surface by Luca Barbieri · 15 years ago
  66. 2ac0881 nvfx: fix fragment program constant updates by Luca Barbieri · 15 years ago
  67. 7a1b5c9 r300g: do not tell st that a buffer is referenced by hw by Marek Olšák · 15 years ago
  68. bc8fa67 r300g: save vertex buffers around u_blitter calls by Luca Barbieri · 15 years ago
  69. 64aa67a u_blitter: add support for saving vertex buffers by Luca Barbieri · 15 years ago
  70. 5df6c43 p_compiler: add likely/unlikely macros by Luca Barbieri · 15 years ago
  71. 851edfe r300g: fixup 0 stride buffer properly. by Dave Airlie · 15 years ago
  72. 4b148bc llvmpipe: Emit only the vertex attributes necessary for the FS, and ensure the first one is always position. by José Fonseca · 15 years ago
  73. 4272c01 softpipe: Preserve/check the signal of the number of scanlines in an edge. by José Fonseca · 15 years ago
  74. b609cfc draw: Cosmetic cleanups and comments. by José Fonseca · 15 years ago
  75. d036e93 retrace: Fix vertex/index/constant buffer dumping. by José Fonseca · 15 years ago
  76. 53c3c91 trace: Handle transfers with zero strides correctly. by José Fonseca · 15 years ago
  77. 4b95c95 st/python: Set the bind flag for the default texture. by José Fonseca · 15 years ago
  78. 5c898af retrace: Remove deprecated code. by José Fonseca · 15 years ago
  79. 6aae062 mesa: Restore comment too. by José Fonseca · 15 years ago
  80. 4e98116 glsl: Fix handling of OPCODE_PRINT for no registers case. by Vinson Lee · 15 years ago
  81. 4485dd8 i965: Assert that an OPCODE_IF was seen before an OPCODE_ELSE. by Vinson Lee · 15 years ago
  82. 010f81f st/dri: Check for NULL before dereference and assignment. by Vinson Lee · 15 years ago
  83. 63c6d6a nvfx: Initialize variables. by Vinson Lee · 15 years ago
  84. 0268e89 r300g: Cast rbuf->user_buffer to 'uint8_t *' before arithmetic. by Vinson Lee · 15 years ago
  85. fe52b58 nvfx: Remove unused variables. by Vinson Lee · 15 years ago
  86. 891e9d6 nv50: Initialize variables. by Vinson Lee · 15 years ago
  87. b054d79 nv50: Remove unused variable. by Vinson Lee · 15 years ago
  88. 5db285b i915g: Remove broken power of two function by Jakob Bornecrantz · 15 years ago
  89. d14c4ca i915g: Add some helper functions by Jakob Bornecrantz · 15 years ago
  90. ed94e74 i915g: Fix cubemap layouts by Jakob Bornecrantz · 15 years ago
  91. 762ed4d i915g: Clean and add some debug printing by Jakob Bornecrantz · 15 years ago
  92. 29ff6e8 gallium/tests: Make trivial apps depend on libs by Jakob Bornecrantz · 15 years ago
  93. 0b4df63 r300g: various other cleanups by Marek Olšák · 15 years ago
  94. d3e7dfc r300g: inline screen_buffer functions by Marek Olšák · 15 years ago
  95. 9f2f609 r300g: remove unused declarations by Marek Olšák · 15 years ago
  96. 5b609ba r300g: add debugging options "notiling" and "noimmd" (for testing) by Marek Olšák · 15 years ago
  97. 4185d97 r300g: remove r300_transfer::ctx by Marek Olšák · 15 years ago
  98. bb4f5ff r300g: remove use of c++ keywords by Marek Olšák · 15 years ago
  99. c383def r300g: always create microtiled zbuffer regardless of texture dimensions by Marek Olšák · 15 years ago
  100. 65a3c31 i915g: Remove unnecessary headers. by Vinson Lee · 15 years ago