1. 9ea38ee docs/GL3: started adding support for shader_image_size by Martin Peres · 9 years ago
  2. 6fc0cd2 gallium/hud: add more options to customize HUD panes by Gediminas Jakutis · 9 years ago
  3. 30c8d8a i965: Fill out the rest of brw_debug_recompile_sampler_key(). by Kenneth Graunke · 9 years ago
  4. 19165e3 i965: Disassemble sampler message names on Gen5+. by Kenneth Graunke · 9 years ago
  5. 7f5a8ac i965/fs: Disallow constant propagation into POW on Gen 6. by Matt Turner · 9 years ago
  6. 67ba388 mesa: add support for exposing up to GL4.2 by Ilia Mirkin · 9 years ago
  7. 11d2305 i965/fs: Add missing pixel_x/y to brw_instruction_name(). by Matt Turner · 9 years ago
  8. 51c61ff i965/fs: Don't constant propagate into integer math instructions. by Matt Turner · 9 years ago
  9. e170185 docs: add news item and link release notes for mesa 10.5.4 by Emil Velikov · 9 years ago
  10. 196cf8d docs: Add sha256 sums for the 10.5.4 release by Emil Velikov · 9 years ago
  11. 5b39cb4 Add release notes for the 10.5.4 release by Emil Velikov · 9 years ago
  12. 13b2e6a mesa: put more info in glTexImage GL_OUT_OF_MEMORY error message by Brian Paul · 9 years ago
  13. 0087cf2 i965/fs: Allow 2-src math instructions to have immediate src1. by Matt Turner · 9 years ago
  14. f251ea3 nir: Transform pow(x, 4) into (x*x)*(x*x). by Matt Turner · 9 years ago
  15. 9b577d5 glsl: Transform pow(x, 4) into (x*x)*(x*x). by Matt Turner · 9 years ago
  16. 18f44d3 mesa: fix glGetActiveUniformsiv regression by Tapani Pälli · 9 years ago
  17. a563689 mesa: refactor active attrib queries for glGetProgramiv by Tapani Pälli · 9 years ago
  18. d5a15a8 i965: Add an INTEL_DEBUG=spill option to test spilling by Jason Ekstrand · 9 years ago
  19. bf55096 i965/debug: Use the ull specifier for DEBUG enum defines by Jason Ekstrand · 9 years ago
  20. 5957da1 i965: Disallow linear blits that are not cacheline aligned. by Kenneth Graunke · 9 years ago
  21. 8c17d53 i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions. by Kenneth Graunke · 9 years ago
  22. 29f0f97 mapi: Adding missing string.h include. by Pali Rohár · 9 years ago
  23. 525be9c os/os_memory_aligned.h: Handle integer overflow. by Jose Fonseca · 9 years ago
  24. f2a7fd9 draw: fix prim ids when there's no gs by Roland Scheidegger · 9 years ago
  25. ecc7f2e gallium/radeon: don't crash when getting out-of-bounds TEMP references by Marek Olšák · 9 years ago
  26. 125574d nir/lower_source_mods: Don't propagate register sources by Jason Ekstrand · 9 years ago
  27. 296131f nir: Rewrite instr_rewrite_src by Jason Ekstrand · 9 years ago
  28. d61bd97 nir/locals_to_regs: Hanadle indirect accesses of length-1 arrays by Jason Ekstrand · 9 years ago
  29. 06f3c98 nir/locals_to_regs: Initialize registers with constant initializers by Jason Ekstrand · 9 years ago
  30. 4e9b376 nir/locals_to_regs: Pass around the nir_shader rather than a void * mem_ctx by Jason Ekstrand · 9 years ago
  31. f50f59d nir: Add a simple growing array data structure by Jason Ekstrand · 9 years ago
  32. 8b900e7 nir/types: Make glsl_get_length smarter by Jason Ekstrand · 9 years ago
  33. 7e1d21e nir: Move get_const_initializer_load from vars_to_ssa to NIR core by Jason Ekstrand · 9 years ago
  34. ba88760 nir/lower_vars_to_ssa: Pass around the nir_shader instead of a void mem_ctx by Jason Ekstrand · 9 years ago
  35. c68364a i965/nir: Use the correct offsets when handling register indirects by Jason Ekstrand · 9 years ago
  36. e79120a nir/print: Print the closing paren on load_const instructions by Jason Ekstrand · 9 years ago
  37. 02f03fc nir/tex: Use the correct return size for query_levels and lod by Jason Ekstrand · 9 years ago
  38. 94669cb nir: Refactor tex_instr_dest_size to use a switch statement by Jason Ekstrand · 9 years ago
  39. 73cc763 nir/lower_vars_to_ssa: Actually look for indirects when determining aliasing by Jason Ekstrand · 9 years ago
  40. 734bcee docs: mark off texture_stencil8 (v2.1) by Dave Airlie · 9 years ago
  41. 6cc49c4 st/mesa: add ARB_texture_stencil8 support (v4) by Dave Airlie · 9 years ago
  42. 782e71c mesa: finish implementing ARB_texture_stencil8 (v5) by Dave Airlie · 9 years ago
  43. 1948880 mesa: remove the gl_sl_pragmas structure by Jason Ekstrand · 9 years ago
  44. ae3870d i965: Add a brw_compiler structure and store the register sets in it by Jason Ekstrand · 9 years ago
  45. a85c4c9 i965: Rename brw_compile to brw_codegen by Jason Ekstrand · 9 years ago
  46. cfc56fc i965: Use device_info instead of the context for computing vue maps by Jason Ekstrand · 9 years ago
  47. 02ccb19 i965: Use device_info instead of the context in instruction scheduling by Jason Ekstrand · 9 years ago
  48. 28e9601 i965: Add a devinfo field to backend_visitor and use it for gen checks by Jason Ekstrand · 9 years ago
  49. 73bf8f3 i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitors by Jason Ekstrand · 9 years ago
  50. 2bf207b i965/vec4: Add a devinfo field to the generator and use it for gen checks by Jason Ekstrand · 9 years ago
  51. 5bda1ff i965/fs: Add a devinfo field to the generator and use it for gen checks by Jason Ekstrand · 9 years ago
  52. 38dc2dd i965/device_info: Add a supports_simd16_3src flag by Jason Ekstrand · 9 years ago
  53. 85db2ac i965/device_info: Add a HSW_FEATURES macro by Jason Ekstrand · 9 years ago
  54. 9c89e47 i965: Make the annotation code take a device_info instead of a context by Jason Ekstrand · 9 years ago
  55. 5cb91db i965/fs: Remove the GL context from the generator by Jason Ekstrand · 9 years ago
  56. 61c4702 i965: Remove the context field from brw_compiler by Jason Ekstrand · 9 years ago
  57. 639314d i965: Make the disassembler take a device_info instead of a context by Jason Ekstrand · 9 years ago
  58. c3e5f32 i965: Make instruction compaction take a device_info instead of a context by Jason Ekstrand · 9 years ago
  59. 4e9c79c i965: Make the brw_inst helpers take a device_info instead of a context by Jason Ekstrand · 9 years ago
  60. 6219a8f i965/eu: Add a devinfo parameter to brw_compile by Jason Ekstrand · 9 years ago
  61. a921475 i965: Do better fake context setup in unit tests by Jason Ekstrand · 9 years ago
  62. ceb6e5e i965: Remove the context parameter from brw_texture_offset by Jason Ekstrand · 9 years ago
  63. 8a41cd2 softpipe: fix stencil write to use an integer value by Dave Airlie · 9 years ago
  64. 2c08e3b mesa: Fix typo in a comment by Anuj Phogat · 9 years ago
  65. cb24d3b freedreno: misc minor cleanups by Rob Clark · 9 years ago
  66. 1b58d8c freedreno/a4xx: (partial) gl_FragCoord.zw by Rob Clark · 9 years ago
  67. a869183 freedreno/a4xx: primitive-restart by Rob Clark · 9 years ago
  68. 632ea2a freedreno/nir: sysval fixes by Rob Clark · 9 years ago
  69. 13527df freedreno/a4xx: wire up integer texture sampling by Rob Clark · 9 years ago
  70. 48a651e freedreno/a4xx: formats updates/fixes by Rob Clark · 9 years ago
  71. 21ceedf freedreno: update generated headers by Rob Clark · 9 years ago
  72. 9450bd5 gallium/targets/d3dadapter9: drop the libdrm prefix for drm.h by Emil Velikov · 9 years ago
  73. 02e93be cso: minor comment fix by Brian Paul · 9 years ago
  74. 31667e6 glsl: rewrite glsl_type::record_key_hash() to avoid buffer overflow by Brian Paul · 9 years ago
  75. bd4dbdf mesa: add check for NV_texture_barrier in _mesa_TextureBarrierNV() by Brian Paul · 9 years ago
  76. b260d9d main: silence missing return value warning in array_index_of_resource() by Brian Paul · 9 years ago
  77. 0b1823f android: re-build all mesa binaries properly by Chih-Wei Huang · 9 years ago
  78. 36e5921 android: xmlpool: cleanup the generation rules by Emil Velikov · 9 years ago
  79. 98c8997 android: xmlpool: Get rid of the last use of intermediates-dir-for by Chih-Wei Huang · 9 years ago
  80. 5b8d61b android: export the path of the generated headers by Chih-Wei Huang · 9 years ago
  81. b0e33c2 android: fix the building rules for Android 5.0 by Chih-Wei Huang · 9 years ago
  82. 671a550 android: fix building issues of host binaries by Chih-Wei Huang · 9 years ago
  83. 076edc6 android: fix a building error of libmesa_program by Chih-Wei Huang · 9 years ago
  84. 8098bf8 android: mesa: fold the ARCH_X86_HAVE_SSE4_1 conditionals by Emil Velikov · 9 years ago
  85. 669cfc2 android: mesa: fix the path of the SSE4_1 optimisations by Emil Velikov · 9 years ago
  86. 64171c2 android: build the Mesa IR -> NIR translator by Emil Velikov · 9 years ago
  87. c734261 android: nir: add build rules for nir_builder_opcodes.h by Emil Velikov · 9 years ago
  88. 0661974 android: add inital NIR build by Mauro Rossi · 9 years ago
  89. 618885f android: dri: link against libmesa_util by Emil Velikov · 9 years ago
  90. 0afbd2d android: add $(mesa_top)/src/mesa/main to the includes list by Emil Velikov · 9 years ago
  91. 39a175e android: add HAVE__BUILTIN_* and HAVE_FUNC_ATTRIBUTE_* defines by Emil Velikov · 9 years ago
  92. 94cab35 android: add gallium dirs to more places in the tree by Emil Velikov · 9 years ago
  93. 8d90bfb android: dri/common: conditionally include drm_cflags/set __NOT_HAVE_DRM_H by Emil Velikov · 9 years ago
  94. 2d06791 android: egl: add libsync_cflags to the build by Emil Velikov · 9 years ago
  95. 5f7081e android: mesa: generate the format_{un,}pack.[ch] sources by Mauro Rossi · 9 years ago
  96. 6fb8017 android: add $(mesa_top)/src include to the whole of mesa by Emil Velikov · 9 years ago
  97. ba3bc1e android: use := operator for assigning MESA_VERSION by Emil Velikov · 9 years ago
  98. 6c2c5f7 util: android: optimize the rules to generate format_srgb.c by Chih-Wei Huang · 10 years ago
  99. 63a76c1 android: simplify the subdirs including rules by Chih-Wei Huang · 10 years ago
  100. 8691935 android: use LOCAL_SHARED_LIBRARIES over TARGET_OUT_HEADERS by Emil Velikov · 9 years ago