summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* radv: don't crash if we have no framebufferDave Airlie2017-08-251-0/+4
* radv/gfx9: gfx9 has buffer sizing rules like pre-VI.Dave Airlie2017-08-251-1/+1
* radv: fix predication on gfx9Dave Airlie2017-08-251-1/+3
* anv,i965: Move CS shared lowering into anvJason Ekstrand2017-08-242-2/+5
* ac/debug: use util_strchrnul() to fix android build errorMauro Rossi2017-08-241-1/+2
* radeonsi: get the raster config from AMDGPU on SIMarek Olšák2017-08-243-0/+22
* radeonsi: clean up setting GRBM_GFX_INDEXMarek Olšák2017-08-241-19/+22
* radeonsi: move PA_SC_RASTER_CONFIG emission into a separate functionMarek Olšák2017-08-241-70/+73
* include: Sync Khronos headers for OpenGL 4.6Adam Jackson2017-08-241-47/+214
* radv: Expose VK_KHX_multiview.Bas Nieuwenhuizen2017-08-242-0/+18
* radv: Implement multiview draws.Bas Nieuwenhuizen2017-08-242-33/+112
* radv: Implement determining the has_multiview_view_index key.Bas Nieuwenhuizen2017-08-241-4/+16
* ac/nir: Add shader support for multiviews.Bas Nieuwenhuizen2017-08-244-2/+44
* radv: Add multiview clears.Bas Nieuwenhuizen2017-08-243-19/+47
* radv: Store multiview info in renderpass.Bas Nieuwenhuizen2017-08-242-1/+27
* ac/nir: Make shader key a struct.Bas Nieuwenhuizen2017-08-244-22/+24
* radv: Use 0 for the layer id if the vertex shader does not export it.Bas Nieuwenhuizen2017-08-241-3/+4
* ac/nir: Implement input attachments with layered rendering.Bas Nieuwenhuizen2017-08-241-2/+11
* ac/nir: Determine if input attachments are used in the info pass.Bas Nieuwenhuizen2017-08-242-1/+11
* ac/nir: Cast sources of integer ops to int.Bas Nieuwenhuizen2017-08-241-0/+16
* Revert "include: Sync Khronos headers for OpenGL 4.6"Adam Jackson2017-08-241-214/+47
* include: Sync Khronos headers for OpenGL 4.6Adam Jackson2017-08-241-47/+214
* i965: add missing `const` in function signatureEric Engestrom2017-08-241-1/+1
* egl/android: add missing includeEric Engestrom2017-08-241-0/+1
* vbo: fix glVertexAttrib(index=0)Brian Paul2017-08-242-3/+6
* gallivm: remove unused variableBrian Paul2017-08-241-2/+0
* st/mesa: add const qualifiers in st_extensions.cBrian Paul2017-08-241-5/+5
* st/mesa: whitespace/indentation fixes in st_init_extensions()Brian Paul2017-08-241-5/+6
* pipe-loader: use MAYBE_UNUSED to silence warningBrian Paul2017-08-241-1/+2
* nv50/ir: properly set sType for TXF ops to U32Ilia Mirkin2017-08-241-0/+3
* mesa: remove duplicate assignments in bind_xfb_buffers()Samuel Pitoiset2017-08-241-3/+0
* mesa: fix debug/error messages in glColorMaski()Samuel Pitoiset2017-08-241-4/+4
* glsl: stop adding pointers from bindless structs to the cacheTimothy Arceri2017-08-241-4/+8
* glsl: stop adding pointers from shader_info to the cacheTimothy Arceri2017-08-241-6/+25
* compiler: move pointers to the start of shader_infoTimothy Arceri2017-08-241-3/+3
* glsl: always write a name/label string to the cacheTimothy Arceri2017-08-241-4/+7
* glsl: don't write uniform storage offset if there isn't oneTimothy Arceri2017-08-241-3/+10
* glsl: add has_uniform_storage() helper to shader cacheTimothy Arceri2017-08-241-6/+13
* glsl: stop adding pointers from glsl_struct_field to the cacheTimothy Arceri2017-08-241-7/+38
* glsl: stop adding pointers from gl_shader_variable to the cacheTimothy Arceri2017-08-241-12/+28
* glsl: allow NULL to be passed to encode_type_to_blob()Timothy Arceri2017-08-241-0/+10
* radv/gfx9: don't expose linear depth on vega.Dave Airlie2017-08-241-0/+4
* radv: don't degrade tiling mode for small compressed or depth texture.Dave Airlie2017-08-241-6/+10
* radv/gfx9: only minify image view width/height/depth before gfx9.Dave Airlie2017-08-242-7/+15
* radv/image: don't rescale width/height if the format isn't changingDave Airlie2017-08-241-4/+6
* radv: cleanup some image view descriptor setup.Dave Airlie2017-08-242-13/+21
* radv/gfx9: emit sx_mrt_blend registersDave Airlie2017-08-243-3/+134
* radv: bump space check for indexed draw.Dave Airlie2017-08-241-1/+1
* radv/gfx9: fixup db/stencil disable.Dave Airlie2017-08-241-3/+7
* radv/gfx9: fix level count in color register setup.Dave Airlie2017-08-241-1/+1