1. 6c9f61c radeonsi: remove unused variable si_shader::gs_input_prim by Marek Olšák · 10 years ago
  2. 7dc0164 tgsi: remove some not so useful variables from tgsi_shader_info by Marek Olšák · 10 years ago
  3. 8860584 radeonsi: get fs_write_all from tgsi_shader_info directly by Marek Olšák · 10 years ago
  4. 8908fae tgsi: simplify shader properties in tgsi_shader_info by Marek Olšák · 10 years ago
  5. 5233568 radeonsi: get tgsi_shader_info only once before compilation by Marek Olšák · 10 years ago
  6. af4f5a7 gallium/util: add util_bitcount64 by Marek Olšák · 10 years ago
  7. 837907b radeonsi: fix CS tracing and remove excessive CS dumping by Marek Olšák · 10 years ago
  8. c74be01 gk110/ir: add dnz flag emission for fmul/fmad by Ilia Mirkin · 10 years ago
  9. d58037c gm107/ir: add dnz emission for fmul by Ilia Mirkin · 10 years ago
  10. 90dc71b st/wgl: add WINAPI qualifiers on wgl function typedefs by Brian Paul · 10 years ago
  11. 7297bdb freedreno: query fixes by Rob Clark · 10 years ago
  12. a262c60 freedreno/a3xx: handle VS only outputting BCOLOR by Rob Clark · 10 years ago
  13. af4d088 freedreno/ir3: fix lockups with lame FRAG shaders by Rob Clark · 10 years ago
  14. cabc93c i965/compaction: Disable compaction on SNB temporarily. by Matt Turner · 10 years ago
  15. 0d5c9bf Revert "i965: Emit ELSE/ENDIF JIP with type D on Gen 7." by Matt Turner · 10 years ago
  16. b59db8e i965/fs: Remove dead generate_rep_fb_write prototype. by Matt Turner · 10 years ago
  17. c7f0755 mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION error by Brian Paul · 10 years ago
  18. 33c9ad9 freedreno/ir3: add TXF support by Ilia Mirkin · 10 years ago
  19. e6acf3a freedreno/ir3: add TXD support and expose ARB_shader_texture_lod by Ilia Mirkin · 10 years ago
  20. c49107c freedreno/ir3: add texture offset support by Ilia Mirkin · 10 years ago
  21. 5bba74c freedreno/ir3: shadow comes before array by Ilia Mirkin · 10 years ago
  22. 81b34e4 freedreno/ir3: make TXQ return integers, not floats by Ilia Mirkin · 10 years ago
  23. c4e2a19 freedreno/ir3: add UMAD support by Ilia Mirkin · 10 years ago
  24. 347bc19 freedreno/ir3: add ISSG support by Ilia Mirkin · 10 years ago
  25. ad5db64 freedreno/ir3: add MOD support by Ilia Mirkin · 10 years ago
  26. cab3cb1 freedreno/ir3: add UMOD support, based on UDIV by Ilia Mirkin · 10 years ago
  27. 8f7d01c freedreno/ir3: add IDIV/UDIV support by Ilia Mirkin · 10 years ago
  28. ed03747 radeonsi: Clear sampler view flags when binding a buffer by Michel Dänzer · 10 years ago
  29. ca00070 vc4: Add support for framebuffer sRGB encoding. by Eric Anholt · 10 years ago
  30. 24d9980 vc4: Add support for sampling from sRGB. by Eric Anholt · 10 years ago
  31. 3dd9a0d freedreno/ir3: avoid fan-in sources referring to same instruction by Ilia Mirkin · 10 years ago
  32. f5eeb8a freedreno/a3xx: emit all immediates in one shot by Rob Clark · 10 years ago
  33. be00852 freedreno: instanced drawing/compute not yet supported by Ilia Mirkin · 10 years ago
  34. 8df3c02 mesa: fix GetTexImage for 1D array depth textures by Dave Airlie · 10 years ago
  35. b4ffd19 st/mesa: Fix paths used in Android builds by Tomasz Figa · 10 years ago
  36. 98445fd st/mesa: Generate format_info.c in Android builds by Tomasz Figa · 10 years ago
  37. d703abf util: Include in Android builds by Tomasz Figa · 10 years ago
  38. 493bfa5 i965/fs: Use the correct base_mrf for spilling pairs in SIMD8 by Jason Ekstrand · 10 years ago
  39. 50d0e2e i965/fs: Add a MAX_GRF_SIZE define and use it various places by Jason Ekstrand · 10 years ago
  40. b33e546 i965/fs: Use the actual regsister width in brw_reg_from_fs_reg by Jason Ekstrand · 10 years ago
  41. 7598683 i965/fs_fp: Use null_reg from fs_visitor instead of rolling our own by Jason Ekstrand · 10 years ago
  42. 7309c61 freedreno/a3xx: handle large shader program sizes by Rob Clark · 10 years ago
  43. d01ee59 freedreno: update generated headers by Rob Clark · 10 years ago
  44. 3dc47c5 freedreno: dual-source render targets are not supported by Ilia Mirkin · 10 years ago
  45. 786f01c gallium/hud: use u_sampler_view_default_template helper by Ilia Mirkin · 10 years ago
  46. db8cd4d glsl: Fix memory leak in builtin_builder::_image_prototype. by Iago Toral Quiroga · 10 years ago
  47. f4b4ae8 mesa: relax draw api validation on ES2 by Tapani Pälli · 10 years ago
  48. 3914dc5 glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS by Ilia Mirkin · 10 years ago
  49. 4111b1d vc4: Fix the mapping of the minification filter to HW values. by Eric Anholt · 10 years ago
  50. 75f8e0b vc4: Make the last static array in vc4_program.c dynamically sized. by Eric Anholt · 10 years ago
  51. ebff93a vc4: Fix some broken indentation. by Eric Anholt · 10 years ago
  52. d7a0502 vc4: Add support for the FACE semantic. by Eric Anholt · 10 years ago
  53. 1bf2d17 vc4: Add support for TGSI_OPCODE_CLAMP. by Eric Anholt · 10 years ago
  54. 0c8c7d3 vc4: Fix compiler warning by Eric Anholt · 10 years ago
  55. 25266b2 meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader() by Anuj Phogat · 10 years ago
  56. 44b500f mesa: fix _mesa_alloc_dispatch_table() declaration by Brian Paul · 10 years ago
  57. dea0fcf meta: (trivial) remove accidental double semicolon by Roland Scheidegger · 10 years ago
  58. 4330fa9 i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8 by Anuj Phogat · 10 years ago
  59. 68ee950 meta: Implement ext_framebuffer_multisample_blit_scaled extension by Anuj Phogat · 10 years ago
  60. 7a47901 i965: Initialize the SampleMap{2,4,8}x variables by Anuj Phogat · 10 years ago
  61. 38cd40f mesa: Add new variables in gl_context to store sample layout by Anuj Phogat · 10 years ago
  62. 4f7916a st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image by Leo Liu · 10 years ago
  63. 7913c89 st/va: implement Picture functions for mpeg2 h264 and vc1 by Christian König · 10 years ago
  64. 1be5515 st/va: implement Context Surface and Buffer by Christian König · 10 years ago
  65. 2825ef3 st/va: implement vlVa(Create|Destroy|Query|Get)Config by Christian König · 11 years ago
  66. 3867933 st/va: skeleton VAAPI state tracker by Christian König · 10 years ago
  67. 0eb8f89 st/vdpau: move common functions to util by Leo Liu · 10 years ago
  68. 204dd73c freedreno: max-texture-lod-bias should be 15.0f by Rob Clark · 10 years ago
  69. 95073a2 mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates. by Kenneth Graunke · 10 years ago
  70. 0a17302 i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom. by Kenneth Graunke · 10 years ago
  71. 106e0db i965: Drop brwBindProgram driver hook. by Kenneth Graunke · 10 years ago
  72. e25a453 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments. by Kenneth Graunke · 10 years ago
  73. 3d31ed0 i965: Use "1ull" instead of "1" in BRW_NEW_* defines. by Kenneth Graunke · 10 years ago
  74. a114f45 i965: Use ~0ull when flagging all BRW_NEW_* dirty flags. by Kenneth Graunke · 10 years ago
  75. 5105f9a i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits. by Kenneth Graunke · 10 years ago
  76. fbebd5e i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG. by Kenneth Graunke · 10 years ago
  77. e4e3b0f i965: Fix typo in comment by Chris Forbes · 10 years ago
  78. d8c5c4f i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM by Chris Forbes · 10 years ago
  79. 6a238ac llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c. by Vinson Lee · 10 years ago
  80. 3202926 glx/dri3: Provide error diagnostics when DRI3 allocation fails by Keith Packard · 10 years ago
  81. f7a3555 glx/dri3: Use four buffers until X driver supports async flips by Keith Packard · 10 years ago
  82. eedbce9 i965/fs: Fix the build by Jason Ekstrand · 10 years ago
  83. 83669fa i965/fs: Fix an uninitialized value warnings by Jason Ekstrand · 10 years ago
  84. 9750ae8 galahad: fix indirect draw by Roland Scheidegger · 10 years ago
  85. e3da8c1 galahad: (trivial) handle cubemap arrays by Roland Scheidegger · 10 years ago
  86. 3e7f800 i965/fs: Emit compressed BFI2 instructions on Gen > 7. by Matt Turner · 10 years ago
  87. 9f5e5bd i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7. by Matt Turner · 10 years ago
  88. 05586f9 i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8. by Matt Turner · 10 years ago
  89. 94b6810 i965/fs: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  90. b52126b i965/vec4: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  91. 189ac07 i965/vec4: Call opt_algebraic after opt_cse. by Matt Turner · 10 years ago
  92. d13bcdb i965/fs: Extend predicated break pass to predicate WHILE. by Matt Turner · 10 years ago
  93. 6e7d36f gallivm: Fix build for LLVM 3.2 by Mathias Fröhlich · 10 years ago
  94. cc355f1 freedreno: destroy transfer pool after blitter by Rob Clark · 10 years ago
  95. 01ff0b2 freedreno/lowering: fix token calculation for lowering by Rob Clark · 10 years ago
  96. 408aa46 i965/fs: Don't make a name for a vector splitting temporary by Ian Romanick · 10 years ago
  97. 0b47252 glsl: Don't make a name for the function return variable by Ian Romanick · 10 years ago
  98. c87d09d glsl: Don't allocate a name for ir_var_temporary variables by Ian Romanick · 10 years ago
  99. eaa0c74 glsl: Use ir_var_temporary for compiler generated temporaries by Ian Romanick · 10 years ago
  100. 04e1357 glsl: Add context-level controls for whether temporaries have real names by Ian Romanick · 10 years ago