aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* egl/wayland: Remove has_format enumDaniel Stone2018-02-091-19/+14
* egl/wayland: Add bpp to visual mapDaniel Stone2018-02-091-24/+12
* egl/wayland: Use visual map for DRIImage<->FourCC mapDaniel Stone2018-02-091-14/+11
* egl/wayland: Use visual map for format advertisementDaniel Stone2018-02-091-39/+36
* egl/wayland: Use visual map for buffer_from_imageDaniel Stone2018-02-091-21/+19
* egl/wayland: Use visual map for config->format lookupDaniel Stone2018-02-091-25/+36
* egl/wayland: Add format enums to visual mapDaniel Stone2018-02-091-0/+13
* egl/wayland: Use proper enum type in visual definitionDaniel Stone2018-02-091-1/+1
* egl/wayland: Widen channel masks to bppDaniel Stone2018-02-091-5/+20
* egl/wayland: Hoist format <-> EGLConfig definition upDaniel Stone2018-02-091-16/+17
* egl/wayland: Fix ARGB/XRGB transposition in config mapDaniel Stone2018-02-091-2/+2
* st/mesa: generate blend state according to the number of enabled color buffersMarek Olšák2018-02-094-9/+16
* st/mesa: don't translate blend state when color writes are disabledMarek Olšák2018-02-091-4/+6
* st/mesa: don't translate blend state when it's disabled for a colorbufferMarek Olšák2018-02-091-3/+4
* i965: prevent potentially null pointer accessLionel Landwerlin2018-02-091-1/+1
* st/va: Make the vendor string more descriptiveMark Thompson2018-02-092-1/+6
* st/va: Enable vaExportSurfaceHandle()Mark Thompson2018-02-092-2/+8
* disk cache: move path creation back to constructorTapani Pälli2018-02-091-86/+76
* ac/nir: compute correct number of user SGPRs on GFX9Samuel Pitoiset2018-02-091-10/+29
* st/mesa: Initialize tex_target in compile_tgsi_instructionMichel Dänzer2018-02-091-1/+1
* glsl/linker: remove ubo explicit binding handlingAlejandro Piñeiro2018-02-091-56/+2
* mesa: Only update enabled VAO gl_vertex_array entries.Mathias Fröhlich2018-02-092-15/+22
* gallium: Mute arrays for several meta like callbacks.Mathias Fröhlich2018-02-095-5/+18
* mesa: Fix VAO buffer object tracking.Mathias Fröhlich2018-02-091-0/+2
* radeonsi/nir: gather some missing fs infoTimothy Arceri2018-02-091-0/+5
* ac: pass struct ac_llvm_context to emit_membar()Timothy Arceri2018-02-091-3/+3
* radeonsi: copy the NIR enablement debug bit to the shader cache flagsMarek Olšák2018-02-091-1/+2
* intel/blorp: Use isl_aux_op instead of blorp_hiz_opJason Ekstrand2018-02-0810-71/+44
* intel/blorp: Use isl_aux_op instead of blorp_fast_clear_opJason Ekstrand2018-02-088-55/+36
* anv: Allow fast-clearing the first slice of a multi-slice imageJason Ekstrand2018-02-082-12/+23
* anv/cmd_buffer: Rework aux trackingJason Ekstrand2018-02-084-171/+360
* anv/cmd_buffer: Move the mi_alu helper higher upJason Ekstrand2018-02-081-17/+19
* anv/image: Simplify some verbose commenntsJason Ekstrand2018-02-081-10/+3
* anv: Use blorp_ccs_ambiguate instead of fast-clearsJason Ekstrand2018-02-082-50/+40
* anv/cmd_buffer: Re-arrange the logic around UNDEFINED fast-clearsJason Ekstrand2018-02-081-17/+14
* anv/cmd_buffer: Pull the undefined layout condition into the ifJason Ekstrand2018-02-081-9/+4
* intel/blorp: Add a CCS ambiguation passJason Ekstrand2018-02-082-0/+158
* anv: Only fast clear single-slice imagesJason Ekstrand2018-02-081-17/+17
* anv/cmd_buffer: Add a mark_image_written helperJason Ekstrand2018-02-085-0/+119
* anv/blorp: Add src/dst_level helper variables in CmdCopyImageJason Ekstrand2018-02-081-8/+6
* anv/cmd_buffer: Add an anv_genX_call macroJason Ekstrand2018-02-081-15/+25
* anv/cmd_buffer: Generalize transition_color_bufferJason Ekstrand2018-02-081-12/+47
* anv/cmd_buffer: Recurse in transition_color_buffer instead of falling throughJason Ekstrand2018-02-081-9/+9
* anv/image: Support color aspects in layout_to_aux_usageJason Ekstrand2018-02-081-19/+29
* anv/image: Add a helper for determining when fast clears are supportedJason Ekstrand2018-02-082-0/+83
* anv/image: Update a commentJason Ekstrand2018-02-081-1/+1
* anv/blorp: Rework HiZ ops to look like MCS and CCSJason Ekstrand2018-02-083-26/+34
* anv/blorp: Support ISL_AUX_USAGE_HIZ in surf_for_anv_imageJason Ekstrand2018-02-081-16/+6
* anv/blorp: Rework image clear/resolve helpersJason Ekstrand2018-02-083-104/+166
* intel/isl: Codify AUX operations in an enumJason Ekstrand2018-02-081-25/+49