1. 73c78c5 i965: Don't try to use the hardware blitter for multisampled miptrees. by Kenneth Graunke · 11 years ago
  2. 3f7239c freedreno/a3xx/compiler: half-precision output by Rob Clark · 11 years ago
  3. 141ae71 freedreno/a3xx: add shader variants by Rob Clark · 11 years ago
  4. 9bbfae6 freedreno/a3xx/compiler: collapse nop's with repeat by Rob Clark · 11 years ago
  5. bb255fd freedreno/a3xx: drop hand-coded blit/solid shaders by Rob Clark · 11 years ago
  6. 1c953b7 freedreno/lowering: cleanup api by Rob Clark · 11 years ago
  7. 67cea4b freedreno/a3xx: add float 16 and 32bit formats by Rob Clark · 11 years ago
  8. e819885 freedreno: resync generated headers by Rob Clark · 11 years ago
  9. f92fbba glx/drisw: use the implemented version of __DRIswrastLoaderExtension by Emil Velikov · 11 years ago
  10. f6537d0 glx/dri: use the implemented version of __DRIdamageExtension by Emil Velikov · 11 years ago
  11. ef342aa glx/dri_common: use the implemented version of __DRIsystemTimeExtension by Emil Velikov · 11 years ago
  12. fbbf5ec glx/dri: use the implemented version of __DRIgetDrawableInfoExtension by Emil Velikov · 11 years ago
  13. 15db8c0 dri_util: use the implemented version of __DRIimageDriverExtension by Emil Velikov · 11 years ago
  14. e9eb3ec glx/dri3: set the implemented version of __DRIimageLoaderExtension by Emil Velikov · 11 years ago
  15. 4e229a6 gbm: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  16. 9e627cc egl/wayland: explicitly set __DRIimageLoaderExtension members by Emil Velikov · 11 years ago
  17. 73b35b9 drivers/dri: explicitly set __DRI2flushExtension members by Emil Velikov · 11 years ago
  18. 8b45bc0 gbm: explicitly set __DRIdri2LoaderExtension members by Emil Velikov · 11 years ago
  19. 9227396 glx/dri2: set the implemented version of __DRIdri2LoaderExtension by Emil Velikov · 11 years ago
  20. 6dffab2 dri_interface: note introduction of __DRIdri2LoaderExtension members by Emil Velikov · 11 years ago
  21. c9fff07 dri_interface: note introduction of various __DRItexBufferExtension members by Emil Velikov · 11 years ago
  22. acf2fae dri_interface: Note the version introducing __DRIswrastLoaderExtensionRec::putImage2 by Emil Velikov · 11 years ago
  23. 13e5daf dri_util: explicitly set __DRIcopySubBufferExtension members by Emil Velikov · 11 years ago
  24. 0181473 dri_util: explicitly set __DRIswrastExtension members. by Emil Velikov · 11 years ago
  25. 5e639a5 glsl: Pass stdout to _mesa_print_ir from st_glsl_to_tgsi. by Kenneth Graunke · 11 years ago
  26. 83daa88 i965: Move the remaining driver debug over to stderr. by Eric Anholt · 11 years ago
  27. a76e5dc i965: Move compiler debugging output to stderr. by Eric Anholt · 11 years ago
  28. 1e3bd9f glsl: Add a file argument to the IR printer. by Eric Anholt · 11 years ago
  29. f28c920 i965: Refactor debug dumping of GLSL IR. by Eric Anholt · 11 years ago
  30. 9ac9d13 intel: Remove some dead code I noticed in intel_screen.c. by Eric Anholt · 11 years ago
  31. fdcf6c8 i965: Use the object label when available for INTEL_DEBUG=vs,gs,fs output. by Eric Anholt · 11 years ago
  32. f474ced i965: Use the object label when available for shader_time output. by Eric Anholt · 11 years ago
  33. 0e2c7e2 meta: Set some object labels on our meta shaders. by Eric Anholt · 11 years ago
  34. 6152ba0 nv50: make sure to clear _all_ layers of all attachments by Ilia Mirkin · 11 years ago
  35. d5cbd73 ilo: fix and enable fast depth clear by Chia-I Wu · 11 years ago
  36. f57bddc ilo: add slice clear value by Chia-I Wu · 11 years ago
  37. 4afb8a7 ilo: better readability and doc for texture flags by Chia-I Wu · 11 years ago
  38. cb8a0d2 ilo: fix for stencil only rectlist ops by Chia-I Wu · 11 years ago
  39. 409add3 ilo: fix a false assertion failure on GEN6 by Chia-I Wu · 11 years ago
  40. e7307fe ilo: pipe_texture::usage is not a bitfield by Chia-I Wu · 11 years ago
  41. f8d19a5 ilo: set ILO_TEXTURE_CPU_WRITE for imported textures by Chia-I Wu · 11 years ago
  42. 1f4bfb8 nv50/ir/ra: fix SpillCodeInserter::offsetSlot usage by Christoph Bumiller · 11 years ago
  43. 7770b02 Revert "i965/fs: Make fs_reg's type an enum for better debugging." by Matt Turner · 11 years ago
  44. 760c677 i965/fs: Drop the emit(fs_inst) overload. by Kenneth Graunke · 11 years ago
  45. 326fc60 i965/fs: Pass fs_regs by constant reference where possible. by Matt Turner · 11 years ago
  46. 070f202 i965/fs: Move setting opcode = NOP to its one useful location. by Matt Turner · 11 years ago
  47. 4fbebd6 i965/fs: Use a bitfield for fs_inst's bool fields. by Matt Turner · 11 years ago
  48. d91035a i965/fs: Reorder fs_inst's fields for better packing. by Matt Turner · 11 years ago
  49. 109c211 i965/fs: Reduce the sizes of some fs_inst members. by Matt Turner · 11 years ago
  50. 0fc1a77 i965/fs: Reorder fs_reg for better packing. by Matt Turner · 11 years ago
  51. 5ceadd2 i965/fs: Make fs_reg's type an enum for better debugging. by Matt Turner · 11 years ago
  52. 3f6baf5 i965/fs: Reduce the sizes of some fs_reg members. by Matt Turner · 11 years ago
  53. 98e2654 i965: Mark brw_reg_type and register_file enums as PACKED. by Matt Turner · 11 years ago
  54. 00c567e i965: Reduce predicate field of backend_instruction to uint8_t. by Matt Turner · 11 years ago
  55. 079773d libgl-xlib: Fix xlib_sw_winsys.h include path. by Vinson Lee · 11 years ago
  56. 24ce678 mesa: Move declarations before code. by Vinson Lee · 11 years ago
  57. dcbf404 pipe-loader: introduce pipe_loader_sw_probe_null helper function by Emil Velikov · 11 years ago
  58. 969e8d1 pipe-loader: introduce pipe_loader_sw_probe_dri helper by Emil Velikov · 11 years ago
  59. cc3aeac pipe-loader: introduce pipe_loader_sw_probe_xlib helper by Emil Velikov · 11 years ago
  60. 6325fdd pipe-loader: use bool type for pipe_loader_drm_probe_fd() by Emil Velikov · 11 years ago
  61. 4f37e52 winsys/xlib: move xlib_create_sw_winsys within the winsys by Emil Velikov · 11 years ago
  62. b4e8572 pipe-loader: handle memory allocation failure by Emil Velikov · 11 years ago
  63. 1fb750f pipe-loader: build pipe_loader_drm_x_auth whenever HAVE_PIPE_LOADER_XCB is defined by Emil Velikov · 11 years ago
  64. ed092a8 pipe-loader: destroy sw_winsys on sw_release by Emil Velikov · 11 years ago
  65. 636ac98 vl/winsys_dri: cleanup vl_screen_create error path by Emil Velikov · 11 years ago
  66. 0c9912b targets/pipe-loader: link pipe-nouveau against libdrm by Emil Velikov · 11 years ago
  67. 6984a6b meta: Eliminate samplers[] array in favor of using vec4_prefix. by Kenneth Graunke · 11 years ago
  68. 119aa50 i965: Delete the fabulous target_to_target() function. by Kenneth Graunke · 11 years ago
  69. 82f9ad8 i965: Fix S8 and X8 reversal in brw_depthbuffer_format refactor. by Kenneth Graunke · 11 years ago
  70. 5a0b08e mesa: Move declarations before code. by Vinson Lee · 11 years ago
  71. aaefc85 mesa/sso: Change CreateShaderProgramv return type from uint to GLuint. by Vinson Lee · 11 years ago
  72. 34587e4 scons: Add main/pipelineobj.c to src/mesa/SConscript. by Vinson Lee · 11 years ago
  73. 897a5fa mesa/sso: Fix typo of 'unsigned'. by Vinson Lee · 11 years ago
  74. 4719ad7 mesa/sso: Implement _mesa_GetProgramPipelineiv by Gregory Hainaut · 11 years ago
  75. c171834 mesa/sso: Implement _mesa_ActiveShaderProgram by Gregory Hainaut · 11 years ago
  76. e9ff3b9 mesa/sso: Implement _mesa_CreateShaderProgramv by Gregory Hainaut · 11 years ago
  77. 3659ead mesa/sso: Refactor implementation of _mesa_CreateShaderProgramEXT by Gregory Hainaut · 11 years ago
  78. 8ed8592 mesa/sso: Add support for GL_PROGRAM_SEPARABLE query by Gregory Hainaut · 11 years ago
  79. 4177d39 mesa/sso: Implement _mesa_IsProgramPipeline by Gregory Hainaut · 11 years ago
  80. 0c26552 mesa/sso: Implement _mesa_GenProgramPipelines by Gregory Hainaut · 11 years ago
  81. 5531155 mesa/sso: Implement _mesa_DeleteProgramPipelines by Gregory Hainaut · 11 years ago
  82. f4c13a8 mesa/sso: Add pipeline container/state by Gregory Hainaut · 11 years ago
  83. 0f137a1 mesa: Add a mutex and refcounting to gl_shader_state by Gregory Hainaut · 11 years ago
  84. 47476fa mesa: Make get_shader_flags publicly available by Gregory Hainaut · 11 years ago
  85. 73b78f9 mesa/sso: Add extension entry points for GL_ARB_separate_shader_objects by Gregory Hainaut · 11 years ago
  86. 4d14b19 glsl/sso: Add parser and AST-to-HIR support for separate shader object layouts by Ian Romanick · 11 years ago
  87. f3b1845 mesa/sso: Add extension tracking for ARB_separate_shader_objects by Ian Romanick · 11 years ago
  88. 7914606 mesa: Refactor per-stage link check to its own function by Ian Romanick · 11 years ago
  89. 68bc1e2 specs: MESA_query_renderer.spec resolve a couple of typos by Emil Velikov · 11 years ago
  90. 0432aa0 configure: use shared-glapi when more than one gl* API is used by Emil Velikov · 11 years ago
  91. 9eae750 configure: use default dri drivers whenever opengl and dri are enabled by Emil Velikov · 11 years ago
  92. c2ebbe2 i965: Stop throwing away our double precision for time calculations. by Eric Anholt · 11 years ago
  93. f2f337c meta: Add support for integer blits. by Eric Anholt · 11 years ago
  94. b0a8d0e meta: Add support for doing MSAA to MSAA blits. by Eric Anholt · 11 years ago
  95. eb55b01 meta: Save and restore a bunch of MSAA state. by Eric Anholt · 11 years ago
  96. f7f15d3 meta: Try to do blending of sRGB values in linear colorspace. by Eric Anholt · 11 years ago
  97. 7d2f73e meta: Add support for doing multisample resolves. by Eric Anholt · 11 years ago
  98. aba85d9 i965: Fix miptree matching for multisampled, non-interleaved miptrees. by Eric Anholt · 11 years ago
  99. 941769b mesa: Remove unnecessary condition. by Courtney Goeltzenleuchter · 11 years ago
  100. 9b2fe7c clover: Unabbreviate a few data accessor names for consistency. by Francisco Jerez · 11 years ago