1. dc05a9e radeonsi: properly destroy the GS copy shader and scratch_bo for compute by Marek Olšák · 10 years ago
  2. 711623f radeonsi: release GS rings at context destruction by Marek Olšák · 10 years ago
  3. 2833dc4 radeonsi: don't use pipe_constant_buffer for GS rings by Marek Olšák · 10 years ago
  4. 1abb1a9 radeonsi: don't pass the context to the shader translator by Marek Olšák · 10 years ago
  5. e29353f radeonsi: don't snoop currently-bound GS shader when compiling ES by Marek Olšák · 10 years ago
  6. 2774abd radeonsi: shorten si_pipe_* prefixes to si_* by Marek Olšák · 10 years ago
  7. 8c37c16 radeonsi: merge si_pipe_shader into si_shader by Marek Olšák · 10 years ago
  8. 07c0b4d radeonsi: disable gl_SampleMask fragment shader output if MSAA is disabled by Marek Olšák · 10 years ago
  9. b53b1ce radeonsi: only update MSAA-specific framebuffer state if nr_samples is changed by Marek Olšák · 10 years ago
  10. dba4c5b radeonsi: move DB_SHADER_CONTROL into db_render_state by Marek Olšák · 10 years ago
  11. adc5797 radeonsi: set KILL_ENABLE during shader compilation, remove uses_kill flag by Marek Olšák · 10 years ago
  12. a34c9f7 radeonsi: remove shader.ps_conservative_z, set db_shader_control instead by Marek Olšák · 10 years ago
  13. 884f165 radeonsi: move DB registers from draw_vbo into new db_render_state by Marek Olšák · 10 years ago
  14. a768b43 radeonsi: remove unused variable si_pipe_shader::sprite_coord_enable by Marek Olšák · 10 years ago
  15. fd07625 radeonsi: document what si_descriptors.c does by Marek Olšák · 10 years ago
  16. 4ace419 r300g: implement MSAA copies by resolving and upsampling by Marek Olšák · 10 years ago
  17. 6cfedf8 st/mesa: redefine mapping from VARYING_SLOT_TEXi/PNTC/VARi to TGSI GENERIC[i] by Marek Olšák · 10 years ago
  18. 77038cd st/mesa: don't set coord_enable for gl_PointCoord if using TGSI_SEMANTIC_PCOORD by Marek Olšák · 10 years ago
  19. ffbcee8 st/mesa: use UniformBooleanTrue in glsl_to_tgsi by Marek Olšák · 10 years ago
  20. 4155d1c st/mesa: drop dependence on API profile in st_init_extensions by Marek Olšák · 10 years ago
  21. 2599b92 mesa: allow forcing >=3.1 compatibility contexts with MESA_GL_VERSION_OVERRIDE by Marek Olšák · 10 years ago
  22. 10ffd98 mesa: don't set ES versions to GLSLVersion in _mesa_init_constants by Marek Olšák · 10 years ago
  23. a3e9582 targets/vl: don't forget to set GALLIUM_STATIC_TARGETS by Emil Velikov · 10 years ago
  24. 5a68432 targets/egl: fold in target LDFLAGS variables by Emil Velikov · 10 years ago
  25. a37b9bb targets: drop the old MEGADRIVERS & STATIC_TARGET... variables by Emil Velikov · 10 years ago
  26. 0f3c0ff gallium/softpipe,llvmpipe: add automake target 'templates' by Emil Velikov · 10 years ago
  27. 29c4ae0 configure: remove NEED_{SOFT,LLVM}PIPE_DRIVER variables by Emil Velikov · 10 years ago
  28. 3d90986 gallium/vc4: add automake target 'templates' by Emil Velikov · 10 years ago
  29. c2b5d70 gallium/r300,r600,radeonsi: add automake target 'templates' by Emil Velikov · 10 years ago
  30. fd4cd8e gallium/svga: add automake target 'template' by Emil Velikov · 10 years ago
  31. ca32ce4 gallium/ilo: add automake target 'template' by Emil Velikov · 10 years ago
  32. defd48c gallium/i915: add automake target 'template' by Emil Velikov · 10 years ago
  33. 97bec98 gallium/freedreno: add automake target 'template' by Emil Velikov · 10 years ago
  34. 0e59153 gallium/nouveau: add automake target 'template' by Emil Velikov · 10 years ago
  35. 6e1f846 targets/pipe-loader: drop unused authentication by Emil Velikov · 10 years ago
  36. 18137c5 targets/vl: fix hard-links when building shared pipe-drivers by Emil Velikov · 10 years ago
  37. 523fa2f gallium/freedreno: remove unused draw header by Emil Velikov · 10 years ago
  38. e8053bb gallium/r300: remove obsolete declaration by Emil Velikov · 10 years ago
  39. bf4aecf vc4: Drop maximum number of varyings down to 8. by Eric Anholt · 10 years ago
  40. 45b104e vc4: Add support for flat shading. by Eric Anholt · 10 years ago
  41. 0e7bc30 vc4: Drop stale comment. by Eric Anholt · 10 years ago
  42. e8ea783 util: fix SCons build by Brian Paul · 10 years ago
  43. 9dbfca1 vc4: Put dead writes into the NOP register when generating code. by Eric Anholt · 10 years ago
  44. d2b5824 vc4: When possible, resolve raddr conflicts by swapping files on specials. by Eric Anholt · 10 years ago
  45. 3e5325e vc4: Fix overzealous raddr conflict resolution. by Eric Anholt · 10 years ago
  46. 2e48b28 vc4: Add support for 8-bit unorm/snorm vertex inputs. by Eric Anholt · 10 years ago
  47. b7edf30 vc4: Add disasm for A-file unpack operations. by Eric Anholt · 10 years ago
  48. 71e5ba9 vc4: Switch to using Mesa's register allocator. by Eric Anholt · 10 years ago
  49. 0148690 vc4: Make a static list of all the registers. by Eric Anholt · 10 years ago
  50. e157837 vc4: Switch the context struct to use ralloc. by Eric Anholt · 10 years ago
  51. 517e01b mesa: Move register_allocate.c to util. by Eric Anholt · 10 years ago
  52. 5e1fcc6 gallivm: fix idiv by Roland Scheidegger · 10 years ago
  53. 4ed23fd egl: extra null checks for get_xcb_screen() return values by Juha-Pekka Heikkila · 10 years ago
  54. b946381 meta: Fix error paths in meta_copy_image.c by Juha-Pekka Heikkila · 10 years ago
  55. e13a8dc meta: Avoid null access on setup_glsl_msaa_blit_shader() by Juha-Pekka Heikkila · 10 years ago
  56. ba089cf i965: Add extra null check in intel_bufferobj_alloc() by Juha-Pekka Heikkila · 10 years ago
  57. 51aa221 mesa/main: Check allocations success in _mesa_one_time_init_extension_overrides() by Juha-Pekka Heikkila · 10 years ago
  58. a3d6146 glsl: Check realloc return value in ir_function::matching_signature() by Juha-Pekka Heikkila · 10 years ago
  59. 261120d loader: Check dlsym() did not fail in libudev_get_device_name_for_fd() by Juha-Pekka Heikkila · 10 years ago
  60. d2f0442 glsl: Check calloc return value in link_intrastage_shaders() by Juha-Pekka Heikkila · 10 years ago
  61. 808b8e5 i965: Avoid null access in intelMakeCurrent() by Juha-Pekka Heikkila · 10 years ago
  62. 36f8042 mesa: add null checks in symbol_table.c by Juha-Pekka Heikkila · 11 years ago
  63. 6e56eaf glsl: add missing null check in tfeedback_decl::init() by Juha-Pekka Heikkila · 11 years ago
  64. a82b29d i965: in set_read_rb_tex_image() check _mesa_meta_bind_rb_as_tex_image() did succeed by Juha-Pekka Heikkila · 10 years ago
  65. 5a6ec26 glsl: Fix memory leak in glsl_lexer.ll by Juha-Pekka Heikkila · 10 years ago
  66. 6c9d671 ilo: rework pipeline workarounds by Chia-I Wu · 10 years ago
  67. 34e8078 ilo: remove handle_invalid_batch_bo() by Chia-I Wu · 10 years ago
  68. 2c1f978 ilo: make gen6_pipeline_update_max_svbi() static by Chia-I Wu · 10 years ago
  69. f6ff4cd freedreno/ir3: add TXB2 support by Ilia Mirkin · 10 years ago
  70. 9b7961f freedreno/ir3: add TXQ support by Ilia Mirkin · 10 years ago
  71. 9a3dcf21 freedreno/ir3: fix TXB/TXL to actually pull the bias/lod argument by Ilia Mirkin · 10 years ago
  72. 53678f5 freedreno/ir3: make texture instruction construction more dynamic by Ilia Mirkin · 10 years ago
  73. df34132 i915: Fix black buffers when importing prime fds by Andreas Pokorny · 10 years ago
  74. 53b614b egl/drm: expose KHR_image_pixmap extension by Andreas Pokorny · 10 years ago
  75. 6addb7f gallium: update comment for enum pipe_format by Brian Paul · 10 years ago
  76. e7a614c gallium: replace pipe_type enum with tgsi_return_type enum by Brian Paul · 10 years ago
  77. 9ce72ac draw: use new tgsi_transform inst/decl helpers in pstipple code by Brian Paul · 10 years ago
  78. 493ab77 draw: use new tgsi_transform inst/decl helpers in aapoint code by Brian Paul · 10 years ago
  79. d7e5b71 draw: use new tgsi_transform inst/decl helpers in aaline code by Brian Paul · 10 years ago
  80. e9d076e tgsi: add inst/decl helpers for tgsi_transform utility by Brian Paul · 10 years ago
  81. 16ff2fd draw: use tgsi transform prolog callback in polygon stipple code by Brian Paul · 10 years ago
  82. 6581aa4 draw: use tgsi transform prolog/epilog callbacks in AA line code by Brian Paul · 10 years ago
  83. d77c0a2 draw: use tgsi transform prolog/epilog callbacks in AA point code by Brian Paul · 10 years ago
  84. 9e0160f tgsi: fix tgsi transform's epilog callback by Brian Paul · 10 years ago
  85. b16bb3f tgsi: add prolog() method to tgsi_transform_context by Brian Paul · 11 years ago
  86. 2826212 glsl: use ptrdiff_t cast to silence g++ sign warning by Brian Paul · 10 years ago
  87. 19b08e1 i965/fs: Remove direct fs_visitor brw_wm_prog_key dependence by Jordan Justen · 10 years ago
  88. e9be6a7 i965/fs: Use brw_sampler_prog_key_data instead of brw_wm_prog_key::tex by Jordan Justen · 10 years ago
  89. 49e5f76 i965/fs: Remove direct fs_visitor brw_wm_prog_data dependence by Jordan Justen · 10 years ago
  90. c6d9801 clover: Add support to mem objects for multiple destructor callbacks v2 by Tom Stellard · 10 years ago
  91. cc71457 st/xa: silence unused variable warning by Brian Paul · 10 years ago
  92. 0100d45 target-helpers: add inline qualifier on configuration_query() by Brian Paul · 10 years ago
  93. a68f421 ilo: clean up fallback path for primitive restart by Chia-I Wu · 10 years ago
  94. d69faf8 ilo: handle conditional rendering in the context by Chia-I Wu · 10 years ago
  95. 295a3a3 ilo: create the pipeline from the builder by Chia-I Wu · 10 years ago
  96. 61c6a29 ilo: move aperture checks out of pipeline by Chia-I Wu · 10 years ago
  97. 672592d ilo: flush before setting SOL_RESET by Chia-I Wu · 10 years ago
  98. 17e7582 ilo: move size estimation check out of pipeline by Chia-I Wu · 10 years ago
  99. 49b8fb9 freedreno/a3xx: more texture array fixes by Rob Clark · 10 years ago
  100. 18291ee freedreno: add DRM_CONF_SHARE_FD by Rob Clark · 10 years ago