1. 982609f scons: builtin_glsl_function on windows needs bundled getopt. by José Fonseca · 14 years ago
  2. ae76027 scons: Try to support building 64bit binaries on 32bit windows. by José Fonseca · 14 years ago
  3. 051f8bb scons: Fix MSVC 64bit build. by José Fonseca · 14 years ago
  4. 3ee97ea mesa: remove some unused gl_shader fields by Brian Paul · 14 years ago
  5. 413511f draw: tweak AA line texture minimum alpha by Brian Paul · 14 years ago
  6. da2e541 svga: add max DMA size check in svga_winsys_buffer_create() by Brian Paul · 14 years ago
  7. 8c61799 svga: remove old comment, remove extra whitespace by Brian Paul · 14 years ago
  8. 11f35aa glsl: Fix parallel build. by Tobias Jakobi · 14 years ago
  9. 6ed0f2a svga: Enable the draw pipeline for smooth lines. by José Fonseca · 14 years ago
  10. 57a3d36 svga: Don't use the draw pipeline for non-AA lines with a fractional width. by José Fonseca · 14 years ago
  11. 4586e6c draw: Don't use the pipeline when drawing lines with fractional widths. by José Fonseca · 14 years ago
  12. 7ac2db8 llvmpipe: Use u_math's round. by José Fonseca · 14 years ago
  13. 151faa2 util: Define round and roundf on MSVC. by José Fonseca · 14 years ago
  14. f0ca9f7 svga: Stippled lines can also be drawn with triangles. by José Fonseca · 14 years ago
  15. de22d8f r300g: remove unused function prototypes, update copyright by Marek Olšák · 14 years ago
  16. 3104e5c egl_dri2: rename loader_extension to dri2_loader_extension by Haitao Feng · 14 years ago
  17. 9f213f6 st/egl wayland: Sync front buffer release by Benjamin Franzke · 14 years ago
  18. 51f2820 egl_dri2 wayland: Sync front buffer release by Benjamin Franzke · 14 years ago
  19. 4e8f95f egl_dri2: Always unbind old contexts by Benjamin Franzke · 14 years ago
  20. 87dde5b egl_dri2: Use double buffering for window surfaces by Benjamin Franzke · 14 years ago
  21. 71fa227 st/dri: Set render_buffer in dri_fill_st_visual by Benjamin Franzke · 14 years ago
  22. fa3283c st/dri: img_from_renderbuf: Fix incorrect usage of dri_context() by Benjamin Franzke · 14 years ago
  23. 0acb31b st/dri: Fix surfaceless gl using contexts with previous bound surfaces by Benjamin Franzke · 14 years ago
  24. c79a5a7 st/egl wayland: Set color_format according to wl_visual by Benjamin Franzke · 14 years ago
  25. 596684e r600g: get correct height alignment by Dave Airlie · 14 years ago
  26. 9d85aba r600g: drop two unused | 0 that are actually in word4 anyways. by Dave Airlie · 14 years ago
  27. 0d851f6 r600g: handle 16/32 u/s norm formats properly by Dave Airlie · 14 years ago
  28. 9a1fe76 r300g: prevent NULL pointer dereference in r300_buffer_create by Marek Olšák · 14 years ago
  29. 2e8726f mesa: Remove empty header file s_trispan.h. by Kenneth Graunke · 14 years ago
  30. e0c1fc3 glsl/Makefile: glcpp doesn't need libglsl.a. by Kenneth Graunke · 14 years ago
  31. 032b162 r300g: plug a memory leak in winsys by Marek Olšák · 14 years ago
  32. 862ebb4 r300g: remove unneeded code in winsys by Marek Olšák · 14 years ago
  33. 98f344c r300g: fix warning by Marek Olšák · 14 years ago
  34. 7da5105 configure.ac: remove libdrm_radeon dependency for r300g and r600g by Marek Olšák · 14 years ago
  35. 6ccab62 r300g: import the last bits of libdrm and cleanup the whole thing by Marek Olšák · 14 years ago
  36. c0beaf6 st/mesa: allow rendering to sRGB textures if EXT_fb_srgb is unsupported by Marek Olšák · 14 years ago
  37. 4c1dc1c i915: Force lowering of all types of indirect array accesses in the FS by Ian Romanick · 14 years ago
  38. 53b8b68 i915: Calculate partial result to temp register first by Ian Romanick · 14 years ago
  39. 05a16b8 u_upload_mgr: Use PIPE_TRANSFER_FLUSH_EXPLICIT. by José Fonseca · 14 years ago
  40. d60f074 scons: Disable -mstackrealign on MinGW again. by José Fonseca · 14 years ago
  41. 1a8899d configure.ac: Fix typo by Kristian Høgsberg · 14 years ago
  42. fea4ad8 r300g: implement accelerated copy_region for compressed formats by Marek Olšák · 14 years ago
  43. 7c24a4c r300g: add a way to change texture properties arbitrarily by Marek Olšák · 14 years ago
  44. 56ba7e9 r300g: consolidate buffers and textures to r300_resource by Marek Olšák · 14 years ago
  45. ce9c0d2 r300g: simplify WRITE_RELOC API and cleanup by Marek Olšák · 14 years ago
  46. ac366af u_blitter: let the driver check whether there's a recursion by Marek Olšák · 14 years ago
  47. fc9170d r300g: use format from pipe_surface instead of pipe_resource by Marek Olšák · 14 years ago
  48. 2314a2f Revert "r300g: support sRGB colorbuffers" by Marek Olšák · 14 years ago
  49. 21b0996 mesa/st: enable GL_EXT_framebuffer_sRGB by Dave Airlie · 14 years ago
  50. 3b8bb7b scons: Restrict whole program optimization to release builds. by José Fonseca · 14 years ago
  51. 2d95885 svga: Don't advertise pixel shader addr register support. by José Fonseca · 14 years ago
  52. 04c5cc5 eglplatform.h: Define Wayland native platform types by Kristian Høgsberg · 14 years ago
  53. b6e3130 nvc0: serialize on PIPE_FLUSH_RENDER_CACHE as well by Christoph Bumiller · 14 years ago
  54. fc798dc3 nvc0: fix stride of NVC0_3D_RT methods by Christoph Bumiller · 14 years ago
  55. 95f0aa0 nvc0: correct storage type for 16 bit surface formats by Christoph Bumiller · 14 years ago
  56. 0bd04cd nvc0: make CSE work for ops with multiple results by Christoph Bumiller · 14 years ago
  57. 0691530 nvc0: replace branching with predicated insns where feasible by Christoph Bumiller · 14 years ago
  58. 0f776fe nvc0: implement local memory load and store ops by Christoph Bumiller · 14 years ago
  59. 4124fea nvc0: make sure phi-ops really have one source per in-block by Christoph Bumiller · 14 years ago
  60. 7401590 nv50,nvc0: do not forget to apply sign mode to saved TGSI inputs by Christoph Bumiller · 14 years ago
  61. c485368 nvc0: do not generate a backwards jump if a loop ends with BRK by Christoph Bumiller · 14 years ago
  62. 8e240e61 nvc0: store only one value per basic block for TGSI regs by Christoph Bumiller · 14 years ago
  63. d5263e4 nv50,nvc0: fix condition code change when commuting SET sources by Christoph Bumiller · 14 years ago
  64. 8f05134 nvc0: set basic block on manual instruction insertion by Christoph Bumiller · 14 years ago
  65. 92d8af5 nvc0: try to fix register conflicts for vector instructions by Christoph Bumiller · 14 years ago
  66. c62fc50 nvc0: reset texture base address after read transfer by Christoph Bumiller · 14 years ago
  67. d3ea15f nvc0: don't combine memory loads across block boundaries by Christoph Bumiller · 14 years ago
  68. f0d7429 nvc0: detect no-op MIN/MAX, do CSE earlier to succeed more often by Christoph Bumiller · 14 years ago
  69. a7293cb mesa/st: Clean up vertex buffer unreferencing by Thomas Hellstrom · 14 years ago
  70. c264786 gallium/docs: fix typo by Marek Olšák · 14 years ago
  71. f70c98b r200: add cast to silence warning by Brian Paul · 14 years ago
  72. 3b0c2eb mesa: remove unused BITFIELD64 macros by Brian Paul · 14 years ago
  73. 6f2f449 mesa: remove _mesa_create_context_for_api() by Brian Paul · 14 years ago
  74. 5e4ca1c mesa: remove _mesa_initialize_context_for_api() by Brian Paul · 14 years ago
  75. 2634e92 mesa: add/update VERBOSE_API logging by Brian Paul · 14 years ago
  76. 7230e1a st/mesa: fix shader deletion regression by Brian Paul · 14 years ago
  77. f6f04ae i965: Add missing DEFINE_BITS for brw dirty bits. by Kenneth Graunke · 14 years ago
  78. 58b7e37 i965: Separate the BRW_NEW_(VS|WM)_CONSTBUF dirty bits. by Kenneth Graunke · 14 years ago
  79. 71acbb5 i965: Rename a few more commands to match the documentation. by Kenneth Graunke · 14 years ago
  80. 15598fb st/egl: Fix platform selection by Benjamin Franzke · 14 years ago
  81. df8ca3e i965: Remove pointless keying of WM state on VUE size. by Eric Anholt · 14 years ago
  82. 76857e8 mesa: Fix the Mesa IR copy propagation to not read past writes to the reg. by Eric Anholt · 14 years ago
  83. 60aab5f glsl: Disable the new copy propagation pass until it gets fixed. by Eric Anholt · 14 years ago
  84. 82f994f glsl: Set operators '%' and '%=' to be reserved when GLSL < 1.30 by Chad Versace · 14 years ago
  85. 69e5516 r600g: fixup assertion by Marek Olšák · 14 years ago
  86. 71df812 r600g: add a faster implementation of transfer_inline_write by Marek Olšák · 14 years ago
  87. f0b202e r600g: slab-allocate buffer and transfer structures by Marek Olšák · 14 years ago
  88. b541a3c r300g: use the same upload buffer for vertices and indices by Marek Olšák · 14 years ago
  89. 467023e r600g: use the same upload buffer for vertices, indices, and constants by Marek Olšák · 14 years ago
  90. 8042470 mesa/st: Plug a fragment program variant parameter leak by Thomas Hellstrom · 14 years ago
  91. 5cbff09 st/mesa: free the temporary bitmap/drawpix shader code by Brian Paul · 14 years ago
  92. 1ee71bd u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer by Marek Olšák · 14 years ago
  93. 7628c4e u_vbuf_mgr: remove tabs by Marek Olšák · 14 years ago
  94. f53cbf8 u_vbuf_mgr: make the uploader public by Marek Olšák · 14 years ago
  95. d8d5c26 Revert "r600g: do not flush the uploader" (with comments) by Marek Olšák · 14 years ago
  96. 4d78daf r600g: silence a few valgrind warnings by Brian Paterni · 14 years ago
  97. bb1036a mesa/st: Fix vertex buffer leak by Thomas Hellstrom · 14 years ago
  98. 1e1b891 wayland-egl: Add struct wl_egl_display argument to +wl_egl_window_create() by Kristian Høgsberg · 14 years ago
  99. 077c448 r600g: Add support for relative addressing on constant buffers. by Henri Verbeet · 14 years ago
  100. 871460e r600g: Set the fetch type in r600_bc_vtx_build(). by Henri Verbeet · 14 years ago