1. 1be5515 st/va: implement Context Surface and Buffer by Christian König · 10 years ago
  2. 2825ef3 st/va: implement vlVa(Create|Destroy|Query|Get)Config by Christian König · 11 years ago
  3. 3867933 st/va: skeleton VAAPI state tracker by Christian König · 10 years ago
  4. 0eb8f89 st/vdpau: move common functions to util by Leo Liu · 10 years ago
  5. 204dd73c freedreno: max-texture-lod-bias should be 15.0f by Rob Clark · 10 years ago
  6. 95073a2 mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates. by Kenneth Graunke · 10 years ago
  7. 0a17302 i965: Drop CACHE_NEW_VS_PROG from the gen7_sf_state atom. by Kenneth Graunke · 10 years ago
  8. 106e0db i965: Drop brwBindProgram driver hook. by Kenneth Graunke · 10 years ago
  9. e25a453 i965: Add missing /* BRW_NEW_FRAGMENT_PROGRAM */ comments. by Kenneth Graunke · 10 years ago
  10. 3d31ed0 i965: Use "1ull" instead of "1" in BRW_NEW_* defines. by Kenneth Graunke · 10 years ago
  11. a114f45 i965: Use ~0ull when flagging all BRW_NEW_* dirty flags. by Kenneth Graunke · 10 years ago
  12. 5105f9a i965: Fix INTEL_DEBUG=state to work with 64-bit dirty bits. by Kenneth Graunke · 10 years ago
  13. fbebd5e i965: Delete CACHE_NEW_BLORP_CONST_COLOR_PROG. by Kenneth Graunke · 10 years ago
  14. e4e3b0f i965: Fix typo in comment by Chris Forbes · 10 years ago
  15. d8c5c4f i965: Fix spelling of GEN7_SAMPLER_EWA_ANISOTROPIC_ALGORITHM by Chris Forbes · 10 years ago
  16. 6a238ac llvmpipe: Add missing LLVMGetGlobalContext() arg in lp_test_format.c. by Vinson Lee · 10 years ago
  17. 3202926 glx/dri3: Provide error diagnostics when DRI3 allocation fails by Keith Packard · 10 years ago
  18. f7a3555 glx/dri3: Use four buffers until X driver supports async flips by Keith Packard · 10 years ago
  19. eedbce9 i965/fs: Fix the build by Jason Ekstrand · 10 years ago
  20. 83669fa i965/fs: Fix an uninitialized value warnings by Jason Ekstrand · 10 years ago
  21. 9750ae8 galahad: fix indirect draw by Roland Scheidegger · 10 years ago
  22. e3da8c1 galahad: (trivial) handle cubemap arrays by Roland Scheidegger · 10 years ago
  23. 3e7f800 i965/fs: Emit compressed BFI2 instructions on Gen > 7. by Matt Turner · 10 years ago
  24. 9f5e5bd i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7. by Matt Turner · 10 years ago
  25. 05586f9 i965/fs: Set MUL source type to W/UW in 64-bit mul macro on Gen8. by Matt Turner · 10 years ago
  26. 94b6810 i965/fs: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  27. b52126b i965/vec4: Optimize sqrt+inv into rsq. by Matt Turner · 10 years ago
  28. 189ac07 i965/vec4: Call opt_algebraic after opt_cse. by Matt Turner · 10 years ago
  29. d13bcdb i965/fs: Extend predicated break pass to predicate WHILE. by Matt Turner · 10 years ago
  30. 6e7d36f gallivm: Fix build for LLVM 3.2 by Mathias Fröhlich · 10 years ago
  31. cc355f1 freedreno: destroy transfer pool after blitter by Rob Clark · 10 years ago
  32. 01ff0b2 freedreno/lowering: fix token calculation for lowering by Rob Clark · 10 years ago
  33. 408aa46 i965/fs: Don't make a name for a vector splitting temporary by Ian Romanick · 10 years ago
  34. 0b47252 glsl: Don't make a name for the function return variable by Ian Romanick · 10 years ago
  35. c87d09d glsl: Don't allocate a name for ir_var_temporary variables by Ian Romanick · 10 years ago
  36. eaa0c74 glsl: Use ir_var_temporary for compiler generated temporaries by Ian Romanick · 10 years ago
  37. 04e1357 glsl: Add context-level controls for whether temporaries have real names by Ian Romanick · 10 years ago
  38. a994824 glsl: Never put ir_var_temporary variables in the symbol table by Ian Romanick · 10 years ago
  39. 7625bab glsl: Add the possibility for ir_variable to have a non-ralloced name by Ian Romanick · 10 years ago
  40. 0e654ab glsl: Store ir_variable_data::_num_state_slots and ::binding in 16-bits each by Ian Romanick · 10 years ago
  41. a32ac72 glsl: Squish ir_variable::max_ifc_array_access and ::state_slots together by Ian Romanick · 10 years ago
  42. 5aa8d81 glsl: Make ir_variable::num_state_slots and ir_variable::state_slots private by Ian Romanick · 10 years ago
  43. 21df016 glsl: Make ir_variable::max_ifc_array_access private by Ian Romanick · 10 years ago
  44. 8afe6ef glsl: Store ir_variable::depth_layout using 3 bits by Ian Romanick · 10 years ago
  45. ab51179 glsl: Replace ir_variable::warn_extension pointer with an 8-bit index by Ian Romanick · 10 years ago
  46. baf5a75 glsl: Use accessors for ir_variable::warn_extension by Ian Romanick · 10 years ago
  47. 1012e95 glsl: Eliminate unused built-in variables after compilation by Ian Romanick · 10 years ago
  48. 77005cf glsl: Validate that built-in uniforms have backing state by Ian Romanick · 10 years ago
  49. 8786544 vc4: Don't forget to store stencil along with depth when storing either. by Eric Anholt · 10 years ago
  50. 43e2109 llvmpipe: Reuse llvmpipes LLVMContext in the draw context. by Mathias Fröhlich · 10 years ago
  51. d90ff35 llvmpipe: Make a llvmpipe OpenGL context thread safe. by Mathias Fröhlich · 10 years ago
  52. 83c6259 llvmpipe: Use two LLVMContexts per OpenGL context instead of a global one. by Mathias Fröhlich · 10 years ago
  53. 98d00d6 i965/brw_reg: Make the accumulator register take an explicit width. by Jason Ekstrand · 10 years ago
  54. 6b65847 llvmpipe: move lp_jit_screen_init() call after allocation of screen object by Brian Paul · 10 years ago
  55. b12899d tgsi: fix Semantic.Name assignment in tgsi_transform_input_decl() by Brian Paul · 10 years ago
  56. 0fb1e6b util: simplify PIPE_TEXTURE_CUBE case in util_max_layer() by Brian Paul · 10 years ago
  57. 59562e9 softpipe: don't special case PIPE_TEXTURE_CUBE in softpipe_resource_layout() by Brian Paul · 10 years ago
  58. 3d77b80 llvmpipe: remove special case for PIPE_TEXTURE_CUBE in llvmpipe_texture_layout() by Brian Paul · 10 years ago
  59. 8269bfd gallium: add doc note about cube textures and can_create_resource() by Brian Paul · 10 years ago
  60. 3bfc9a7 st/mesa: remove unneded PIPE_TEXTURE_CUBE check in st_texture_create() by Brian Paul · 10 years ago
  61. 2b76ee9 mesa: Drop the always-software-primitive-restart paths. by Eric Anholt · 10 years ago
  62. bcb722d gallium: Drop software-only primitive restart support. by Eric Anholt · 10 years ago
  63. 4ddc25a i965/fs: Properly calculate the number of instructions in calculate_register_pressure by Jason Ekstrand · 10 years ago
  64. 514fd1c i965/fs: Use the GRF for FB writes on gen >= 7 by Jason Ekstrand · 10 years ago
  65. 1dd9b90 i965/fs: Handle COMPR4 in LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  66. 29f4c5b i965/fs: Constant propagate into LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  67. 6d770ce i965/fs: Add split_virtual_grfs and compute_to_mrf after lower_load_payload by Jason Ekstrand · 10 years ago
  68. 8b0e4b3 i965/fs: Add a an optional source to the FS_OPCODE_FB_WRITE instruction by Jason Ekstrand · 10 years ago
  69. 9e1f52a i965/fs: Use the GRF for UNTYPED_SURFACE_READ instructions by Jason Ekstrand · 10 years ago
  70. d25aaf1 i965/fs: Use the GRF for UNTYPED_ATOMIC instructions by Jason Ekstrand · 10 years ago
  71. 65ddf6f i965/fs: Add a function for getting a component of a 8 or 16-wide register by Jason Ekstrand · 10 years ago
  72. 30d718c i965/fs: Use the instruction execution size directly for texture generation by Jason Ekstrand · 10 years ago
  73. 48ddd28 i965/fs: Use exec_size instead of force_uncompressed in dump_instruction by Jason Ekstrand · 10 years ago
  74. b18fd23 i965/fs: Use instruction execution sizes instead of heuristics by Jason Ekstrand · 10 years ago
  75. 894ec5a i965/fs: Use instruction execution sizes to set compression state by Jason Ekstrand · 10 years ago
  76. 8f1adb5 i965/fs: Remove unneeded uses of force_uncompressed by Jason Ekstrand · 10 years ago
  77. 2999f83 i965/fs: Derive force_uncompressed from instruction exec_size by Jason Ekstrand · 10 years ago
  78. 5f41d05 i965/fs: Make fs_reg::effective_width take fs_inst* instead of fs_visitor* by Jason Ekstrand · 10 years ago
  79. 6ba31cc i965/fs: Better guess the width of LOAD_PAYLOAD by Jason Ekstrand · 10 years ago
  80. 071ac3a i965/fs: Add an exec_size field to fs_inst by Jason Ekstrand · 10 years ago
  81. fbc0a79 i965/fs: Determine partial writes based on the destination width by Jason Ekstrand · 10 years ago
  82. 27d7ef0 i965/fs: Fix a bug in register coalesce by Jason Ekstrand · 10 years ago
  83. 16819b4 i965/fs: Rework GEN5 texturing code to use fs_reg and offset() by Jason Ekstrand · 10 years ago
  84. 7210583 i965/fs_reg: Allocate double the number of vgrfs in SIMD16 mode by Jason Ekstrand · 10 years ago
  85. 4232a77 i965/fs: Handle printing of registers better. by Jason Ekstrand · 10 years ago
  86. 5390ca8 i965: Explicitly set widths on gen5 math instruction destinations. by Jason Ekstrand · 10 years ago
  87. 004fbd5 i965/fs: Make half() divide the register width by 2 and use it more by Jason Ekstrand · 10 years ago
  88. 24d023b i965/fs: Add a concept of a width to fs_reg by Jason Ekstrand · 10 years ago
  89. 1030ee6 i965/fs: A little harmless refactoring of register_coalesce by Jason Ekstrand · 10 years ago
  90. f91b566 i965/brw_reg: Add a firsthalf function and use it in the generator by Jason Ekstrand · 10 years ago
  91. 1728e74 i965/fs: Copy propagate partial reads. by Jason Ekstrand · 10 years ago
  92. 4d5f0eb i965/fs: Refactor fs_inst::is_send_from_grf() by Jason Ekstrand · 10 years ago
  93. 54688cd i965/fs: Clean up emit_fb_writes by Jason Ekstrand · 10 years ago
  94. 72a3780 i965/fs: Print BAD_FILE registers in dump_instruction by Jason Ekstrand · 10 years ago
  95. 2af4b0a i965/fs: Make compact_virtual_grfs an optimization pass by Jason Ekstrand · 10 years ago
  96. a25db10 i964/fs: Make immediate fs_reg constructors explicit by Jason Ekstrand · 10 years ago
  97. 1c89e09 i965/fs: Make null_reg_* const members of fs_visitor instead of globals by Jason Ekstrand · 10 years ago
  98. ab7234c i965/fs: Use the var_from_vgrf helper function instead of doing it manually by Jason Ekstrand · 10 years ago
  99. c24dd54 i965/fs: Fix a bug with dead_code_eliminate on large writes by Jason Ekstrand · 10 years ago
  100. 1385a4b i965/fs: Use the UW type for the destination of VARYING_PULL_CONSTANT_LOAD instructions by Jason Ekstrand · 10 years ago