1. 6152ba0 nv50: make sure to clear _all_ layers of all attachments by Ilia Mirkin · 10 years ago
  2. d5cbd73 ilo: fix and enable fast depth clear by Chia-I Wu · 11 years ago
  3. f57bddc ilo: add slice clear value by Chia-I Wu · 10 years ago
  4. 4afb8a7 ilo: better readability and doc for texture flags by Chia-I Wu · 10 years ago
  5. cb8a0d2 ilo: fix for stencil only rectlist ops by Chia-I Wu · 10 years ago
  6. 409add3 ilo: fix a false assertion failure on GEN6 by Chia-I Wu · 11 years ago
  7. e7307fe ilo: pipe_texture::usage is not a bitfield by Chia-I Wu · 10 years ago
  8. f8d19a5 ilo: set ILO_TEXTURE_CPU_WRITE for imported textures by Chia-I Wu · 11 years ago
  9. 1f4bfb8 nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage by Christoph Bumiller · 10 years ago
  10. 7770b02 Revert "i965/fs: Make fs_reg's type an enum for better debugging." by Matt Turner · 10 years ago
  11. 760c677 i965/fs: Drop the emit(fs_inst) overload. by Kenneth Graunke · 10 years ago
  12. 326fc60 i965/fs: Pass fs_regs by constant reference where possible. by Matt Turner · 10 years ago
  13. 070f202 i965/fs: Move setting opcode = NOP to its one useful location. by Matt Turner · 10 years ago
  14. 4fbebd6 i965/fs: Use a bitfield for fs_inst's bool fields. by Matt Turner · 10 years ago
  15. d91035a i965/fs: Reorder fs_inst's fields for better packing. by Matt Turner · 10 years ago
  16. 109c211 i965/fs: Reduce the sizes of some fs_inst members. by Matt Turner · 10 years ago
  17. 0fc1a77 i965/fs: Reorder fs_reg for better packing. by Matt Turner · 10 years ago
  18. 5ceadd2 i965/fs: Make fs_reg's type an enum for better debugging. by Matt Turner · 10 years ago
  19. 3f6baf5 i965/fs: Reduce the sizes of some fs_reg members. by Matt Turner · 10 years ago
  20. 98e2654 i965: Mark brw_reg_type and register_file enums as PACKED. by Matt Turner · 10 years ago
  21. 00c567e i965: Reduce predicate field of backend_instruction to uint8_t. by Matt Turner · 10 years ago
  22. 079773d libgl-xlib: Fix xlib_sw_winsys.h include path. by Vinson Lee · 10 years ago
  23. 24ce678 mesa: Move declarations before code. by Vinson Lee · 10 years ago
  24. dcbf404 pipe-loader: introduce pipe_loader_sw_probe_null helper function by Emil Velikov · 10 years ago
  25. 969e8d1 pipe-loader: introduce pipe_loader_sw_probe_dri helper by Emil Velikov · 10 years ago
  26. cc3aeac pipe-loader: introduce pipe_loader_sw_probe_xlib helper by Emil Velikov · 10 years ago
  27. 6325fdd pipe-loader: use bool type for pipe_loader_drm_probe_fd() by Emil Velikov · 10 years ago
  28. 4f37e52 winsys/xlib: move xlib_create_sw_winsys within the winsys by Emil Velikov · 10 years ago
  29. b4e8572 pipe-loader: handle memory allocation failure by Emil Velikov · 10 years ago
  30. 1fb750f pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is defined by Emil Velikov · 10 years ago
  31. ed092a8 pipe-loader: destroy sw_winsys on sw_release by Emil Velikov · 10 years ago
  32. 636ac98 vl/winsys_dri: cleanup vl_screen_create error path by Emil Velikov · 10 years ago
  33. 0c9912b targets/pipe-loader: link pipe-nouveau against libdrm by Emil Velikov · 10 years ago
  34. 6984a6b meta: Eliminate samplers[] array in favor of using vec4_prefix. by Kenneth Graunke · 10 years ago
  35. 119aa50 i965: Delete the fabulous target_to_target() function. by Kenneth Graunke · 10 years ago
  36. 82f9ad8 i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor. by Kenneth Graunke · 10 years ago
  37. 5a0b08e mesa: Move declarations before code. by Vinson Lee · 10 years ago
  38. aaefc85 mesa/sso: Change CreateShaderProgramv return type from uint to GLuint. by Vinson Lee · 10 years ago
  39. 34587e4 scons: Add main/pipelineobj.c to src/mesa/SConscript. by Vinson Lee · 10 years ago
  40. 897a5fa mesa/sso: Fix typo of 'unsigned'. by Vinson Lee · 10 years ago
  41. 4719ad7 mesa/sso: Implement _mesa_GetProgramPipelineiv by Gregory Hainaut · 11 years ago
  42. c171834 mesa/sso: Implement _mesa_ActiveShaderProgram by Gregory Hainaut · 11 years ago
  43. e9ff3b9 mesa/sso: Implement _mesa_CreateShaderProgramv by Gregory Hainaut · 11 years ago
  44. 3659ead mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXT by Gregory Hainaut · 11 years ago
  45. 8ed8592 mesa/sso: Add support for GL_PROGRAM_SEPARABLE query by Gregory Hainaut · 11 years ago
  46. 4177d39 mesa/sso: Implement _mesa_IsProgramPipeline by Gregory Hainaut · 11 years ago
  47. 0c26552 mesa/sso: Implement _mesa_GenProgramPipelines by Gregory Hainaut · 11 years ago
  48. 5531155 mesa/sso: Implement _mesa_DeleteProgramPipelines by Gregory Hainaut · 11 years ago
  49. f4c13a8 mesa/sso: Add pipeline container/state by Gregory Hainaut · 11 years ago
  50. 0f137a1 mesa: Add a mutex and refcounting to gl_shader_state by Gregory Hainaut · 11 years ago
  51. 47476fa mesa: Make get_shader_flags publicly available by Gregory Hainaut · 11 years ago
  52. 73b78f9 mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects by Gregory Hainaut · 11 years ago
  53. 4d14b19 glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts by Ian Romanick · 11 years ago
  54. f3b1845 mesa/sso: Add extension tracking for ARB_separate_shader_objects by Ian Romanick · 11 years ago
  55. 7914606 mesa: Refactor per-stage link check to its own function by Ian Romanick · 10 years ago
  56. 68bc1e2 specs: MESA_query_renderer.spec resolve a couple of typos by Emil Velikov · 10 years ago
  57. 0432aa0 configure: use shared-glapi when more than one gl* API is used by Emil Velikov · 10 years ago
  58. 9eae750 configure: use default dri drivers whenever opengl and dri are enabled by Emil Velikov · 10 years ago
  59. c2ebbe2 i965: Stop throwing away our double precision for time calculations. by Eric Anholt · 10 years ago
  60. f2f337c meta: Add support for integer blits. by Eric Anholt · 10 years ago
  61. b0a8d0e meta: Add support for doing MSAA to MSAA blits. by Eric Anholt · 10 years ago
  62. eb55b01 meta: Save and restore a bunch of MSAA state. by Eric Anholt · 10 years ago
  63. f7f15d3 meta: Try to do blending of sRGB values in linear colorspace. by Eric Anholt · 10 years ago
  64. 7d2f73e meta: Add support for doing multisample resolves. by Eric Anholt · 10 years ago
  65. aba85d9 i965: Fix miptree matching for multisampled, non-interleaved miptrees. by Eric Anholt · 10 years ago
  66. 941769b mesa: Remove unnecessary condition. by Courtney Goeltzenleuchter · 10 years ago
  67. 9b2fe7c clover: Unabbreviate a few data accessor names for consistency. by Francisco Jerez · 10 years ago
  68. a0d9993 clover: Replace the transfer(new ...) idiom with a safer create(...) helper function. by Francisco Jerez · 10 years ago
  69. c4578d2 clover: Migrate a bunch of pointers and references in the object tree to smart references. by Francisco Jerez · 10 years ago
  70. d82b39c clover: Allow storing a range into a container of different (but compatible) element type. by Francisco Jerez · 10 years ago
  71. 1b9fb2f clover: Define an intrusive smart reference class. by Francisco Jerez · 10 years ago
  72. 9ae0bd3 clover: Some improvements for the intrusive pointer class. by Francisco Jerez · 10 years ago
  73. 198cd13 clover: Fix up NULL constant pointer arguments. by Francisco Jerez · 10 years ago
  74. c97763c tgsi_ureg: add property_gs_invocations by Jordan Justen · 10 years ago
  75. 1336ccb i965: Enable Broadwell support. by Kenneth Graunke · 11 years ago
  76. 808952a i965/fs: Implement FS_OPCODE_[UN]PACK_HALF_2x16_SPLIT[_XY] opcodes. by Kenneth Graunke · 11 years ago
  77. 850e372 i965: Drop bogus F32TO16/F16TO32 instructions on Broadwell - use MOV. by Kenneth Graunke · 11 years ago
  78. 3663bbe i965: Create a hardware context before initializing state module. by Kenneth Graunke · 10 years ago
  79. e382314 i965/fs: Implement scratch read/write support for Broadwell. by Kenneth Graunke · 11 years ago
  80. 29a6974 i965: Add Gen8 assembly support for DP Scratch messages. by Kenneth Graunke · 11 years ago
  81. a5e54c9 i965: Store absolute thread count in max_wm_threads on Broadwell. by Kenneth Graunke · 10 years ago
  82. dca84b4 i965: Use MOV, not OR for setting URB write channel enables on Gen8+. by Kenneth Graunke · 11 years ago
  83. e643c7d i965: Implement a CS stall workaround on Broadwell. by Kenneth Graunke · 11 years ago
  84. 741782b i965: support instanced GS on gen7 by Jordan Justen · 11 years ago
  85. 008338b i965: support gl_InvocationID for gen7 by Jordan Justen · 11 years ago
  86. d099019 glsl: add gl_InvocationID variable for ARB_gpu_shader5 by Jordan Justen · 11 years ago
  87. 22388e2 main/shaderapi: GL_GEOMETRY_SHADER_INVOCATIONS GetProgramiv support by Jordan Justen · 11 years ago
  88. 86d6b55 mesa: initialize gl_geometry_program Invocations field by Jordan Justen · 11 years ago
  89. 3134020 glsl/linker: produce gl_shader_program Geom.Invocations by Jordan Justen · 11 years ago
  90. 02dc74f glsl: parse invocations layout qualifier for ARB_gpu_shader5 by Jordan Justen · 10 years ago
  91. 738c9c3 glsl: Generate error for invalid input layout declarations by Jordan Justen · 10 years ago
  92. 0c558f9 glsl: convert GS input primitive to use ast_type_qualifier by Jordan Justen · 10 years ago
  93. 5bc0b2f i965: Fix extra return value after winsys rb update refactor. by Eric Anholt · 10 years ago
  94. 9245206 i965/vs: Use samplers for UBOs in the VS like we do for non-UBO pulls. by Eric Anholt · 10 years ago
  95. 9e3cab8 i965/fs: Add an optimization pass to remove redundant flags movs. by Eric Anholt · 10 years ago
  96. b2b2a2c gallivm: add smallfloat to float conversion not relying on cpu denorm handling by Roland Scheidegger · 10 years ago
  97. 0206f0b st/omx/enc: add multi scaling buffers for performance improvement by Leo Liu · 10 years ago
  98. 754fa3a st/omx/dec/h264: fix prevFrameNumOffset handling by Christian König · 10 years ago
  99. 5740560 i965: Actually claim to support MSAA on Broadwell. by Kenneth Graunke · 10 years ago
  100. 4af8c95 i965: Update physical width/height munging for 2x IMS MSAA. by Kenneth Graunke · 10 years ago