1. fd0082c i965: Support Android RGBX8888 format for EGL generated images by Sean V Kelley · 12 years ago
  2. 249817e intel: set dri_format field for all images by Ander Conselvan de Oliveira · 12 years ago
  3. fc7d224 intel: properly return the image format on intel_query_image by Ander Conselvan de Oliveira · 12 years ago
  4. e4c97f1 autoconf: pass -Wall to automake by Dylan Noblesmith · 12 years ago
  5. b443ca9 i965/fs: Fix FB writes that tried to use the non-existent m16 register. by Kenneth Graunke · 12 years ago
  6. 4650aea i965/vs: Fix texelFetchOffset() by Eric Anholt · 12 years ago
  7. f41ecad i965/fs: Fix texelFetchOffset() by Eric Anholt · 12 years ago
  8. 137c5ec i965: Convert live interval computation to using live variable analysis. by Eric Anholt · 12 years ago
  9. 34b17ee i965: Move the old live interval analysis code next to the new live vars code. by Eric Anholt · 12 years ago
  10. 0d6c96a i965: Add support for live variable analysis using dataflow analysis. by Eric Anholt · 12 years ago
  11. 080b125 i965: Add basic block generator. by Eric Anholt · 12 years ago
  12. 8890c75 i965/fs: Suppress printing the whole loop in BRW_OPCODE_DO annotation. by Eric Anholt · 12 years ago
  13. 4f96e98 i965: Rename BRW_MAX_SURFACES to BRW_MAX_WM_SURFACES. by Kenneth Graunke · 12 years ago
  14. 5177f6b i965: Fix outdated comments about binding tables. by Kenneth Graunke · 12 years ago
  15. f3d8bd3 nouveau: rework and simplify nv04/nv05 driver a bit by Ben Skeggs · 12 years ago
  16. 2e47d01 nouveau/vieux: switch to libdrm_nouveau-2.0 by Ben Skeggs · 13 years ago
  17. dd32df3 i965: fix typo by Dylan Noblesmith · 12 years ago
  18. 249fc70 i965: When the kernel lacks the LLC check, assume it's present on gen >= 6. by Eric Anholt · 13 years ago
  19. e3df283 intel: Drop backwards compat code for not having libdrm with the LLC check. by Eric Anholt · 13 years ago
  20. 80ecb8f i965/fs: Avoid generating extra AND instructions on bool logic ops. by Eric Anholt · 13 years ago
  21. 32ae8d3 i965/fs: Try to avoid generating extra MOVs to do saturates. by Eric Anholt · 13 years ago
  22. a27c7d8 i965: Stop lying about cpp and height of a stencil buffer. by Paul Berry · 12 years ago
  23. a07cf33 i965: Add support for sampling texture buffer objects on gen7+. by Eric Anholt · 12 years ago
  24. 0b3729c i965: Add real support for texturing/rendering with MESA_FORMAT_RGBA8888_REV. by Eric Anholt · 12 years ago
  25. aa8ce1b i965/gen7: Fix the /* ignored */ comment on constant surface setup. by Eric Anholt · 12 years ago
  26. f78f48b i965: Remove vestiges of function call support from the old VS backend. by Kenneth Graunke · 12 years ago
  27. c653287 i915: set SPRITE_POINT_ENABLE bit correctly by Yuanhan Liu · 13 years ago
  28. 2a80a1e i965: Actually upload sampler state pointers for the VS unit on Gen6. by Kenneth Graunke · 12 years ago
  29. f75c2d5 glsl: Demote 'type' from ir_instruction to ir_rvalue and ir_variable. by Kenneth Graunke · 13 years ago
  30. 252d311 i965/aub: Dump a final bitmap from DestroyContext. by Kenneth Graunke · 12 years ago
  31. a45247f intel: add PCI IDs for Ivy Bridge GT2 server variant by Eugeni Dodonov · 12 years ago
  32. bd2410b intel: Add some PCI IDs for Haswell. by Kenneth Graunke · 13 years ago
  33. 4848122 i965: Set "Shader Channel Select" fields in Haswell's SURFACE_STATE. by Kenneth Graunke · 13 years ago
  34. a23dcc1 i965: Fill in Sample Mask in Haswell's 3DSTATE_PS. by Kenneth Graunke · 13 years ago
  35. fc8edbe i965: Set "Stencil Buffer Enable" bit on Haswell. by Kenneth Graunke · 13 years ago
  36. b4410ac i965: Set Line Stipple enable bit in 3DSTATE_SF for Haswell. by Kenneth Graunke · 13 years ago
  37. 1b3a199 i965: Update max VS/PS threads shift offsets for Haswell. by Kenneth Graunke · 13 years ago
  38. 1ba8c6a i965: Disable HiZ on Haswell for now. by Kenneth Graunke · 13 years ago
  39. 180aecb i965: Add initial IS_HASWELL() macros. by Kenneth Graunke · 13 years ago
  40. 01044fc i965: Avoid explicit accumulator operands in SIMD16 mode on Gen7. by Kenneth Graunke · 12 years ago
  41. 9cb777e intel: fix un-blanced map_refcount issue by Yuanhan Liu · 12 years ago
  42. 7b64241 intel: fix TFP at 16-bpp by Dave Airlie · 13 years ago
  43. 8d9decb intel: fix null dereference processing HiZ buffer by Dylan Noblesmith · 13 years ago
  44. 9bd38f3 intel: Make use of the new GPU-unsynchronized map functionality in libdrm. by Eric Anholt · 13 years ago
  45. 8308869 intel: Drop the tracking of bo_map vs bo_map_gtt for unmapping. by Eric Anholt · 13 years ago
  46. f97da4e i965: Avoid flushing the batch for busy BOs for ARB_mbr with INVALIDATE_BUFFER. by Eric Anholt · 13 years ago
  47. 2222aa0 intel: Handle devid overrides using libdrm. by Eric Anholt · 13 years ago
  48. 0247d89 intel: Ask libdrm to dump an AUB file if INTEL_DEBUG=aub. by Eric Anholt · 13 years ago
  49. 668ed95 drirc: Add missing XML attributes that made the driconf application whine. by Eric Anholt · 13 years ago
  50. d09fce5 i965: Change the hiz-override env var to a driconf option. by Eric Anholt · 13 years ago
  51. 447aff5 i965: Drop the INTEL_FORCE_GS environment variable. by Eric Anholt · 13 years ago
  52. 7e6221f intel: Drop the INTEL_NO_BLIT debug environment variable. by Eric Anholt · 13 years ago
  53. 67d3ff7 intel: Drop the INTEL_STRICT_CONFORMANCE environment variable. by Eric Anholt · 13 years ago
  54. cdcfd5d intel: Fix a case when mapping large texture fails by Anuj Phogat · 13 years ago
  55. dfce56b Add Makefile.in to toplevel .gitignore by Kenneth Graunke · 13 years ago
  56. b41ab3b Add .deps/, .libs/, and *.la to toplevel .gitignore by Paul Berry · 13 years ago
  57. f4a93e0 mesa: rework texture completeness testing by Brian Paul · 13 years ago
  58. 40c995c i915: fallback for NPOT cubemap texture by Yuanhan Liu · 13 years ago
  59. aec47e7 dri_util: add copyright/license blurb by Brian Paul · 13 years ago
  60. 3186630 i965/fs: Jump from discard statements to the end of the program when done. by Eric Anholt · 13 years ago
  61. bddb2ed i965: Add disasm for gen6+ UIP/JIP on BREAK/CONT/HALT. by Eric Anholt · 13 years ago
  62. 99cd475 i965: Enable SIMD16 mode for shaders with loops on Gen6+. by Kenneth Graunke · 13 years ago
  63. 8219581 radeon: remove use of DD_FLATSHADE by Brian Paul · 13 years ago
  64. 22d6268 i915: remove occurances of _DD_NEW_x flags by Brian Paul · 13 years ago
  65. c90ae6b radeon/r200: remove ClearColor driver functions by Brian Paul · 13 years ago
  66. e0ed951 radeon/r200: remove ClearDepth() and ClearStencil() driver hooks by Brian Paul · 13 years ago
  67. 5bb2059 radeon/r200: remove hyperz/fast clear testing code by Brian Paul · 13 years ago
  68. 60218b6 drirc: Add force_glsl_extensions_warn workaround for Unigine Heaven. by Kenneth Graunke · 13 years ago
  69. 43af02a i965: handle gl_PointCoord for Gen4 and Gen5 platforms by Yuanhan Liu · 13 years ago
  70. cf2f9ef i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect check by Yuanhan Liu · 13 years ago
  71. 4aa1ac5 dri/nouveau: don't use nested functions by nobled · 13 years ago
  72. f172eae i965: fixup W-tile offset computation to take swizzling into account by Daniel Vetter · 13 years ago
  73. 058fc65 i915: fix wrong rendering of gl_PointSize on Pineview by Yuanhan Liu · 13 years ago
  74. 489ac8e i915: Fix i830 polygon stipple from PBOs. by Kurt Roeckx · 13 years ago
  75. 024ece7 i915: Compute maximum number of verts using the actual batchbuffer size. by Kurt Roeckx · 13 years ago
  76. 33b0789 i830: Compute initial number of vertices from remaining batch space by Chris Wilson · 13 years ago
  77. 7d13a6e dri/i915: Fix off-by-one in i830 clip region size. by Alban Browaeys · 13 years ago
  78. ae92180 intel: Don't enable GL_ARB_draw_instanced pre-gen4. by Eric Anholt · 13 years ago
  79. 4d4f2da i915: Fix piglit fbo-nodepth-test on i830. by Eric Anholt · 13 years ago
  80. c59bdee i965: Disable PrimitiveID upload. by Kenneth Graunke · 13 years ago
  81. e9bcdc2 i965: Enable the GL_ARB_draw_instanced extension. by Kenneth Graunke · 13 years ago
  82. e568b00 i965: Fix swizzles for system values such as gl_InstanceID. by Kenneth Graunke · 13 years ago
  83. b2ace06 i965: Fix Gen6+ dynamic state upper bound on older kernels. by Kenneth Graunke · 13 years ago
  84. ba1d921 mesa: Push the shine table into the tnl module. by Mathias Fröhlich · 13 years ago
  85. 0da5086 i965: Avoid blocking on the GPU for setting the HiZ op vertex data. by Eric Anholt · 13 years ago
  86. 630ab0d mesa: remove last of MAX_WIDTH, MAX_HEIGHT by Brian Paul · 13 years ago
  87. 3ff527f intel: remove MAX_WIDTH usage in intelInitContext() by Brian Paul · 13 years ago
  88. df22829 dri/swrast: use SWRAST_MAX_WIDTH/HEIGHT by Brian Paul · 13 years ago
  89. 80513ec i915: Initialize swrast_texture_image structure fields. by Paul Berry · 13 years ago
  90. 0beed7f intel: bump DRI_IMAGE extension version to 3 by Jesse Barnes · 13 years ago
  91. 8de5c35 gbm: track buffer format through DRI drivers by Jesse Barnes · 13 years ago
  92. ab79d2b i965/gen6: Fix near-NULL deref in setting up GS binding table for non-XFB. by Eric Anholt · 13 years ago
  93. 6ca50f3 i965: Correct the size of the state batch space allocated for binding tables. by Eric Anholt · 13 years ago
  94. 9fa6377 i965: Fix a bad comment in gen6 sol setup. by Eric Anholt · 13 years ago
  95. 96ba94c i965/gen6: Fix the size of the GS surface binding table. by Eric Anholt · 13 years ago
  96. 172bb92 i965: Only set Last Render Target Select on the last FB write. by Kenneth Graunke · 13 years ago
  97. f33d100 intel: Silence valgrind warning for getparam ioctl argument. by Eric Anholt · 13 years ago
  98. 5a7942c i965: Rename the original binding table to mention that it's the WM now. by Eric Anholt · 13 years ago
  99. f9c3ea3 i965: Split the gen6 GS binding table to a separate table. by Eric Anholt · 13 years ago
  100. 07e00b3 i965: Split the VS binding table to a separate table. by Eric Anholt · 13 years ago