1. 26ee6f2 mesa: Delete VAO _MaxElement code and index buffer bounds checking. by Kenneth Graunke · 10 years ago
  2. 1958914 vc4: Add support for stencil operations. by Eric Anholt · 10 years ago
  3. 6e39854 vc4: Actually implement VC4_DEBUG=cl. by Eric Anholt · 10 years ago
  4. 019ca99 draw: (trivial) remove duplicated lines by Roland Scheidegger · 10 years ago
  5. 7b2c703 mesa: fix prog_optimize.c assertions triggered by SWZ opcode by Brian Paul · 10 years ago
  6. 71d4fc8 vc4: Allow copy propagation of uniforms. by Eric Anholt · 10 years ago
  7. 79be2cc vc4: Make sure thread end doesn't have a uniform read. by Eric Anholt · 10 years ago
  8. 44b8eb7 vc4: Allow dead code elimination of instructions that read uniforms. by Eric Anholt · 10 years ago
  9. 5e90ed7 vc4: Add support for reordering the uniform stream after optimization. by Eric Anholt · 10 years ago
  10. b0256fb vc4: Initialize the various qreg arrays when allocating them. by Eric Anholt · 10 years ago
  11. b44a7a3 vc4: Fix stray disable of the CSE pass. by Eric Anholt · 10 years ago
  12. ffeb77c gallivm,tgsi: fix idiv by zero crash by rconde · 10 years ago
  13. 4d99687 gallivm: add texture target information for sample opcodes to tgsi info by Roland Scheidegger · 10 years ago
  14. 2e49559 st/mesa: Fix handling of 8888 SNORM and SRGB formats for big-endian by Richard Sandiford · 10 years ago
  15. ccdbcd9 st/mesa: Fix handling of LA and RG formats for big-endian by Richard Sandiford · 10 years ago
  16. be6ef20 mesa: Add MESA_FORMAT_{A8R8G8B8, X8R8G8B8, X8B8G8R8}_SRGB (v2) by Richard Sandiford · 10 years ago
  17. df14091 mesa: Add MESA_FORMAT_A8L8_{SNORM,SRGB} by Richard Sandiford · 10 years ago
  18. 234d194 gallium: Define PIPE_FORMAT_xyzw8888_{SNORM, SRGB} aliases by Richard Sandiford · 10 years ago
  19. f9d8574 gallium: Add PIPE_FORMAT_x8B8G8R8_SNORM formats by Richard Sandiford · 10 years ago
  20. 9b4c139 gallium: Define PIPE_FORMAT_{LA, AL, RG, GR}nn aliases by Richard Sandiford · 10 years ago
  21. f14b40a gallium: Add PIPE_FORMAT_AnLn and PIPE_FORMAT_GnRn formats by Richard Sandiford · 10 years ago
  22. 9ea045e mesa: fix SRGB alpha channel value in pack_float_R8G8B8X8_SRGB by Dave Airlie · 10 years ago
  23. ecc48f8 swrast: Fix handling of MESA_FORMAT_L8A8_SRGB for big-endian by Richard Sandiford · 10 years ago
  24. 3e3b1db mesa: Tweak unpack name for MESA_FORMAT_R8G8B8X8_SNORM by Richard Sandiford · 10 years ago
  25. 3ff5c6a mesa: Fix alpha component in unpack_R8G8B8X8_SRGB. by Richard Sandiford · 10 years ago
  26. ebcb2ee util: move shared rgtc code to util (v2) by Dave Airlie · 10 years ago
  27. 2b6711c vc4: Claim ARB_fbo. by Eric Anholt · 10 years ago
  28. 3c6d85e vc4: Fix memory leaks in register allocation. by Eric Anholt · 10 years ago
  29. ad02ba4 vc4: Move register allocation to a separate file. by Eric Anholt · 10 years ago
  30. b84c02f glsl: fix error message for redeclaring gl_PerVertex as output by Chris Forbes · 10 years ago
  31. 667f758 i965/vec4: slightly improve insn dumping with no srcs by Chris Forbes · 10 years ago
  32. 2264925 vc4: Add support for computed depth writes. by Eric Anholt · 10 years ago
  33. aae4223 vc4: Restructure depth input/output in fragment shaders. by Eric Anholt · 10 years ago
  34. a420aa1 freedreno: add a standalone ir3_compiler binary for building TGSI by Ilia Mirkin · 10 years ago
  35. 5b1d316 freedreno: add default .dir-locals.el for emacs settings by Ilia Mirkin · 10 years ago
  36. e1c50ab i965: add support for RGBA dma_buf imports. by Gwenole Beauchesne · 10 years ago
  37. 78bd126 i965: Mark delta_x/y as BAD_FILE if remapped away completely. by Kenneth Graunke · 10 years ago
  38. 7f6872d st_glsl_to_tgsi: init have_sqrt field. by Dave Airlie · 10 years ago
  39. 8de5522 llvmpipe: fix rast debugging output by Dave Airlie · 10 years ago
  40. f93b6d8 util: Add big-endian layout for a number of formats. by Richard Sandiford · 10 years ago
  41. 9cd4dce llvmpipe: Fix PIPE_FORMAT_Z32_FLOAT_S8X24_UINT handling for big-endian. by Richard Sandiford · 10 years ago
  42. 1a65629 gallivm: Fix uses of 2^24 by Richard Sandiford · 10 years ago
  43. 0a7f9fe gallivm: Add SNORM clamping to lp_build_{add, sub} by Richard Sandiford · 10 years ago
  44. f6e71ff gallivm: attach DataLayout to module too, not just pass manager. by Rafael Ávila de Espíndola · 10 years ago
  45. 145fef9 gallivm: handle SAMPLE opcode in aos sampling by Roland Scheidegger · 10 years ago
  46. 02595c5 tgsi: accept offsets for sample opcodes too in the text parser by Roland Scheidegger · 10 years ago
  47. 3a9eb40 tgsi: don't print texture target for sample opcodes by Roland Scheidegger · 10 years ago
  48. 84ca6bc vc4: Bump maximum ARB program temporaries to match Intel/AMD. by Eric Anholt · 10 years ago
  49. 33443f5 vc4: Bump maximum uniforms count to match other drivers. by Eric Anholt · 10 years ago
  50. 5638b87 vc4: Dynamically allocate the TGSI-to-qreg arrays. by Eric Anholt · 10 years ago
  51. 2147dd9 vc4: Fix memory leaks of struct qinst. by Eric Anholt · 10 years ago
  52. f78ee1b vc4: Fix memory leaks of some vc4_compile contents. by Eric Anholt · 10 years ago
  53. 50292d7 vc4: Reuse the util header instead of defining our own ARRAY_SIZE. by Eric Anholt · 10 years ago
  54. 418da97 mesa: move i, j var decls into SWIZZLE_CONVERT_LOOP() macro by Brian Paul · 10 years ago
  55. cfeb394 mesa: break up _mesa_swizzle_and_convert() to reduce compile time by Brian Paul · 10 years ago
  56. dbc2d81 Generate a warning when not writing gl_Position with GLES. by Kalyan Kondapally · 10 years ago
  57. 9bd139e mesa: check that uniform exists in glUniform* functions by Tapani Pälli · 10 years ago
  58. ce50a61 ilo: clean up 3D/media functions by Chia-I Wu · 10 years ago
  59. c39377d ilo: fix gen6_3DSTATE_MULTISAMPLE() by Chia-I Wu · 10 years ago
  60. ca29c4c freedreno/a3xx: 3d/array textures by Rob Clark · 10 years ago
  61. eea1cdf freedreno: update generated headers by Rob Clark · 10 years ago
  62. a32f483 ilo: trust vertex element count more by Chia-I Wu · 10 years ago
  63. 8fcf1b1 ilo: simplify src operand gathering in disassembler by Chia-I Wu · 10 years ago
  64. 5341001 ilo: derive 3-src instructions from the opcode table by Chia-I Wu · 10 years ago
  65. 1d7b0d8 nouveau: check for mesa context init failure by Ilia Mirkin · 10 years ago
  66. 2e86432 nouveau: avoid leaking screen on initialization fail by Ilia Mirkin · 10 years ago
  67. b13a4ca nouveau: change internal variables to avoid conflicts with macro args by Ilia Mirkin · 10 years ago
  68. 9133784 ilo: clean up 3DPRIMITIVE functions by Chia-I Wu · 10 years ago
  69. eca9815 ilo: clean up 3D/media common functions by Chia-I Wu · 10 years ago
  70. ea8e7a8 ilo: move 3D functions to ilo_builder_3d*.h by Chia-I Wu · 10 years ago
  71. aec8521 ilo: move media functions to ilo_builder_media.h by Chia-I Wu · 10 years ago
  72. 45023db ilo: move GPE common functions to ilo_builder_render.h by Chia-I Wu · 10 years ago
  73. 84a40ce glsl: Speed up constant folding for swizzles. by Kenneth Graunke · 10 years ago
  74. 7865026 i965/vec4: Make type_size() return 0 for samplers. by Kenneth Graunke · 10 years ago
  75. 2408f16 i965: Skip allocating UNIFORM file storage for uniforms of size 0. by Kenneth Graunke · 10 years ago
  76. 6b61452 i965: Separate gl_InstanceID and gl_VertexID uploading. by Kenneth Graunke · 10 years ago
  77. e980fe6 i965: Fix reference counting in new basevertex upload code. by Kenneth Graunke · 10 years ago
  78. 9b6281a freedreno: "fix" problems with excessive flushes by Rob Clark · 10 years ago
  79. d13d2fd r600g,radeonsi: add debug option which forces DMA for copy_region and blit by Marek Olšák · 10 years ago
  80. d7ec3db freedreno/ir3: implement UMUL correctly by Ilia Mirkin · 10 years ago
  81. 436dd1e freedreno/ir3: fix UCMP handling by Ilia Mirkin · 10 years ago
  82. 9f5bd15 freedreno/ir3: add TXL support by Ilia Mirkin · 10 years ago
  83. 459f8f3 freedreno/ir3: add missing put_dst by Rob Clark · 10 years ago
  84. 59ff816 freedreno/ir3: catch incorrect usage of tmp-dst by Rob Clark · 10 years ago
  85. db1a94b freedreno/ir3: use unsigned comparison for UIF by Ilia Mirkin · 10 years ago
  86. 11d7255 freedreno/ir3: negate result of USLT/etc by Ilia Mirkin · 10 years ago
  87. 8edf83b freedreno/ir3: add UARL support by Ilia Mirkin · 10 years ago
  88. 10273f8 freedreno/ir3: INEG operates on src0, not src1 by Ilia Mirkin · 10 years ago
  89. 572ffca freedreno/ir3: fix FSLT/etc handling to return 0/-1 instead of 0/1.0 by Ilia Mirkin · 10 years ago
  90. 80058c0 freedreno/a3xx: alpha render-target shenanigans by Rob Clark · 10 years ago
  91. 3e0a82b util/u_format: add _is_alpha() by Rob Clark · 10 years ago
  92. 480fe24 freedreno/a3xx: format fixes by Rob Clark · 10 years ago
  93. 1fba490 freedreno: update generated headers by Rob Clark · 10 years ago
  94. 2ed7640 freedreno/a3xx: handle rendering to layer != 0 by Rob Clark · 10 years ago
  95. 0d73ac6 mesa: fix _mesa_free_pipeline_data() use-after-free bug by Brian Paul · 10 years ago
  96. 2828680 ra: assert against unsigned underflow in q_total by Connor Abbott · 10 years ago
  97. ec046bc ra: note a restriction in the interfence graph API by Connor Abbott · 10 years ago
  98. afd82dc r300g: set register classes before interferences by Connor Abbott · 10 years ago
  99. 2a13ff9 gallium/util: add missing u_debug include by Andreas Boll · 10 years ago
  100. 802018d ilo: fix builder size checks for BLT buffer clear/copy by Chia-I Wu · 10 years ago