1. 8b7cc90 gallium: Add PIPE_SHADER_IR_NATIVE to enum pipe_shader_ir by Tom Stellard · 10 years ago
  2. dc39b32 clover: Factor kernel argument parsing into its own function v2 by Tom Stellard · 10 years ago
  3. 833d698 st/mesa: use pipe_sampler_view_release for releasing sampler views by Marek Olšák · 10 years ago
  4. 63c6509 mesa: Drop the "target" parameter from NewBufferObject(). by Kenneth Graunke · 10 years ago
  5. af31f93 glsl: Update and fix typos in README. by Andres Gomez · 10 years ago
  6. 2883aff i965: Flag BRW_ATOMIC_COUNTER_BUFFER when a possible ABO is respecified by Chris Forbes · 10 years ago
  7. 7bd6dfe mesa: Mark buffer objects that are used as atomic counter buffers by Chris Forbes · 10 years ago
  8. f1261db i965/disasm: Add missing message type for Gen7 DP untyped surface read by Chris Forbes · 10 years ago
  9. 0dc5660 i965: Correctly use ABO count to trigger flagging of new surfaces. by Chris Forbes · 10 years ago
  10. 25189c7 i965: No longer reemit textures on BRW_NEW_UNIFORM_BUFFER by Chris Forbes · 10 years ago
  11. 1655f6f i965: Dirty state in BO reallocation based on usage history by Chris Forbes · 10 years ago
  12. c442745 i965: Have mesa flag BRW_NEW_TEXTURE_BUFFER when a TexBO binding changes by Chris Forbes · 10 years ago
  13. be5df28 i965: Add new dirty flag for new TexBOs. by Chris Forbes · 10 years ago
  14. 8db38ba mesa: Mark buffer objects that are used as TexBOs by Chris Forbes · 10 years ago
  15. fe3133f mesa: Mark buffer objects which are bound as UBOs by Chris Forbes · 10 years ago
  16. 3d98946 mesa: Add usage history bitfield to buffer objects by Chris Forbes · 10 years ago
  17. 79d09a4 vc4: correctly include the source files by Emil Velikov · 10 years ago
  18. 70fa53b i965/fs: don't make a fake ir_texture in the Mesa IR frontend by Connor Abbott · 10 years ago
  19. b17f571 i965/fs: Refactor the texture emission logic into a single function. by Kenneth Graunke · 10 years ago
  20. 9e95d8e i965/fs: Make gather_channel() not use ir_texture. by Connor Abbott · 10 years ago
  21. 12d9a8c i965/fs: Make swizzle_result() not use ir_texture. by Connor Abbott · 10 years ago
  22. cf94dfd i965/fs: fix integer textures with swizzles by Connor Abbott · 10 years ago
  23. 7c8f0b7 i965/fs: don't pass in ir_texture to emit_texture_* by Connor Abbott · 10 years ago
  24. 4bffcb7 i965/fs: don't use ir->type in emit_texture_gen4() by Connor Abbott · 10 years ago
  25. eaadc43 i965/fs: Don't use ir->lod_info.grad.dPd<x,y> in emit_texture_*. by Connor Abbott · 10 years ago
  26. cbde540 i965/fs: Don't use ir->coordinate in emit_texture_*. by Connor Abbott · 10 years ago
  27. a8905e8 i965/fs: make rescale_texcoord() not use ir_texture. by Connor Abbott · 10 years ago
  28. e599837 i965/fs: Make emit_mcs_fetch() not use ir_texture. by Connor Abbott · 10 years ago
  29. 4653735 i965/fs: Rename "length" to "components" in emit_mcs_fetch(). by Kenneth Graunke · 10 years ago
  30. fa212c6 i965: Make brw_texture_offset() not use ir_texture. by Connor Abbott · 10 years ago
  31. a71455b i965/fs: don't use ir->offset in emit_texture_gen5. by Connor Abbott · 10 years ago
  32. 1f76fcf i965/fs: Move texel offset handling to visit(ir_texture *). by Kenneth Graunke · 10 years ago
  33. cee2027 i965: Drop ir->op != ir_txf condition in offset checking. by Kenneth Graunke · 10 years ago
  34. a2c3cfb i965: Restore a lost comment about TXF offset bugs. by Kenneth Graunke · 10 years ago
  35. 652b8fb freedreno/ir3: large const support by Rob Clark · 10 years ago
  36. e71a3f8 freedreno: update generated headers by Rob Clark · 10 years ago
  37. dd332fe freedreno: fix layer_stride by Rob Clark · 10 years ago
  38. 8233b36 freedreno: inline fd_draw_emit() by Rob Clark · 10 years ago
  39. 368466b freedreno/ir3: optimize shader key comparision by Rob Clark · 10 years ago
  40. d595987 freedreno/a3xx: refactor/optimize emit by Rob Clark · 10 years ago
  41. d5d80b3 freedreno/a3xx: refactor vertex state emit by Rob Clark · 10 years ago
  42. 57de9bb vc4: Fix the uniform debug output. by Eric Anholt · 10 years ago
  43. 201d4c0 vc4: Add support for user clip plane and gl_ClipVertex. by Eric Anholt · 10 years ago
  44. 6a0bf67 vc4: Move the output semantics setup to a helper. by Eric Anholt · 10 years ago
  45. 39a5a60 i965: Allow CSE on Gen4-5 unary math. by Kenneth Graunke · 10 years ago
  46. 159f93c r600g,radeonsi: Only set use_staging_texture = TRUE once by Michel Dänzer · 10 years ago
  47. 87da286 r600g,radeonsi: Use staging texture for transfers if any miplevel is tiled by Michel Dänzer · 10 years ago
  48. 3ede67a winsys/radeon: Use separate caching buffer manager for each set of flags by Michel Dänzer · 10 years ago
  49. 657764c configure.ac: check for libexpat when no pkg-config is available by Andres Gomez · 10 years ago
  50. 8cf6482 clover: Fix regression in module serialization by Tom Stellard · 10 years ago
  51. 3435aa4 i965/fs: Use the correct regs_written on unspill instructions by Jason Ekstrand · 10 years ago
  52. 742158b st/gbm: fix order of arguments passed to is_format_supported by Ilia Mirkin · 10 years ago
  53. 5524af8 nouveau: 3d textures are unsupported, limit 3d levels to 1 by Ilia Mirkin · 10 years ago
  54. abe3b3d freedreno: use tgsi_lowering by Rob Clark · 10 years ago
  55. d2c1d96 r300/compiler: remove useless check by David Heidelberger · 10 years ago
  56. e5bf8d3 ilo: Build pipe-loader for ilo by Nick Sarnie · 10 years ago
  57. af897df automake: explicitly set TARGET_RADEON_{WINSYS,COMMON} by Emil Velikov · 10 years ago
  58. a2d8b6d vc4: Fix render target NPOT alignment at small miplevels. by Eric Anholt · 10 years ago
  59. b5fc9d5 vc4: Add support for having 0 vertex elements used. by Eric Anholt · 10 years ago
  60. a2fd55c auxilary/os: Add DragonFly BSD support in os_get_total_physical_memory. by Vinson Lee · 10 years ago
  61. 291be28 glx: Fix glxUseXFont for glxWindow and glxPixmaps by Daniel Manjarres · 10 years ago
  62. 4e2cf84 ilo: clear writer pointer after unmapping by Chia-I Wu · 10 years ago
  63. 615bbf0 vc4: Write the VPM read setup multiple times to queue all the inputs. by Eric Anholt · 10 years ago
  64. e1d1c39 vc4: Add support for the TXL opcode. by Eric Anholt · 10 years ago
  65. 5bc91b6 vc4: Improve the accuracy of SIN and COS. by Eric Anholt · 10 years ago
  66. 02ca66f i965: Use unsynchronized maps for the program cache on LLC platforms. by Kenneth Graunke · 10 years ago
  67. 4c766c7 i965: Issue performance warnings when copying the program cache BO. by Kenneth Graunke · 10 years ago
  68. a4fe727 i965: Issue performance warnings on MapBufferRange stalls. by Kenneth Graunke · 10 years ago
  69. 5d72a1c vc4: Match VS outputs to FS inputs. by Eric Anholt · 10 years ago
  70. d561a42 configure: use $libdir/dri as default for VA-API by Christian König · 10 years ago
  71. 966ae17 configure: remove superflous VA-API line from configure.ac by Christian König · 10 years ago
  72. d3004a2 configure: respect $libdir for the OMX installation dir by Christian König · 10 years ago
  73. 5ce06d1 configure: Revert "ask vdpau.pc for the default location of the vdpau drivers" by Christian König · 10 years ago
  74. 83365a5 vc4: Add support for the CEIL opcode. by Eric Anholt · 10 years ago
  75. 926eaa9 vc4: Add support for the SSG opcode. by Eric Anholt · 10 years ago
  76. b86f814 docs: add news item and link release notes by Emil Velikov · 10 years ago
  77. fc6345a docs: Add sha256 sums for the 10.3.1 release by Emil Velikov · 10 years ago
  78. 04fae07 Add release notes for the 10.3.1 release by Emil Velikov · 10 years ago
  79. 66ea8a5 docs: Add sha256 sums for the 10.2.9 release by Emil Velikov · 10 years ago
  80. f5e6129 Add release notes for the 10.2.9 release by Emil Velikov · 10 years ago
  81. a327fa3 r600g: Implement GL_ARB_sample_shading by Glenn Kennard · 10 years ago
  82. 75e97e2 radeonsi: use tgsi_shader_info in si_llvm_emit_fs_epilogue by Marek Olšák · 10 years ago
  83. 558f777 radeonsi: remove si_shader_output_values::index by Marek Olšák · 10 years ago
  84. ec0d168 radeonsi: use tgsi_shader_info in si_llvm_emit_vs_epilogue by Marek Olšák · 10 years ago
  85. 8067732 radeonsi: remove shader->input[] and output[] arrays and dependencies by Marek Olšák · 10 years ago
  86. 8b057dd radeonsi: move param_offset out of shader->input[] and output[] by Marek Olšák · 10 years ago
  87. 02134cf radeonsi: use tgsi_shader_info to get a list of GS outputs by Marek Olšák · 10 years ago
  88. 101905d radeonsi: use tgsi_shader_info in si_update_spi_map by Marek Olšák · 10 years ago
  89. 6f04cf7 radeonsi: simplify dereferences in si_update_spi_map by Marek Olšák · 10 years ago
  90. 639f6b4 radeonsi: use tgsi_shader_info in si_shader_vs by Marek Olšák · 10 years ago
  91. fa93343 radeonsi: use tgsi_shader_info in si_shader_ps by Marek Olšák · 10 years ago
  92. e23fec1 radeonsi: use tgsi_shader_info in fetch_input_gs by Marek Olšák · 10 years ago
  93. 7a645c5 radeonsi: don't rely on shader->output in si_llvm_emit_fs_epilogue by Marek Olšák · 10 years ago
  94. 216cf86 radeonsi: use tgsi_shader_info in si_llvm_emit_es_epilogue by Marek Olšák · 10 years ago
  95. 34e8200 radeonsi: don't recompile shaders when changing nr_cbufs from 0 to 1 by Marek Olšák · 10 years ago
  96. 5e0fbe1 radeonsi: remove vs.ucps_enabled from the shader key by Marek Olšák · 10 years ago
  97. a9592cd radeonsi: assume ClipDistance usage mask is always 0xf by Marek Olšák · 10 years ago
  98. 2286edc clover: Fix unintended fall-through in kernel::argument::bind. by Francisco Jerez · 10 years ago
  99. 5bffc5e clover: Append implicit arguments to the kernel argument list. by Jan Vesely · 10 years ago
  100. bf89a97 clover: Pass execution dimensions and offset to the kernel as implicit arguments. by Francisco Jerez · 10 years ago