1. e1bc68b scons: Fix cross-compilation. by José Fonseca · 14 years ago
  2. 0448f73 r600g: add missing RECIPSQRT_CLAMPED to r600_bc_get_num_operands by Christian König · 14 years ago
  3. a25b91c r600g: rework bank swizzle code by Christian König · 14 years ago
  4. 89275c0 r600g: fix alu slot assignment by Christian König · 14 years ago
  5. 236e99f r600g: optimize away CF ALU instructions even if type doesn't match by Christian König · 14 years ago
  6. 370ae0b nvc0: identify POINT_RASTER_RULES, add POINT_SMOOTH state by Christoph Bumiller · 14 years ago
  7. abbb1c8 draw: Fix an off-by-one bug in a vsplit assertion. by Chia-I Wu · 14 years ago
  8. 1f66930 i965: Remove unnecessary headers. by Vinson Lee · 14 years ago
  9. d599df8 targets/egl-static: Remove unnecessary header. by Vinson Lee · 14 years ago
  10. eb70e58 r600g: Silence uninitialized variable warnings. by Vinson Lee · 14 years ago
  11. d76f1da mesa: Add missing break statement in SARGB8 case. by Vinson Lee · 14 years ago
  12. ca31c59 egl: need stdio.h for non-Windows build too to avoid compiler warning by Brian Paul · 14 years ago
  13. dad914f dri_util: fail driCreateNewScreen if InitScreen is NULL by Paulo Zanoni · 14 years ago
  14. 9277a62 scons: Ensure the OpenVG/EGL import libs are also prefixed with 'lib'. by José Fonseca · 14 years ago
  15. 63528c4 scons: Build libOpenVG.dll & libEGL.dll by José Fonseca · 14 years ago
  16. 80f1887 util: Undo spurious changes in last commit. by José Fonseca · 14 years ago
  17. fe2cfd9 util: Don't limit debug_printf message length on unices. by José Fonseca · 14 years ago
  18. a22a332 egl: Improve driver selection. by Chia-I Wu · 14 years ago
  19. 655e459 egl: Simplify driver matching. by Chia-I Wu · 14 years ago
  20. a4a38dc egl: Cleanup _EGLDisplay initialization. by Chia-I Wu · 14 years ago
  21. 47b2af2 glsl/s_expression: Read and ignore Scheme-style comments. by Kenneth Graunke · 14 years ago
  22. 5bfb68c glsl/builtins: Remove unnecessary (constant bool (1)) from assignments. by Kenneth Graunke · 14 years ago
  23. bbafd2b ir_reader: Make assignment conditions optional. by Kenneth Graunke · 14 years ago
  24. b74ff38 ir_reader: Convert to a class. by Kenneth Graunke · 14 years ago
  25. ec7e4f0 ir_reader: Combine the three dereference reading functions into one. by Kenneth Graunke · 14 years ago
  26. e486fca ir_reader: Relax requirement that function arguments be s_lists. by Kenneth Graunke · 14 years ago
  27. d798815 ir_reader: Remove s_list::length() method. by Kenneth Graunke · 14 years ago
  28. daeb0c6 ir_reader: Add a pattern matching system and use it everywhere. by Kenneth Graunke · 14 years ago
  29. 407184f mesa/srgb: handle SARGB8 case in the sw fbo renderer. by Dave Airlie · 14 years ago
  30. 71b889f st/mesa: fix a regression from cae2bb76 by Fredrik Höglund · 14 years ago
  31. bd2b723 nvc0: disable calling of sw methods we don't implement by Ben Skeggs · 14 years ago
  32. 8c8e26d mesa/fbo: prevent assert trigger on i965 with piglit fbo-srgb test. by Dave Airlie · 14 years ago
  33. 0c1db2f nvc0: fix mp_stack_bo relocation by Ben Skeggs · 14 years ago
  34. 31b1051 mesa: Move loop variable declarations outside for loop in extensions.c. by Vinson Lee · 14 years ago
  35. dd973cd mesa: check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT() by Brian Paul · 14 years ago
  36. 67722ae mesa: don't assert in GetIntegerIndexed, etc by Brian Paul · 14 years ago
  37. 2fa6012 mesa: fix num_draw_buffers==0 in fixed-function fragment program generation by Brian Paul · 14 years ago
  38. 30616fd st/mesa: add st_BeginQuery() case for GL_ANY_SAMPLES_PASSED by Brian Paul · 14 years ago
  39. 1b173fb glsl: remove trailing comma to silence warning by Brian Paul · 14 years ago
  40. 4d96af9 noop: change var type to silence warning by Brian Paul · 14 years ago
  41. b076551 glsl/Makefile: Fix build with --as-needed. by Kenneth Graunke · 14 years ago
  42. 356e2e9 mesa: Move declaration before code in extensions.c. by Vinson Lee · 14 years ago
  43. a7b5664 mesa: Change OES_point_sprite to depend on ARB_point_sprite by Chad Versace · 14 years ago
  44. 0391501 mesa: Change dependencies of some OES extension strings by Chad Versace · 14 years ago
  45. 19418e9 mesa: Add/remove extensions in extension string by Chad Versace · 14 years ago
  46. 9b260c3 mesa: Refactor handling of extension strings by Chad Versace · 14 years ago
  47. bd33055 glsl: Track variable usage, use that to enforce semantics by Ian Romanick · 14 years ago
  48. c3f000b i965/fs: Do flat shading when appropriate. by Eric Anholt · 14 years ago
  49. 6881262 r600g: also look at tex inst when for maximum gpu count by Christian König · 14 years ago
  50. a42906f generate_builtins.py: Add missing import. by Vinson Lee · 14 years ago
  51. e1fb511 meta: Actually use mipmapping when generating mipmaps. by Eric Anholt · 14 years ago
  52. e880a57 i965: Clarify when we need to (re-)calculate live intervals. by Eric Anholt · 14 years ago
  53. c60cb25 r600g: implement output modifiers and use them to further optimize LRP by Christian König · 14 years ago
  54. 7728bef r600g: use special constants for 0, 1, -1, 1.0f, 0.5f etc by Christian König · 14 years ago
  55. dffad73 r600g: optimize temp register handling for LRP by Christian König · 14 years ago
  56. 8813842 r600g: optimize away CF_INST_POP by Christian König · 14 years ago
  57. 052b9e8 r600g: make dumping of shaders an option by Christian König · 14 years ago
  58. 95a2b26 r600g: fix alu dumping by Christian König · 14 years ago
  59. 47e7c6f r600g: improve r600_bc_dump by Christian König · 14 years ago
  60. 9351ef7 i965/vs: When MOVing to produce ABS, strip negate of the operand. by Eric Anholt · 14 years ago
  61. ab56e3b i965/fs: When producing ir_unop_abs of an operand, strip negate. by Eric Anholt · 14 years ago
  62. 416ca90 glsl: Make builtin_compiler build on Windows with MSVC. by José Fonseca · 14 years ago
  63. 0035d1d glsl: Make builtin_compiler portable for non-unices. by José Fonseca · 14 years ago
  64. f9bb532 getopt: Make code more portable. by José Fonseca · 14 years ago
  65. 6d670f6 getopt: Import OpenBSD getopt implementation for MSVC. by José Fonseca · 14 years ago
  66. 46662de scons: Update windows build for vgapi->openvg rename. by José Fonseca · 14 years ago
  67. b07ad1d scons: Fix build on systems without libOpenVG.so by José Fonseca · 14 years ago
  68. 1e4f412 egl: When EGL_DRIVER is set, do not add other drivers. by Chia-I Wu · 14 years ago
  69. 4924cb9 egl: libEGL depends on LOCAL_LIBS. by Chia-I Wu · 14 years ago
  70. 39812c4 egl_dri2: Fix eglGetProcAddress. by Chia-I Wu · 14 years ago
  71. a8b6b65 scons: Updates for targets/egl-static. by Chia-I Wu · 14 years ago
  72. 49ed5bb targets/egl-static: New EGL target for scons. by Chia-I Wu · 14 years ago
  73. 1412dea glsl: Add type inference support for remaining expression opcodes. by Kenneth Graunke · 14 years ago
  74. 4eb7284 i965: Tighten up the check for flow control interfering with coalescing. by Eric Anholt · 14 years ago
  75. 93a95ad r600g: texture instructions also work fine with TGSI_FILE_INPUT by Christian König · 14 years ago
  76. a1146c1 r600g: DP4 also supports writemasking by Christian König · 14 years ago
  77. 7be5455 r600g: Why all this fiddling with tgsi_helper_copy? by Christian König · 14 years ago
  78. cc0f604 r600g: fix tex and vtx joining by Christian König · 14 years ago
  79. c00bc13 glsl: Fix the lowering of variable array indexing to not lose write_masks. by Eric Anholt · 14 years ago
  80. 5acf94e i965: Remove dead fallback for stencil _Enabled but no stencil buffer. by Eric Anholt · 14 years ago
  81. 2422054 r600g: Fixed SIN/COS/SCS for the case where the operand is a literal. by Tilman Sauerbeck · 14 years ago
  82. ca89602 r600c: add evergreen ARL support. by Alberto Milone · 14 years ago
  83. 0865af4 noop: remove dead dri target by Jerome Glisse · 14 years ago
  84. 63b9790 r600g: move user fence into base radeon structure by Jerome Glisse · 14 years ago
  85. 483f566 configure: bump libdrm version requirement to 2.4.23 by Brian Paul · 14 years ago
  86. 167db6d mesa: include teximage.h to silence warning by Brian Paul · 14 years ago
  87. d92e564 mesa: do a debug check of _mesa_format_to_type_and_comps() by Brian Paul · 14 years ago
  88. 0073f50 mesa: fix a few format table mistakes, assertions by Brian Paul · 14 years ago
  89. 33d0c44 glsl: Autogenerate builtin_functions.cpp as part of the build process. by Kenneth Graunke · 14 years ago
  90. 469ea69 glsl: Disallow 'in' and 'out' on globals in GLSL 1.20 by Ian Romanick · 14 years ago
  91. a0c2ec8 glsl: Refresh autogenerated parser file. by Ian Romanick · 14 years ago
  92. eebdfdf glsl: Add version_string containing properly formatted GLSL version by Ian Romanick · 14 years ago
  93. a302d74 glcpp: Refresh autogenerated lexer and parser files. by Ian Romanick · 14 years ago
  94. 9ca5300 glcpp: Generate an error for division by zero by Ian Romanick · 14 years ago
  95. 4e09a78 glcpp: Regenerate glcpp-parse.c by Chad Versace · 14 years ago
  96. 4fff52f glcpp: Fix segfault when validating macro redefinitions by Chad Versace · 14 years ago
  97. c0cdae0 i965: Use a new miptree to avoid software fallbacks due to drawing offset. by Eric Anholt · 14 years ago
  98. 6bdc319 intel: Drop the speculatively-use-firstImage-mt in validation. by Eric Anholt · 14 years ago
  99. bdc6dc1 intel: Don't relayout the texture on maxlevel change. by Eric Anholt · 14 years ago
  100. 48024fb intel: When making a new teximage miptree, make a full one. by Eric Anholt · 14 years ago