summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* anv: Port over CACHE_MODE_1 optimization fix enables from brw.Kenneth Graunke2017-05-301-0/+13
* genxml: Add Gen9 CACHE_MODE_1 definitons.Kenneth Graunke2017-05-301-0/+30
* i965: Set the "Float Blend Optimization Enable" bit on Gen9+.Kenneth Graunke2017-05-302-1/+4
* i965: Fix type of brw_context::render_target_format[]Chad Versace2017-05-303-5/+5
* i965: Move func to right comment block in brw_context.hChad Versace2017-05-301-1/+1
* i965: Document type of GLuint __DRIimage::formatChad Versace2017-05-301-1/+1
* i965: Add whitespace in intel_update_image_buffers()Chad Versace2017-05-301-0/+1
* i965: Move an 'i' declaration into its 'for' loopChad Versace2017-05-301-2/+2
* i965: Fix type of intel_update_image_buffers::formatChad Versace2017-05-301-1/+1
* i965: Rename intel_create_renderbufferChad Versace2017-05-303-8/+9
* i965/dri: Combine declaration and assignment in intelCreateBufferChad Versace2017-05-301-2/+1
* i965/dri: Rewrite comment for intelCreateBufferChad Versace2017-05-301-1/+5
* mesa: Avoid leaking surface in st_renderbuffer_deleteBartosz Tomczyk2017-05-301-2/+8
* egl: advertise EGL_EXT_image_dma_buf_import_modifiersVarad Gautam2017-05-302-0/+7
* egl: implement eglQueryDmaBufModifiersEXTVarad Gautam2017-05-304-0/+59
* egl: implement eglQueryDmaBufFormatsEXTVarad Gautam2017-05-304-0/+45
* egl/dri2: Create EGLImages with dmabuf modifiersVarad Gautam2017-05-303-11/+147
* dri: introduce dmabuf format modifier related handlesVarad Gautam2017-05-301-1/+62
* egl/main: add support for fourth plane tokensPekka Paalanen2017-05-304-3/+23
* egl: introduce DMA_BUF_MAX_PLANESPekka Paalanen2017-05-302-7/+9
* nvc0: support for GP10BAlexandre Courbot2017-05-301-0/+1
* etnaviv: Don't try to use the index buffer if size is zeroTomeu Vizoso2017-05-301-11/+13
* i965: Always scissor on Gen4-5 instead of disabling guardband.Kenneth Graunke2017-05-292-28/+13
* i965: Unify Gen4-5 and Gen6 SF_VIEWPORT/CLIP_VIEWPORT code.Kenneth Graunke2017-05-293-114/+9
* i965: Make a set_scissor_bits helper function.Kenneth Graunke2017-05-291-33/+40
* i965: Use GENX(packet_length) rather than hardcoded dword counts.Kenneth Graunke2017-05-291-9/+12
* i965: Move the scissoring code up near the viewport code.Kenneth Graunke2017-05-291-86/+86
* genxml: Make a SCISSOR_RECT structure on Gen4-5.Kenneth Graunke2017-05-293-12/+24
* i965: Replace brw->gen and devinfo->gen with GEN_GEN.Kenneth Graunke2017-05-291-6/+4
* i965: Rework Sandybridge 3DSTATE_VIEWPORT_STATE_POINTERS.Kenneth Graunke2017-05-291-33/+15
* i965: Port CC_VIEWPORT to genxml.Kenneth Graunke2017-05-293-52/+55
* i965: Ignore INTEL_SCALAR_* debug variables on Gen10+.Kenneth Graunke2017-05-291-10/+16
* mesa: add KHR_no_error support for glBindBufferRange()Timothy Arceri2017-05-303-38/+70
* mesa: create bind_buffer_range() helperTimothy Arceri2017-05-301-3/+10
* mesa: convert mesa_bind_buffer_range_transform_feedback() to a validate functionTimothy Arceri2017-05-303-31/+35
* mesa: create _mesa_bind_buffer_range_xfb() helperTimothy Arceri2017-05-301-0/+20
* mesa: split bind_atomic_buffer() in twoTimothy Arceri2017-05-301-25/+29
* mesa: split bind_buffer_range_shader_storage_buffer() in twoTimothy Arceri2017-05-301-13/+23
* mesa: split bind_buffer_range_uniform_buffer() in twoTimothy Arceri2017-05-301-13/+19
* mesa: add KHR_no_error support for glVertexArrayVertexBuffer()Timothy Arceri2017-05-303-1/+18
* mesa: add KHR_no_error support for glBindVertexBuffer()Timothy Arceri2017-05-303-4/+18
* mesa: split vertex_array_vertex_buffer() in twoTimothy Arceri2017-05-301-42/+53
* radv: Reserve space for descriptor and push constant user SGPR setting.Bas Nieuwenhuizen2017-05-291-0/+8
* amd/common: set vcn dec as hw decode as wellLeo Liu2017-05-291-0/+2
* amd/common: add vcn dec ip info query for amdgpu version 3.17Leo Liu2017-05-291-1/+9
* glthread/gallium: require safe_glthread to start glthreadGregory Hainaut2017-05-291-4/+17
* egl: implement __DRIbackgroundCallableExtension.isThreadSafeGregory Hainaut2017-05-291-1/+33
* glx: implement __DRIbackgroundCallableExtension.isThreadSafeGregory Hainaut2017-05-292-2/+25
* dri: Extend __DRIbackgroundCallableExtensionRec to include a callback that ch...Gregory Hainaut2017-05-291-0/+13
* egl/wayland: use the image_driver alongside the image_loaderEmil Velikov2017-05-291-6/+14