1. 5a7bdd4 docs: Add items for GL4.4 by Chris Forbes · 11 years ago
  2. df53082 clover: Respect kernel argument alignment restrictions. by Francisco Jerez · 11 years ago
  3. f64c0ca clover: Extend kernel arguments for differing host and device data types. by Francisco Jerez · 11 years ago
  4. 829caf4 clover: Byte-swap kernel arguments when host and device endianness differ. by Francisco Jerez · 11 years ago
  5. 2265b40 clover: Add kernel argument fields to allow differing host/target data types. by Francisco Jerez · 11 years ago
  6. a3dcab4 clover: Pass corresponding module::argument to kernel::argument::bind(). by Francisco Jerez · 11 years ago
  7. 8c9d3c6 clover: Return correct value for CL_DEVICE_ENDIAN_LITTLE by Tom Stellard · 11 years ago
  8. 4e90bc9 gallium: Add PIPE_CAP_ENDIANNESS by Tom Stellard · 11 years ago
  9. c09a4cb configure.ac: Use correct options names in AC_ARG_ENABLE. by Matt Turner · 12 years ago
  10. 242a59d egl/build: Remove unused GLAPI_LIB. by Matt Turner · 12 years ago
  11. 3647efa build: Remove unused EGL_PLATFORMS. by Matt Turner · 12 years ago
  12. 5e4e145 build: Add tests directories to SUBDIRS by Matt Turner · 12 years ago
  13. 7bae56c llvmpipe: Ensure FTZ/DAZ flags are set on deferred draw flushes. by Zack Rusin · 11 years ago
  14. 2a65061 llvmpipe: Remove lp_rast_get_num_threads(). by José Fonseca · 11 years ago
  15. 1903129 scons: Don't use -z defs ld option on Mac. by José Fonseca · 11 years ago
  16. cd90ebe glsl: Initialize ast_function member variables. by Vinson Lee · 12 years ago
  17. fa5ed99 Apple: glFlush() is not needed with CGLFlushDrawable() by Jeremy Huddleston Sequoia · 11 years ago
  18. b844c8e util/u_math: Define NAN/INFINITY macros for MSVC. by José Fonseca · 11 years ago
  19. f59cb67 llvmpipe/tests: update arith test to check for edge cases by Zack Rusin · 11 years ago
  20. f7c0678 gallivm: add a log function that handles edge cases by Zack Rusin · 11 years ago
  21. 018c69a gallivm: export unordered/ordered cmp to a common function by Zack Rusin · 11 years ago
  22. 192c68b gallivm: handle -inf, inf and nan's in sin/cos instructions by Zack Rusin · 11 years ago
  23. 13e2cd2 gallivm: add a version of log2 which handles edge cases by Zack Rusin · 11 years ago
  24. 7b672c1 gallivm: fix edge cases in exp2 by Zack Rusin · 11 years ago
  25. ab47bbe gallivm: handle nan's in min/max by Zack Rusin · 11 years ago
  26. 719000b scons: Disallow undefined symbols in Xlib libGL.so. by José Fonseca · 11 years ago
  27. 9f07ca1 mesa: Dispatch ARB_framebuffer_object and EXT_framebuffer_object differently by Tomasz Lis · 11 years ago
  28. adfd012 st/mesa: Enable the ARB_shading_language_420pack extension for 1.30+. by Kenneth Graunke · 11 years ago
  29. 46d9baf i965: Enable the GL_ARB_shading_language_420pack extension on Gen6+. by Kenneth Graunke · 11 years ago
  30. bfcec46 glsl: Handle the binding qualifier for UBO variables. by Kenneth Graunke · 11 years ago
  31. f25d940 glsl: Propagate UBO binding qualifier into UBO member variables. by Kenneth Graunke · 11 years ago
  32. 34e2ccc glsl: Handle the binding qualifier for arrays of samplers. by Kenneth Graunke · 11 years ago
  33. 67038c6 glsl: Add plumbing for handling uniform binding qualifiers. by Kenneth Graunke · 11 years ago
  34. 0a23ec2 glsl: Delete unused code for handling samplers in array-initializers. by Kenneth Graunke · 11 years ago
  35. 9a9a830 glsl: Cross-validate explicit binding points. by Kenneth Graunke · 11 years ago
  36. d4375fc glsl: Propagate explicit binding information from AST to IR. by Kenneth Graunke · 11 years ago
  37. 4da1504 glsl: Add ir_variable fields for explicit bindings. by Kenneth Graunke · 11 years ago
  38. 5e5e120 glsl: Add validation for the "binding" qualifier. by Kenneth Graunke · 11 years ago
  39. 0418846 glsl: Parse the "binding" keyword and store it in ast_type_qualifier. by Kenneth Graunke · 11 years ago
  40. 7f6a2d6 glsl: Have the lexer return LAYOUT_TOK if 420pack is enabled. by Kenneth Graunke · 11 years ago
  41. 56bcde3 glsl: Use has_layout() rather than a partial open coded version. by Kenneth Graunke · 11 years ago
  42. c397ec9 glsl: Relax auxiliary storage ordering requirements with 420pack. by Kenneth Graunke · 11 years ago
  43. b5d6c51 glsl: Handle centroid qualifier ordering in C code, not the parser. by Kenneth Graunke · 11 years ago
  44. 844307a glsl: Allow precision qualifiers to be flexibly ordered with 420pack. by Kenneth Graunke · 11 years ago
  45. 6eec502 glsl: Move precision handling to be part of qualifier handling. by Kenneth Graunke · 11 years ago
  46. 308d4c7 glsl: Change is_precision_statement to default_precision != none. by Kenneth Graunke · 11 years ago
  47. 7855482 glsl: Disable ordering checks for const parameters with 420pack. by Kenneth Graunke · 11 years ago
  48. 293dfe5 glsl: Handle "const" as a parameter qualifier. by Kenneth Graunke · 11 years ago
  49. a4d15a3 glsl: Refactor parameter qualifier handling. by Kenneth Graunke · 11 years ago
  50. 83fe4f7 glsl: Use merge_qualifier() when processing qualifier lists. by Kenneth Graunke · 11 years ago
  51. 0cb90fc glsl: Allow duplicate layout qualifiers with 420pack. by Kenneth Graunke · 11 years ago
  52. 89f75e7 glsl: Disable ordering checks on most qualifiers for 420pack. by Kenneth Graunke · 11 years ago
  53. 48e3bd3 glsl: Handle most qualifier ordering in C code rather than the grammar. by Kenneth Graunke · 11 years ago
  54. 1b719df glsl: Add a new ast_type_qualifier::has_auxiliary_storage() method. by Kenneth Graunke · 11 years ago
  55. eb30af5 glsl: Add a new ast_type_qualifier::has_storage() method. by Kenneth Graunke · 11 years ago
  56. 7cef2b2 glsl: Add a new ast_type_qualifier::has_layout() method. by Kenneth Graunke · 11 years ago
  57. 7ce5c6b i965: Combine URB code emission into a single group. by Kenneth Graunke · 11 years ago
  58. 30f33de i965/hsw: Change L3 MOCS for depth, hiz, and stencil by Chad Versace · 11 years ago
  59. 2273b65 i965/hsw: Change L3 MOCS of 3DSTATE_CONSTANT_VS/PS by Chad Versace · 11 years ago
  60. 2f34639 i965/hsw: Change L3 MOCS of SURFACE_STAT by Chad Versace · 11 years ago
  61. a16d474 i965/hsw: Change L3 MOCS of 3DSTATE_VERTEX_BUFFERS by Chad Versace · 11 years ago
  62. eb83079 glx: Enable floating-point fbconfig extensions by Tomasz Lis · 11 years ago
  63. 74cbe6e egl: Drop configs with unknown or invalide __DRI_ATTRIB_RENDER_TYPE by Ian Romanick · 11 years ago
  64. c37c367 dri: Introduce new flags in __DRI_ATTRIB_RENDER_TYPE by Tomasz Lis · 11 years ago
  65. 4473af7 glx: Require proper drawableType in init_fbconfig_for_chooser by Tomasz Lis · 11 years ago
  66. 2eed9ff glx: Validate the GLX_RENDER_TYPE value by Tomasz Lis · 11 years ago
  67. 27c8aa5 glx: Store the RENDER_TYPE in indirect rendering by Tomasz Lis · 11 years ago
  68. 1c748df glx: Handling RENDER_TYPE in glXCreateContext and init_fbconfig_for_chooser by Tomasz Lis · 11 years ago
  69. b8126c7 glx: Changes to visual configs initialization. by Tomasz Lis · 11 years ago
  70. a92cd5b glx: Retrieve the value of RENDER_TYPE from GLX attribs array by Tomasz Lis · 11 years ago
  71. 36259a1 glx: Store the value of renderType while creating context by Tomasz Lis · 11 years ago
  72. 7791c98 i965: Add #defines for Memory Object Control State fields on Gen7-7.5. by Kenneth Graunke · 11 years ago
  73. 6368478 glsl/linker: Use correct array length when linking inter-stage uniforms and varyings. by Fabian Bieler · 11 years ago
  74. 73c9b4b gen_matypes: fix cross-compiling with gcc by Mike Frysinger · 12 years ago
  75. a48be95 ax_prog_flex.m4: change grep syntax to accept e.g. flex.real by Andreas Oberritter · 12 years ago
  76. 2da0bd0 builtin_compiler/build: Avoid using libtool if cross compiling by Jonathan Liu · 11 years ago
  77. 2b5b436 i965: Add MOCS shift and mask for SURFACE_STATE entries. by Kenneth Graunke · 12 years ago
  78. 4ef19f7 llvmpipe: clamp inputs for srgb render buffers by Roland Scheidegger · 11 years ago
  79. e57b98b llvmpipe: fix blending with SRC_ALPHA_SATURATE with some formats without alpha by Roland Scheidegger · 11 years ago
  80. 0d7f087 r600g: use WAIT_3D_IDLE before using CP DMA by Marek Olšák · 11 years ago
  81. 0b405f3 r300g: make use of gallium's os_get_process_name() by Jonathan Gray · 11 years ago
  82. 148f0de configure.ac: On some systems, "x86-64" is called "amd64" by Jean-Sébastien Pédron · 11 years ago
  83. fbdae1c nv50: H.264/MPEG2 decoding support via VP2, available on NV84-NV96, NVA0 by Ilia Mirkin · 11 years ago
  84. f96c07a configure.ac: make grep tests more portable by Jonathan Gray · 11 years ago
  85. 78fbb41 configure.ac: add OpenBSD by Jonathan Gray · 11 years ago
  86. 21f9744 glsl: Remove comma at end of enumerator list. by Vinson Lee · 11 years ago
  87. 77311da mesa: Remove commas at end of enumerator lists. by Vinson Lee · 11 years ago
  88. ceaf1a7 docs: Import 9.1.5 release notes by Carl Worth · 11 years ago
  89. 7fd30a8 gallivm: (trivial) simplify lp_build_cos/lp_build_sin a tiny bit by Roland Scheidegger · 11 years ago
  90. f0f9fb5 util/u_format_s3tc: handle srgb formats correctly. by Roland Scheidegger · 11 years ago
  91. 07baf9c r600g/sb: improve alu packing on cayman by Vadim Girlin · 11 years ago
  92. ba7fa4c r600g/sb: fix handling of new multislot instructions on cayman by Vadim Girlin · 11 years ago
  93. 033eec4 r600g/sb: fix debug dump code in scheduler by Vadim Girlin · 11 years ago
  94. 44ebe72 r600g/sb: fix initial register allocation by Vadim Girlin · 11 years ago
  95. f0d8811 r600g/sb: move chip & class name functions to sb_context by Vadim Girlin · 11 years ago
  96. 96efa4c r600g/sb: fix handling of PS in source bytecode on cayman by Vadim Girlin · 11 years ago
  97. 81d3881 r600g/sb: Initialize ra_checker member variables. by Vinson Lee · 11 years ago
  98. b20e0fb gallium/util: use explicily sized types for {un, }pack_rgba_{s, u}int by Emil Velikov · 11 years ago
  99. 87c3440 llvmpipe: use MCJIT on ARM and AArch64 by Kyle McMartin · 11 years ago
  100. 00d32cd glsl: Fix absurd whitespace conventions in the parser. by Kenneth Graunke · 11 years ago