1. d703abf util: Include in Android builds by Tomasz Figa · 10 years ago
  2. 493bfa5 i965/fs: Use the correct base_mrf for spilling pairs in SIMD8 by Jason Ekstrand · 10 years ago
  3. 50d0e2e i965/fs: Add a MAX_GRF_SIZE define and use it various places by Jason Ekstrand · 10 years ago
  4. b33e546 i965/fs: Use the actual regsister width in brw_reg_from_fs_reg by Jason Ekstrand · 10 years ago
  5. 7598683 i965/fs_fp: Use null_reg from fs_visitor instead of rolling our own by Jason Ekstrand · 10 years ago
  6. 7309c61 freedreno/a3xx: handle large shader program sizes by Rob Clark · 10 years ago
  7. d01ee59 freedreno: update generated headers by Rob Clark · 10 years ago
  8. 3dc47c5 freedreno: dual-source render targets are not supported by Ilia Mirkin · 10 years ago
  9. 786f01c gallium/hud: use u_sampler_view_default_template helper by Ilia Mirkin · 10 years ago
  10. db8cd4d glsl: Fix memory leak in builtin_builder::_image_prototype. by Iago Toral Quiroga · 10 years ago
  11. f4b4ae8 mesa: relax draw api validation on ES2 by Tapani Pälli · 10 years ago
  12. 3914dc5 glsl: make consistent use of DECLARE_RALLOC_CXX_OPERATORS by Ilia Mirkin · 10 years ago
  13. 4111b1d vc4: Fix the mapping of the minification filter to HW values. by Eric Anholt · 10 years ago
  14. 75f8e0b vc4: Make the last static array in vc4_program.c dynamically sized. by Eric Anholt · 10 years ago
  15. ebff93a vc4: Fix some broken indentation. by Eric Anholt · 10 years ago
  16. d7a0502 vc4: Add support for the FACE semantic. by Eric Anholt · 10 years ago
  17. 1bf2d17 vc4: Add support for TGSI_OPCODE_CLAMP. by Eric Anholt · 10 years ago
  18. 0c8c7d3 vc4: Fix compiler warning by Eric Anholt · 10 years ago
  19. 25266b2 meta: Fix make check failures in setup_glsl_msaa_blit_scaled_shader() by Anuj Phogat · 10 years ago
  20. 44b500f mesa: fix _mesa_alloc_dispatch_table() declaration by Brian Paul · 10 years ago
  21. dea0fcf meta: (trivial) remove accidental double semicolon by Roland Scheidegger · 10 years ago
  22. 4330fa9 i965: Enable EXT_framebuffer_multisample_blit_scaled for gen8 by Anuj Phogat · 10 years ago
  23. 68ee950 meta: Implement ext_framebuffer_multisample_blit_scaled extension by Anuj Phogat · 10 years ago
  24. 7a47901 i965: Initialize the SampleMap{2,4,8}x variables by Anuj Phogat · 10 years ago
  25. 38cd40f mesa: Add new variables in gl_context to store sample layout by Anuj Phogat · 10 years ago
  26. 4f7916a st/va: implement vlVa(Query|Create|Get|Put|Destroy)Image by Leo Liu · 10 years ago
  27. 7913c89 st/va: implement Picture functions for mpeg2 h264 and vc1 by Christian König · 10 years ago
  28. 1be5515 st/va: implement Context Surface and Buffer by Christian König · 10 years ago
  29. 2825ef3 st/va: implement vlVa(Create|Destroy|Query|Get)Config by Christian König · 11 years ago
  30. 3867933 st/va: skeleton VAAPI state tracker by Christian König · 10 years ago
  31. 0eb8f89 st/vdpau: move common functions to util by Leo Liu · 10 years ago
  32. 204dd73c freedreno: max-texture-lod-bias should be 15.0f by Rob Clark · 10 years ago
  33. 95073a2 mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates. by Kenneth Graunke · 10 years ago
  34. 0a17302 i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom. by Kenneth Graunke · 10 years ago
  35. 106e0db i965: Drop brwBindProgram driver hook. by Kenneth Graunke · 10 years ago
  36. e25a453 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments. by Kenneth Graunke · 10 years ago
  37. 3d31ed0 i965: Use "1ull" instead of "1" in BRW_NEW_* defines. by Kenneth Graunke · 10 years ago
  38. a114f45 i965: Use ~0ull when flagging all BRW_NEW_* dirty flags. by Kenneth Graunke · 10 years ago
  39. 5105f9a i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits. by Kenneth Graunke · 10 years ago
  40. fbebd5e i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG. by Kenneth Graunke · 10 years ago
  41. e4e3b0f i965: Fix typo in comment by Chris Forbes · 10 years ago
  42. d8c5c4f i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM by Chris Forbes · 10 years ago
  43. 6a238ac llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c. by Vinson Lee · 10 years ago
  44. 3202926 glx/dri3: Provide error diagnostics when DRI3 allocation fails by Keith Packard · 10 years ago
  45. f7a3555 glx/dri3: Use four buffers until X driver supports async flips by Keith Packard · 10 years ago
  46. eedbce9 i965/fs: Fix the build by Jason Ekstrand · 10 years ago
  47. 83669fa i965/fs: Fix an uninitialized value warnings by Jason Ekstrand · 10 years ago
  48. 9750ae8 galahad: fix indirect draw by Roland Scheidegger · 10 years ago
  49. e3da8c1 galahad: (trivial) handle cubemap arrays by Roland Scheidegger · 10 years ago
  50. 3e7f800 i965/fs: Emit compressed BFI2 instructions on Gen > 7. by Matt Turner · 10 years ago
  51. 9f5e5bd i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7. by Matt Turner · 10 years ago
  52. 05586f9 i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8. by Matt Turner · 10 years ago
  53. 94b6810 i965/fs: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  54. b52126b i965/vec4: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  55. 189ac07 i965/vec4: Call opt_algebraic after opt_cse. by Matt Turner · 10 years ago
  56. d13bcdb i965/fs: Extend predicated break pass to predicate WHILE. by Matt Turner · 10 years ago
  57. 6e7d36f gallivm: Fix build for LLVM 3.2 by Mathias Fröhlich · 10 years ago
  58. cc355f1 freedreno: destroy transfer pool after blitter by Rob Clark · 10 years ago
  59. 01ff0b2 freedreno/lowering: fix token calculation for lowering by Rob Clark · 10 years ago
  60. 408aa46 i965/fs: Don't make a name for a vector splitting temporary by Ian Romanick · 10 years ago
  61. 0b47252 glsl: Don't make a name for the function return variable by Ian Romanick · 10 years ago
  62. c87d09d glsl: Don't allocate a name for ir_var_temporary variables by Ian Romanick · 10 years ago
  63. eaa0c74 glsl: Use ir_var_temporary for compiler generated temporaries by Ian Romanick · 10 years ago
  64. 04e1357 glsl: Add context-level controls for whether temporaries have real names by Ian Romanick · 10 years ago
  65. a994824 glsl: Never put ir_var_temporary variables in the symbol table by Ian Romanick · 10 years ago
  66. 7625bab glsl: Add the possibility for ir_variable to have a non-ralloced name by Ian Romanick · 10 years ago
  67. 0e654ab glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each by Ian Romanick · 10 years ago
  68. a32ac72 glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together by Ian Romanick · 10 years ago
  69. 5aa8d81 glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private by Ian Romanick · 10 years ago
  70. 21df016 glsl: Make ir_variable::max_ifc_array_access private by Ian Romanick · 10 years ago
  71. 8afe6ef glsl: Store ir_variable::depth_layout using 3 bits by Ian Romanick · 10 years ago
  72. ab51179 glsl: Replace ir_variable::warn_extension pointer with an 8-bit index by Ian Romanick · 10 years ago
  73. baf5a75 glsl: Use accessors for ir_variable::warn_extension by Ian Romanick · 10 years ago
  74. 1012e95 glsl: Eliminate unused built-in variables after compilation by Ian Romanick · 10 years ago
  75. 77005cf glsl: Validate that built-in uniforms have backing state by Ian Romanick · 10 years ago
  76. 8786544 vc4: Don't forget to store stencil along with depth when storing either. by Eric Anholt · 10 years ago
  77. 43e2109 llvmpipe: Reuse llvmpipes LLVMContext in the draw context. by Mathias Fröhlich · 10 years ago
  78. d90ff35 llvmpipe: Make a llvmpipe OpenGL context thread safe. by Mathias Fröhlich · 10 years ago
  79. 83c6259 llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. by Mathias Fröhlich · 10 years ago
  80. 98d00d6 i965/brw_reg: Make the accumulator register take an explicit width. by Jason Ekstrand · 10 years ago
  81. 6b65847 llvmpipe: move lp_jit_screen_init() call after allocation of screen object by Brian Paul · 10 years ago
  82. b12899d tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl() by Brian Paul · 10 years ago
  83. 0fb1e6b util: simplify PIPE_TEXTURE_CUBE case in util_max_layer() by Brian Paul · 10 years ago
  84. 59562e9 softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout() by Brian Paul · 10 years ago
  85. 3d77b80 llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout() by Brian Paul · 10 years ago
  86. 8269bfd gallium: add doc note about cube textures and can_create_resource() by Brian Paul · 10 years ago
  87. 3bfc9a7 st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create() by Brian Paul · 10 years ago
  88. 2b76ee9 mesa: Drop the always-software-primitive-restart paths. by Eric Anholt · 10 years ago
  89. bcb722d gallium: Drop software-only primitive restart support. by Eric Anholt · 10 years ago
  90. 4ddc25a i965/fs: Properly calculate the number of instructions in calculate_register_pressure by Jason Ekstrand · 10 years ago
  91. 514fd1c i965/fs: Use the GRF for FB writes on gen >= 7 by Jason Ekstrand · 10 years ago
  92. 1dd9b90 i965/fs: Handle COMPR4 in LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  93. 29f4c5b i965/fs: Constant propagate into LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  94. 6d770ce i965/fs: Add split_virtual_grfs and compute_to_mrf after lower_load_payload by Jason Ekstrand · 10 years ago
  95. 8b0e4b3 i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction by Jason Ekstrand · 10 years ago
  96. 9e1f52a i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions by Jason Ekstrand · 10 years ago
  97. d25aaf1 i965/fs: Use the GRF for UNTYPED_ATOMIC instructions by Jason Ekstrand · 10 years ago
  98. 65ddf6f i965/fs: Add a function for getting a component of a 8 or 16-wide register by Jason Ekstrand · 10 years ago
  99. 30d718c i965/fs: Use the instruction execution size directly for texture generation by Jason Ekstrand · 10 years ago
  100. 48ddd28 i965/fs: Use exec_size instead of force_uncompressed in dump_instruction by Jason Ekstrand · 10 years ago