summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965/blorp: Move MCS allocation earlier for clearsJason Ekstrand2017-06-071-14/+14
* i965/blorp: Refactor do_single_blorp_clearJason Ekstrand2017-06-071-17/+23
* i965/blorp: Take an explicit fast clear op in resolve_colorJason Ekstrand2017-06-073-15/+18
* i965/miptree: Move color resolve on map to intel_miptree_mapJason Ekstrand2017-06-071-5/+1
* i965: Inline renderbuffer_att_set_needs_depth_resolveJason Ekstrand2017-06-074-21/+21
* i965: Get rid of intel_renderbuffer_resolve_*Jason Ekstrand2017-06-073-52/+5
* i965/miptree: Refactor intel_miptree_resolve_colorJason Ekstrand2017-06-076-38/+35
* i965/miptree: Clean up the depth resolve helpers a littleJason Ekstrand2017-06-071-40/+30
* i965/surface_state: Images can't handle CCS at allJason Ekstrand2017-06-071-6/+6
* i965: Mark depth surfaces as needing a HiZ resolve after blittingJason Ekstrand2017-06-071-0/+2
* st_glsl_to_tgsi: cleanup variable storage search.Dave Airlie2017-06-081-6/+4
* mesa/main: fix gl_buffer_index enum comparisonRob Herring2017-06-073-7/+8
* st_glsl_to_tgsi: replace variables tracking list with a hash tableDave Airlie2017-06-081-13/+33
* st_glsl_to_tgsi: rewrite rename registers to use array fully.Dave Airlie2017-06-081-26/+23
* st_glsl_to_tgsi: bump index back up to 32-bitDave Airlie2017-06-081-2/+2
* dri/vmwgfx: Disable a couple of glx extensions also for Ubuntu unity / compizThomas Hellstrom2017-06-071-0/+4
* dri: Turn of a couple of glx extensions for gnome-shell on vmwgfx.Thomas Hellstrom2017-06-071-0/+7
* dri: Optionally turn off a couple of GLX extensions based on driconf optionsThomas Hellstrom2017-06-071-0/+10
* st/mesa: don't keep framebuffer state in st_contextMarek Olšák2017-06-077-51/+48
* st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changesMarek Olšák2017-06-074-29/+41
* st/mesa: use gl_driver_flags::NewFramebufferSRGBMarek Olšák2017-06-071-3/+6
* mesa: add gl_driver_flags::NewFramebufferSRGBMarek Olšák2017-06-072-1/+7
* i965: Use BLORP for all HiZ opsJason Ekstrand2017-06-073-162/+10
* i965: Move the post-HiZ-clear flush/stall to intel_hiz_execJason Ekstrand2017-06-072-16/+18
* intel/blorp: Plumb through access to the workaround BOJason Ekstrand2017-06-071-0/+13
* intel/blorp: Refactor the HiZ op interfaceJason Ekstrand2017-06-071-2/+1
* i965/blorp: Inline gen6_blorp_execJason Ekstrand2017-06-071-18/+11
* i965: Perform HiZ flush/stall prior to HiZ resolvesJason Ekstrand2017-06-071-13/+26
* i965: Move the pre-depth-clear flush/stalls to intel_hiz_execJason Ekstrand2017-06-072-56/+58
* i965/blorp: Take a layer range in intel_hiz_execJason Ekstrand2017-06-075-18/+16
* i965/miptree: Store fast clear colors in an isl_color_valueJason Ekstrand2017-06-0712-135/+70
* i965: Fix alpha to one with dual color blending.Kenneth Graunke2017-06-071-13/+44
* mesa: add KHR_no_error support for glTexSubImage*D()Samuel Pitoiset2017-06-072-0/+61
* mesa: add texsubimage() helperSamuel Pitoiset2017-06-071-0/+18
* mesa: make _mesa_texture_sub_image() staticSamuel Pitoiset2017-06-071-20/+20
* mesa: rename texsubimage() to texsubimage_err()Samuel Pitoiset2017-06-071-17/+17
* mesa: add KHR_no_error support for glCopyImageSubData()Samuel Pitoiset2017-06-072-0/+30
* mesa: add copy_image_subdata() helperSamuel Pitoiset2017-06-071-31/+45
* mesa: add prepare_target() helperSamuel Pitoiset2017-06-071-0/+24
* mesa: rename prepare_target() to prepare_target_err()Samuel Pitoiset2017-06-071-16/+18
* mesa: add KHR_no_error support for glBlitNamedFramebuffer()Samuel Pitoiset2017-06-072-0/+27
* mesa: add blit_named_framebuffer() helperSamuel Pitoiset2017-06-071-31/+54
* mesa: add KHR_no_error support for glBlitFramebuffer()Samuel Pitoiset2017-06-072-0/+21
* mesa: add validate_depth_buffer() helperSamuel Pitoiset2017-06-071-29/+43
* mesa: add validate_stencil_buffer() helperSamuel Pitoiset2017-06-071-34/+47
* mesa: add validate_color_buffer() helperSamuel Pitoiset2017-06-071-61/+77
* mesa: wrap blit_framebuffer() into blit_framebuffer_err()Samuel Pitoiset2017-06-071-9/+25
* mesa: add 'no_error' parameter to blit_framebuffer()Samuel Pitoiset2017-06-071-97/+95
* mesa: make _mesa_blit_framebuffer() staticSamuel Pitoiset2017-06-072-23/+14
* mesa: add KHR_no_error support for glBindBuffer()Samuel Pitoiset2017-06-072-0/+13