| Commit message (Expand) | Author | Age | Files | Lines |
* | egl/wayland: Hoist format <-> EGLConfig definition up | Daniel Stone | 2018-02-09 | 1 | -16/+17 |
* | egl/wayland: Fix ARGB/XRGB transposition in config map | Daniel Stone | 2018-02-09 | 1 | -2/+2 |
* | st/mesa: generate blend state according to the number of enabled color buffers | Marek Olšák | 2018-02-09 | 4 | -9/+16 |
* | st/mesa: don't translate blend state when color writes are disabled | Marek Olšák | 2018-02-09 | 1 | -4/+6 |
* | st/mesa: don't translate blend state when it's disabled for a colorbuffer | Marek Olšák | 2018-02-09 | 1 | -3/+4 |
* | i965: prevent potentially null pointer access | Lionel Landwerlin | 2018-02-09 | 1 | -1/+1 |
* | st/va: Make the vendor string more descriptive | Mark Thompson | 2018-02-09 | 2 | -1/+6 |
* | st/va: Enable vaExportSurfaceHandle() | Mark Thompson | 2018-02-09 | 2 | -2/+8 |
* | disk cache: move path creation back to constructor | Tapani Pälli | 2018-02-09 | 1 | -86/+76 |
* | ac/nir: compute correct number of user SGPRs on GFX9 | Samuel Pitoiset | 2018-02-09 | 1 | -10/+29 |
* | st/mesa: Initialize tex_target in compile_tgsi_instruction | Michel Dänzer | 2018-02-09 | 1 | -1/+1 |
* | glsl/linker: remove ubo explicit binding handling | Alejandro Piñeiro | 2018-02-09 | 1 | -56/+2 |
* | mesa: Only update enabled VAO gl_vertex_array entries. | Mathias Fröhlich | 2018-02-09 | 2 | -15/+22 |
* | gallium: Mute arrays for several meta like callbacks. | Mathias Fröhlich | 2018-02-09 | 5 | -5/+18 |
* | mesa: Fix VAO buffer object tracking. | Mathias Fröhlich | 2018-02-09 | 1 | -0/+2 |
* | radeonsi/nir: gather some missing fs info | Timothy Arceri | 2018-02-09 | 1 | -0/+5 |
* | ac: pass struct ac_llvm_context to emit_membar() | Timothy Arceri | 2018-02-09 | 1 | -3/+3 |
* | radeonsi: copy the NIR enablement debug bit to the shader cache flags | Marek Olšák | 2018-02-09 | 1 | -1/+2 |
* | intel/blorp: Use isl_aux_op instead of blorp_hiz_op | Jason Ekstrand | 2018-02-08 | 10 | -71/+44 |
* | intel/blorp: Use isl_aux_op instead of blorp_fast_clear_op | Jason Ekstrand | 2018-02-08 | 8 | -55/+36 |
* | anv: Allow fast-clearing the first slice of a multi-slice image | Jason Ekstrand | 2018-02-08 | 2 | -12/+23 |
* | anv/cmd_buffer: Rework aux tracking | Jason Ekstrand | 2018-02-08 | 4 | -171/+360 |
* | anv/cmd_buffer: Move the mi_alu helper higher up | Jason Ekstrand | 2018-02-08 | 1 | -17/+19 |
* | anv/image: Simplify some verbose commennts | Jason Ekstrand | 2018-02-08 | 1 | -10/+3 |
* | anv: Use blorp_ccs_ambiguate instead of fast-clears | Jason Ekstrand | 2018-02-08 | 2 | -50/+40 |
* | anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clears | Jason Ekstrand | 2018-02-08 | 1 | -17/+14 |
* | anv/cmd_buffer: Pull the undefined layout condition into the if | Jason Ekstrand | 2018-02-08 | 1 | -9/+4 |
* | intel/blorp: Add a CCS ambiguation pass | Jason Ekstrand | 2018-02-08 | 2 | -0/+158 |
* | anv: Only fast clear single-slice images | Jason Ekstrand | 2018-02-08 | 1 | -17/+17 |
* | anv/cmd_buffer: Add a mark_image_written helper | Jason Ekstrand | 2018-02-08 | 5 | -0/+119 |
* | anv/blorp: Add src/dst_level helper variables in CmdCopyImage | Jason Ekstrand | 2018-02-08 | 1 | -8/+6 |
* | anv/cmd_buffer: Add an anv_genX_call macro | Jason Ekstrand | 2018-02-08 | 1 | -15/+25 |
* | anv/cmd_buffer: Generalize transition_color_buffer | Jason Ekstrand | 2018-02-08 | 1 | -12/+47 |
* | anv/cmd_buffer: Recurse in transition_color_buffer instead of falling through | Jason Ekstrand | 2018-02-08 | 1 | -9/+9 |
* | anv/image: Support color aspects in layout_to_aux_usage | Jason Ekstrand | 2018-02-08 | 1 | -19/+29 |
* | anv/image: Add a helper for determining when fast clears are supported | Jason Ekstrand | 2018-02-08 | 2 | -0/+83 |
* | anv/image: Update a comment | Jason Ekstrand | 2018-02-08 | 1 | -1/+1 |
* | anv/blorp: Rework HiZ ops to look like MCS and CCS | Jason Ekstrand | 2018-02-08 | 3 | -26/+34 |
* | anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_image | Jason Ekstrand | 2018-02-08 | 1 | -16/+6 |
* | anv/blorp: Rework image clear/resolve helpers | Jason Ekstrand | 2018-02-08 | 3 | -104/+166 |
* | intel/isl: Codify AUX operations in an enum | Jason Ekstrand | 2018-02-08 | 1 | -25/+49 |
* | r600/sb: Check whether optimizations would result in reladdr conflict | Gert Wollny | 2018-02-09 | 3 | -4/+55 |
* | r600g: Implement spilling of temp arrays (v2) | Glenn Kennard | 2018-02-09 | 3 | -8/+292 |
* | r600/sb: handle scratch mem reads on r600 | Dave Airlie | 2018-02-09 | 2 | -5/+23 |
* | r600g/sb: Add dependency tracking for scratch ops | Glenn Kennard | 2018-02-09 | 8 | -4/+22 |
* | r600g/sb: Support scratch ops | Glenn Kennard | 2018-02-09 | 5 | -1/+153 |
* | r600g: Implement scratch buffer state management (v2) | Glenn Kennard | 2018-02-09 | 6 | -1/+152 |
* | r600g: Add pending output function | Glenn Kennard | 2018-02-09 | 2 | -0/+22 |
* | r600g: Support emitting scratch ops | Glenn Kennard | 2018-02-09 | 4 | -1/+77 |
* | r600: fix texture gather swizzling. | Dave Airlie | 2018-02-09 | 1 | -7/+7 |