aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* clover: use PIPE_SHADER_CAP_SUPPORTED_IRS to discover IRTimothy Arceri2018-02-101-2/+9
* r600: add PIPE_SHADER_IR_NATIVE to supported shaders for csTimothy Arceri2018-02-101-3/+7
* radeonsi/nir: add depth layout to scan passTimothy Arceri2018-02-101-0/+19
* radeonsi/nir: add FRAG_RESULT_COLOR to scan passTimothy Arceri2018-02-101-0/+6
* ac: convert nir_op_f2f32 src to a floatTimothy Arceri2018-02-101-0/+1
* ac: fix some 64bit unpack assertsTimothy Arceri2018-02-101-2/+2
* Revert "i965: prevent potentially null pointer access"Mark Janes2018-02-091-1/+1
* egl/gbm: Ensure EGLConfigs match GBM surface formatDaniel Stone2018-02-091-4/+48
* egl/gbm: Remove duplicate format tableDaniel Stone2018-02-091-18/+17
* gbm/dri: Expose visuals table through gbm_dri_deviceDaniel Stone2018-02-092-11/+19
* gbm/dri: Add RGBA masks to GBM format tableDaniel Stone2018-02-091-9/+37
* egl/wayland: Use an array for modifiersDaniel Stone2018-02-092-72/+20
* 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