1. eb13711 i965/fs: Handle VS inputs in the NIR backend. by Kenneth Graunke · 10 years ago
  2. a5c4e7f i965/fs: Refactor fs_visitor::nir_setup_inputs(). by Kenneth Graunke · 10 years ago
  3. 34628a8 i965: Implement NIR intrinsics for loading VS system values. by Kenneth Graunke · 10 years ago
  4. 2c79f6f nir: Add intrinsics for SYSTEM_VALUE_BASE_VERTEX and VERTEX_ID_ZERO_BASE by Kenneth Graunke · 10 years ago
  5. b9dea9b i965/nir: Lower to registers a bit later. by Kenneth Graunke · 10 years ago
  6. 1f00678 i965/nir: Optimize after nir_lower_var_copies(). by Kenneth Graunke · 10 years ago
  7. 1d8ef6b i965/fs: Store a pointer to brw_sampler_prog_key_data in the visitor. by Kenneth Graunke · 10 years ago
  8. 48b0a3c tnl: HAVE_LE32_VERTS is never defined, remove associated code by Brian Paul · 10 years ago
  9. 6d3b86c mesa: move LONGSTRING into generated enums.c by Brian Paul · 10 years ago
  10. f8ed0bb mesa: remove _ASMAPI, ASMAPIP by Brian Paul · 10 years ago
  11. 09ffa04 mesa: remove _XFORMAPI by Brian Paul · 10 years ago
  12. 1003536 swrast: remove _BLENDAPI by Brian Paul · 10 years ago
  13. 6ca5eaf mesa: use ARRAY_SIZE in _mesa_QueryMatrixxOES() by Brian Paul · 10 years ago
  14. c3984c1 mesa: remove register keyword, add const in _mesa_QueryMatrixxOES() by Brian Paul · 10 years ago
  15. 97f6d50 mesa: reindent querymatrix.c by Brian Paul · 10 years ago
  16. be4e198 mesa: move fpclassify work-arounds into c99_math.h by Brian Paul · 10 years ago
  17. 70dc8a9 gallivm: Prevent double delete on LLVM 3.6 by Jose Fonseca · 10 years ago
  18. a385d18 glx: remove support for non-multithreaded platforms by Emil Velikov · 10 years ago
  19. 4214417 glx: remove final reference to THREADS by Emil Velikov · 10 years ago
  20. a806df3 egl/main: convert thread management to use c11 threads by Emil Velikov · 10 years ago
  21. efe87f1 egl/main: use c11/threads' mutex directly by Emil Velikov · 10 years ago
  22. 90e5090 nir/worklist: Don't change the start index when computing the tail index by Jason Ekstrand · 10 years ago
  23. 8fb8fe4 nir: Optimize a + neg(a) by Thomas Helland · 10 years ago
  24. 0525f2e nir: Optimize (a*b)+(a*c) -> a*(b+c) by Thomas Helland · 10 years ago
  25. 09b0325 vbo: improve the code style by adjust the preprocessing c code directives by Marius Predut · 10 years ago
  26. 9816acf mesa: remove CPU_TO_LE32() for AIX by Brian Paul · 10 years ago
  27. 3158b3a mesa: remove #define __volatile by Brian Paul · 10 years ago
  28. d7193ce mesa: use strdup() instead of _mesa_strdup() by Brian Paul · 10 years ago
  29. 5376bc7 st/glx: use strdup() instead of _mesa_strdup() by Brian Paul · 10 years ago
  30. 279c596 xlib: use strdup() instead of _mesa_strdup() by Brian Paul · 10 years ago
  31. 14ba6c9 i915: add parens to silence operator precedence warning by Brian Paul · 10 years ago
  32. 6ac1bc9 i965: Fix out-of-bounds accesses into pull_constant_loc array by Iago Toral Quiroga · 10 years ago
  33. 5750595 i965/gen6 gs: Convert brw_imm_ud/brw_imm_d to src_reg by Jordan Justen · 10 years ago
  34. e5269ca i965/fs: Use unsigned for CS/VS atomics pixel mask immediate data by Jordan Justen · 10 years ago
  35. 6626e35 i965/gen8: Don't allocate hiz miptree structure by Jordan Justen · 10 years ago
  36. 81124ae i965/gen7: Don't allocate hiz miptree structure by Jordan Justen · 10 years ago
  37. 31b851d i965/gen8: Don't rely directly on the hiz miptree structure by Jordan Justen · 10 years ago
  38. 26eabd1 i965/gen7: Don't rely directly on the hiz miptree structure by Jordan Justen · 10 years ago
  39. aedcd46 i965/hiz: Start to separate miptree out from hiz buffers by Jordan Justen · 10 years ago
  40. 4d318b6 mesa/scissor: fix typos in debug names by Dave Airlie · 10 years ago
  41. e5cd42e nvc0: fix wrong max value for driver queries by Samuel Pitoiset · 10 years ago
  42. 13f4963 i965: Silence GCC maybe-uninitialized warning. by Vinson Lee · 10 years ago
  43. 282f67b i915: Fix GCC unused-but-set-variable warning in release build. by Vinson Lee · 10 years ago
  44. 5f75983 Add macro for unused function attribute. by Vinson Lee · 10 years ago
  45. 7aba4ab meta: Plug memory leak by Ben Widawsky · 10 years ago
  46. e95969c i965/fs: Don't issue FB writes for bound but unwritten color targets. by Kenneth Graunke · 10 years ago
  47. 4ebeb71 i965/fs: Make emit_shader_time_end() insert before EOT. by Kenneth Graunke · 10 years ago
  48. e43af8d i965/fs: Make get_timestamp() pass back the MOV rather than emitting it. by Kenneth Graunke · 10 years ago
  49. bea854c i965/fs: Make emit_shader_time_write return rather than emit. by Kenneth Graunke · 10 years ago
  50. f1adc45 i965/fs: Set smear on shader_time diff register. by Kenneth Graunke · 10 years ago
  51. ef9cc7d i965/fs: Set force_writemask_all on shader_time instructions. by Kenneth Graunke · 10 years ago
  52. 7a37d5c r600g: Use R600_MAX_VIEWPORTS instead of 16 by Alexandre Demers · 10 years ago
  53. 85df48b i915: Remove unused IS_GEN2 macro by Ian Romanick · 10 years ago
  54. 07a0629 i915: Remove (mostly) unused IS_915 macro by Ian Romanick · 10 years ago
  55. 117288d i915: Remove (mostly) unused IS_PNV, IS_PNVG, and IS_PNVGM macros by Ian Romanick · 10 years ago
  56. 19fda9f i915: Remove IS_9XX macro by Ian Romanick · 10 years ago
  57. 6d41316 i915: Remove unused IS_MOBILE macro by Ian Romanick · 10 years ago
  58. e7d94be i965: Don't write past the end of the application supplied buffer by Ian Romanick · 10 years ago
  59. 78a211c i965: Silence unused parameter warning by Ian Romanick · 10 years ago
  60. 3a6a732 i965: Silence many 'static' is not at beginning of declaration warnings by Ian Romanick · 10 years ago
  61. c82c8b2 i965/fs: Silence unused parameter warning by Ian Romanick · 10 years ago
  62. f9779e4 i965/fs: Silence unused parameter warning by Ian Romanick · 10 years ago
  63. e4f26ac i965/fs: Silence unused parameter warning by Ian Romanick · 10 years ago
  64. 1e552db main: Add entry point for TextureBufferRange. by Laura Ekstrand · 10 years ago
  65. 311b368 main: Add check_texture_buffer_target. by Laura Ekstrand · 10 years ago
  66. 5f8c6ea main: Add check_texture_buffer_range. by Laura Ekstrand · 10 years ago
  67. 0f63729 main: Cosmetic changes for Texture Buffers. by Laura Ekstrand · 10 years ago
  68. 6b78a1f main: Refactor _mesa_texture_buffer_range. by Laura Ekstrand · 10 years ago
  69. d033373 main: Use _mesa_lookup_bufferobj_err to simplify Tex[ture]Buffer[Range]. by Laura Ekstrand · 10 years ago
  70. 768ca8b main: Add utility function _mesa_lookup_bufferobj_err. by Laura Ekstrand · 10 years ago
  71. ff01134 main: Checking for cube completeness in GetCompressedTextureImage. by Laura Ekstrand · 10 years ago
  72. 4080c33 main: Add TEXTURE_CUBE_MAP support for glCompressedTextureSubImage3D. by Laura Ekstrand · 10 years ago
  73. 70eab80 main: assert(texImage) in ARB_DSA texture cube map functions. by Laura Ekstrand · 10 years ago
  74. c3e92fa main: Remove redundant copy of cube map block comment in GetTextureImage. by Laura Ekstrand · 10 years ago
  75. 8979368 main: Remove redundant NumLayers checks. by Laura Ekstrand · 10 years ago
  76. 1ee000a main: _mesa_cube_level_complete checks NumLayers. by Laura Ekstrand · 10 years ago
  77. c939231 r300g: fix sRGB->sRGB blits by Marek Olšák · 10 years ago
  78. 9953586 r300g: fix a crash when resolving into an sRGB texture by Marek Olšák · 10 years ago
  79. 1136010 r300g: use memset for clearing the shader key by Marek Olšák · 10 years ago
  80. 4815c18 r300g: remove the broken SNORM->UNORM shader lowering pass by Marek Olšák · 10 years ago
  81. 74a757f r300g: fix RGTC1 and LATC1 SNORM formats by Marek Olšák · 10 years ago
  82. f710b99 r300g: Fix the ATI1N swizzle (RGTC1 and LATC1) by Stefan Dösinger · 10 years ago
  83. 51b43c5 radeonsi: Add additional information to shader dumps by Tom Stellard · 10 years ago
  84. bbfa1c3 radeonsi/compute: Use value from compiler for COMPUTE_PGM_RSRC1.FLOAT_MODE by Tom Stellard · 10 years ago
  85. a646b00 clover: Return the minimum required value for CL_DEVICE_SINGLE_FP_CONFIG v2 by Tom Stellard · 10 years ago
  86. cb3eb43 freedreno/ir3: get the # of miplevels from getinfo by Ilia Mirkin · 10 years ago
  87. 8ac957a freedreno/ir3: fix array count returned by TXQ by Ilia Mirkin · 10 years ago
  88. f3dfe65 freedreno: move fb state copy after checking for size change by Ilia Mirkin · 10 years ago
  89. b9c2fa1 nir: Make the printer include nir_variable::location too. by Kenneth Graunke · 10 years ago
  90. a72fb69 i965/fs: Implement SIMD16 dual source blending. by Iago Toral Quiroga · 10 years ago
  91. 8dcc1f2 nir: Only do gl_FrontFacing workaround in glsl_to_nir for the FS. by Kenneth Graunke · 10 years ago
  92. c6f2abe nir: Plumb the shader stage into glsl_to_nir(). by Kenneth Graunke · 10 years ago
  93. b200cbb nir: Add native_integers to nir_shader_compiler_options. by Kenneth Graunke · 10 years ago
  94. a55da73 nir: Try to make sense of the nir_shader_compiler_options code. by Kenneth Graunke · 10 years ago
  95. 2561aea nir: Delete nir_shader::user_structures and num_user_structures. by Kenneth Graunke · 10 years ago
  96. 9f1e250 glsl: Mark array access when copying to a temporary for the ?: operator. by Kenneth Graunke · 10 years ago
  97. a84f66a i965/nir: Resolve source modifiers on Gen8+ logic operations. by Kenneth Graunke · 10 years ago
  98. 7c25a4a st/mesa: drop unused texture function by Dave Airlie · 10 years ago
  99. c5e6940 mesa/st: remove unused TexData by Dave Airlie · 10 years ago
  100. fd17db6 freedreno: replace glsl130 debug flag with glsl120 by Rob Clark · 10 years ago