1. 9d7931d glsl: Fix type-deduction for and/or/xor expressions by Chad Versace · 12 years ago
  2. ccf87f2 glsl: Reformat and/or/xor cases in ir_expression ctor by Chad Versace · 12 years ago
  3. f859e4f glsl/ir_builder: Add helpers for making if-statements by Chad Versace · 12 years ago
  4. a32bc53 glsl/ir_builder: Add `enum writemask` by Chad Versace · 12 years ago
  5. a6479ef glsl/ir_factory: Add helper method for making an ir_constant by Chad Versace · 12 years ago
  6. 5790174 glsl/ir_builder: Add more helpers for constructing expressions by Chad Versace · 12 years ago
  7. fafcbf5 glsl/ir_factory: Initialize members to NULL in constructor by Chad Versace · 12 years ago
  8. 542c7a3 glsl: Evaluate constant GLSL ES 3.00 pack/unpack expressions (v3) by Chad Versace · 12 years ago
  9. 529b6d1 mesa: Remove rounding bias in _mesa_float_to_half() by Chad Versace · 12 years ago
  10. eac030e mesa,glsl: Move round_to_even() from glsl to mesa/main (v2) by Chad Versace · 12 years ago
  11. 1fafd00 glsl/standalone_scaffolding: Add stub for _mesa_warning() by Chad Versace · 12 years ago
  12. ee5921a glsl: Extend ir_expression_operation for GLSL 3.00 pack/unpack functions (v2) by Chad Versace · 12 years ago
  13. 3a88d71 glsl: Add IR lisp for GLSL ES 3.00 pack/unpack functions by Chad Versace · 12 years ago
  14. 6f8f919 glsl: Fix typo in comment by Chad Versace · 12 years ago
  15. ca7d332 i965/disasm: Fix horizontal stride of dest registers by Chad Versace · 12 years ago
  16. d1f2e96 intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytes by Paul Berry · 12 years ago
  17. c6a50dd glsl: Allow varying structs in GLSL ES 3.00 and GLSL 1.50. by Paul Berry · 12 years ago
  18. cd53457 glsl: Disable transform feedback of varying structs. by Paul Berry · 12 years ago
  19. 1ecd23d glsl: Update lower_packed_varyings to handle varying structs. by Paul Berry · 12 years ago
  20. 88e4bfd glsl: Generalize compute_packing_order for varying structs. by Paul Berry · 12 years ago
  21. 3680864 glsl: Disable structure splitting for shader ins/outs. by Paul Berry · 12 years ago
  22. 42a29d8 glsl: Eliminate ambiguity between function ins/outs and shader ins/outs by Paul Berry · 12 years ago
  23. 7d51ead glsl: Clean up case statement in builtin_variables.cpp's add_variable. by Paul Berry · 12 years ago
  24. fce9e5d i965/vs: Do headerless texturing for texelFetchOffset(). by Kenneth Graunke · 12 years ago
  25. 0412864 libgl-xlib/build: Link with C++ when LLVM is used by Matt Turner · 12 years ago
  26. b50c0fe intel: Fix ReadPixels on buffers whose width >= 32kbytes by Paul Berry · 12 years ago
  27. ac158f8 intel: callocing a 32 byte temp is silly, so don't by Ian Romanick · 12 years ago
  28. 7a23029 st/mesa: implement ARB_internalformat_query v2 by Marek Olšák · 12 years ago
  29. 041234e st/mesa: advertise OES_depth_texture_cube_map if GLSL 1.30 is supported by Marek Olšák · 12 years ago
  30. 4f0563a st/dri: disallow recursion in dri_flush by Marek Olšák · 12 years ago
  31. fffe3e0 st/dri: add null-pointer check, remove duplicated local variable by Marek Olšák · 12 years ago
  32. 0261b4e Revert "Revert "targets/opencl: Link against libgallium.la instead of libgallium.a"" by Tom Stellard · 12 years ago
  33. cf69a59 configure.ac: Force use of LLVM shared libs with --enable-opencl v2 by Tom Stellard · 12 years ago
  34. 69d639b configure.ac: Compute the required llvm static libraries only once by Tom Stellard · 12 years ago
  35. 35f0dc2 radeonsi: Fall back to dummy pixel shader instead of trying indirect addressing. by Michel Dänzer · 12 years ago
  36. 68cebb9 radeonsi: make sure copying of all texture formats is accelerated by Marek Olšák · 12 years ago
  37. de4e448 radeonsi: Handle PIPE_FORMAT_L32A32_S/UINT for rendering. by Michel Dänzer · 12 years ago
  38. d0096df radeonsi: Make sure to use float number format for packed float colour formats. by Michel Dänzer · 12 years ago
  39. 5bd86b2 intel: Enable S3TC extensions always by Ian Romanick · 12 years ago
  40. 53f8251 mesa: Like EXT_texture_compression_dxt1, advertise ANGLE_texture_compression_dxt in all APIs by Ian Romanick · 12 years ago
  41. d45c6c8 mesa: Simplify _mesa_choose_tex_format handling of compressed formats by Ian Romanick · 12 years ago
  42. a021881 mesa: Use a single flag for the S3TC extensions that don't require on-line compression by Ian Romanick · 12 years ago
  43. 8059c2e i965: Use swizzles to force R, G, and B to 0.0 for ALPHA textures. by Carl Worth · 12 years ago
  44. 3359943 i965: Use swizzles to force alpha to 1.0 for RED, RG, or RGB textures. by Carl Worth · 12 years ago
  45. 570ed2b ReadPixels: Force ALPHA to 1 while rebasing RGBA values for GL_RGB format by Carl Worth · 12 years ago
  46. b961ba4 i965: Examine _BaseFormat when deciding to perform xRGB_alpha fixups by Carl Worth · 12 years ago
  47. 0642437 scons: Fix source lists parsing on Windows. by José Fonseca · 12 years ago
  48. 60315e3 GL3.txt: i965 supports ARB_base_instance by Matt Turner · 12 years ago
  49. bd8045d wmesa: include api_exec.h to fix compilation by Brian Paul · 12 years ago
  50. 26a05b5 draw: fix MSVC divide-by-zero compilation error by Brian Paul · 12 years ago
  51. cdd3f54 i965: Implement the GL_ARB_base_instance extension. by Kenneth Graunke · 12 years ago
  52. 0d10811 glsl/build: Build libglcpp and libglslcore in builtin_compiler by Matt Turner · 12 years ago
  53. 952e6e9 glsl/Makefile.sources: Correct BUILTIN_COMPILER_CXX_FILES by Matt Turner · 12 years ago
  54. 2a71054 build: Use AX_PROG_FLEX by Matt Turner · 12 years ago
  55. b68b852 build: Use AX_PROG_BISON by Matt Turner · 12 years ago
  56. 3791ce0 builtin_compiler/build: Use generated parser files by Matt Turner · 12 years ago
  57. efd201c glsl/build: Build tests via the glsl Makefile by Matt Turner · 12 years ago
  58. 86d30de glsl/build: Build glcpp via the glsl Makefile by Matt Turner · 12 years ago
  59. cc9f609 glsl/build: Don't build builtin_compiler separately if not cross compiling by Matt Turner · 12 years ago
  60. 569f0e4 glsl/build: Don't build glsl_compiler by Matt Turner · 12 years ago
  61. ab74fee draw: fix problem in screen-space interpolation clip code by Brian Paul · 12 years ago
  62. ed643d6 draw: improve the clipper debug/printf code by Brian Paul · 12 years ago
  63. 4a938ef draw: add new debug code and comments in clip code template by Brian Paul · 12 years ago
  64. 547a418 swrast: fix blit code's nearest/linear coordinate arithmetic by Brian Paul · 12 years ago
  65. b70b486 swrast: fix incorrect width for direct/nearest blit by Brian Paul · 12 years ago
  66. 728bf86 swrast: move resampleRow setup code in blit_nearest() by Brian Paul · 12 years ago
  67. 0a60ea4 docs: import release notes for 9.0.2, add news item by Andreas Boll · 12 years ago
  68. 9a09730 scons: Disable frame pointer omission for all build types except release. by José Fonseca · 14 years ago
  69. de0057c nouveau/build: Fix build failures when drm is not in /usr/include. by José Fonseca · 12 years ago
  70. a56dfd9 radeon/llvm: Handle LP_CHAN_ALL in emit_fetch_immediate(). by Michel Dänzer · 12 years ago
  71. 121d19d build: Fix build on systems where /usr/bin/python isn't python 2. by Kenneth Graunke · 12 years ago
  72. 148fc6d mesa/es3: Apply stricter multisample blit rules for ES3. by Ian Romanick · 12 years ago
  73. d7475c7 mesa/es3: Disallow FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE query of DEPTH_STENCIL_ATTACHMENT by Ian Romanick · 12 years ago
  74. 9cb64a4 mesa: Don't allow blits to / from the same buffer in OpenGL ES 3.0 by Ian Romanick · 12 years ago
  75. 85c2e99 mesa: Remove exec thunks from the dlist.c module. by Eric Anholt · 12 years ago
  76. ab4c549 mesa: Initially populate the display list with the exec list. by Eric Anholt · 12 years ago
  77. 7820e2d mesa: Delay display list save dispatch setup until Exec is set up. by Eric Anholt · 12 years ago
  78. be4b166 mesa: Make the drivers call a non-code-generated dispatch table setup. by Eric Anholt · 12 years ago
  79. ced98f1 mesa: Remove the size argument from _mesa_alloc_dispatch_table(). by Eric Anholt · 12 years ago
  80. cb49016 mesa: Remove two of the now unused ASSERT_OUTSIDE_BEGIN_END macros. by Eric Anholt · 12 years ago
  81. a975479 mesa: Drop manual checks for outside begin/end. by Eric Anholt · 12 years ago
  82. c572251 mesa: Install a minimal dispatch table during glBegin()/glEnd(). by Eric Anholt · 12 years ago
  83. 0aaf044 mesa: Remove the dead PrepareExecBegin() driver hook. by Eric Anholt · 12 years ago
  84. 23916ca mesa: Use an early return to unindent most of vbo_exec_Begin/End(). by Eric Anholt · 12 years ago
  85. 7b3c8b3 mesa: Improve a glTexEnv error message by looking up the enum. by Eric Anholt · 12 years ago
  86. 4d8f72f mesa: Fix regression in dlist save primitive tracking. by Eric Anholt · 12 years ago
  87. 3a91e79 vl: round next_msc to integer frame, and kill skew_msc by Maarten Lankhorst · 12 years ago
  88. 71c87e4 scons: Fix dependencies of generated headers. by José Fonseca · 12 years ago
  89. 75b7e1d intel: Don't expose XRGB8888 visuals any more by Ian Romanick · 12 years ago
  90. 9bdf5be i965: Enable floating-point textures always by Ian Romanick · 12 years ago
  91. 4a1af43 r300g: add a workaround for the AA colorbuffer addressing bug on R500 by Marek Olšák · 12 years ago
  92. 7bfbf5b r300g: allow resolutions up to 1280x1024 with AA optimizations on 1-pipe cards by Marek Olšák · 12 years ago
  93. b7cb655 r300g: enable AA optimizations for the RGBA16F format by Marek Olšák · 12 years ago
  94. 6f6112a radeonsi: More assorted depth/stencil changes ported from r600g. by Marek Olšák · 12 years ago
  95. bc398f9 radeonsi: improve flushed depth texture handling by Vadim Girlin · 12 years ago
  96. bfb405c radeonsi: Assorted depth/stencil changes ported from r600g. by Marek Olšák · 12 years ago
  97. f0ffbbc radeonsi: Enable 1D tiling for non-depth resources as well. by Michel Dänzer · 12 years ago
  98. 90d919f radeonsi: Fix 1D tiling mode index for non-scanout resources. by Michel Dänzer · 12 years ago
  99. a076c27 build: Remove dead SHARED_GLAPI variable by Matt Turner · 12 years ago
  100. 3f276b3 glsl/build: Build glsl_test only on make check by Matt Turner · 12 years ago