index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
mesa
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
i965/blorp: Move MCS allocation earlier for clears
Jason Ekstrand
2017-06-07
1
-14
/
+14
*
i965/blorp: Refactor do_single_blorp_clear
Jason Ekstrand
2017-06-07
1
-17
/
+23
*
i965/blorp: Take an explicit fast clear op in resolve_color
Jason Ekstrand
2017-06-07
3
-15
/
+18
*
i965/miptree: Move color resolve on map to intel_miptree_map
Jason Ekstrand
2017-06-07
1
-5
/
+1
*
i965: Inline renderbuffer_att_set_needs_depth_resolve
Jason Ekstrand
2017-06-07
4
-21
/
+21
*
i965: Get rid of intel_renderbuffer_resolve_*
Jason Ekstrand
2017-06-07
3
-52
/
+5
*
i965/miptree: Refactor intel_miptree_resolve_color
Jason Ekstrand
2017-06-07
6
-38
/
+35
*
i965/miptree: Clean up the depth resolve helpers a little
Jason Ekstrand
2017-06-07
1
-40
/
+30
*
i965/surface_state: Images can't handle CCS at all
Jason Ekstrand
2017-06-07
1
-6
/
+6
*
i965: Mark depth surfaces as needing a HiZ resolve after blitting
Jason Ekstrand
2017-06-07
1
-0
/
+2
*
st_glsl_to_tgsi: cleanup variable storage search.
Dave Airlie
2017-06-08
1
-6
/
+4
*
mesa/main: fix gl_buffer_index enum comparison
Rob Herring
2017-06-07
3
-7
/
+8
*
st_glsl_to_tgsi: replace variables tracking list with a hash table
Dave Airlie
2017-06-08
1
-13
/
+33
*
st_glsl_to_tgsi: rewrite rename registers to use array fully.
Dave Airlie
2017-06-08
1
-26
/
+23
*
st_glsl_to_tgsi: bump index back up to 32-bit
Dave Airlie
2017-06-08
1
-2
/
+2
*
dri/vmwgfx: Disable a couple of glx extensions also for Ubuntu unity / compiz
Thomas Hellstrom
2017-06-07
1
-0
/
+4
*
dri: Turn of a couple of glx extensions for gnome-shell on vmwgfx.
Thomas Hellstrom
2017-06-07
1
-0
/
+7
*
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
2017-06-07
1
-0
/
+10
*
st/mesa: don't keep framebuffer state in st_context
Marek Olšák
2017-06-07
7
-51
/
+48
*
st/mesa: cache pipe_surface for GL_FRAMEBUFFER_SRGB changes
Marek Olšák
2017-06-07
4
-29
/
+41
*
st/mesa: use gl_driver_flags::NewFramebufferSRGB
Marek Olšák
2017-06-07
1
-3
/
+6
*
mesa: add gl_driver_flags::NewFramebufferSRGB
Marek Olšák
2017-06-07
2
-1
/
+7
*
i965: Use BLORP for all HiZ ops
Jason Ekstrand
2017-06-07
3
-162
/
+10
*
i965: Move the post-HiZ-clear flush/stall to intel_hiz_exec
Jason Ekstrand
2017-06-07
2
-16
/
+18
*
intel/blorp: Plumb through access to the workaround BO
Jason Ekstrand
2017-06-07
1
-0
/
+13
*
intel/blorp: Refactor the HiZ op interface
Jason Ekstrand
2017-06-07
1
-2
/
+1
*
i965/blorp: Inline gen6_blorp_exec
Jason Ekstrand
2017-06-07
1
-18
/
+11
*
i965: Perform HiZ flush/stall prior to HiZ resolves
Jason Ekstrand
2017-06-07
1
-13
/
+26
*
i965: Move the pre-depth-clear flush/stalls to intel_hiz_exec
Jason Ekstrand
2017-06-07
2
-56
/
+58
*
i965/blorp: Take a layer range in intel_hiz_exec
Jason Ekstrand
2017-06-07
5
-18
/
+16
*
i965/miptree: Store fast clear colors in an isl_color_value
Jason Ekstrand
2017-06-07
12
-135
/
+70
*
i965: Fix alpha to one with dual color blending.
Kenneth Graunke
2017-06-07
1
-13
/
+44
*
mesa: add KHR_no_error support for glTexSubImage*D()
Samuel Pitoiset
2017-06-07
2
-0
/
+61
*
mesa: add texsubimage() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+18
*
mesa: make _mesa_texture_sub_image() static
Samuel Pitoiset
2017-06-07
1
-20
/
+20
*
mesa: rename texsubimage() to texsubimage_err()
Samuel Pitoiset
2017-06-07
1
-17
/
+17
*
mesa: add KHR_no_error support for glCopyImageSubData()
Samuel Pitoiset
2017-06-07
2
-0
/
+30
*
mesa: add copy_image_subdata() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+45
*
mesa: add prepare_target() helper
Samuel Pitoiset
2017-06-07
1
-0
/
+24
*
mesa: rename prepare_target() to prepare_target_err()
Samuel Pitoiset
2017-06-07
1
-16
/
+18
*
mesa: add KHR_no_error support for glBlitNamedFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+27
*
mesa: add blit_named_framebuffer() helper
Samuel Pitoiset
2017-06-07
1
-31
/
+54
*
mesa: add KHR_no_error support for glBlitFramebuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+21
*
mesa: add validate_depth_buffer() helper
Samuel Pitoiset
2017-06-07
1
-29
/
+43
*
mesa: add validate_stencil_buffer() helper
Samuel Pitoiset
2017-06-07
1
-34
/
+47
*
mesa: add validate_color_buffer() helper
Samuel Pitoiset
2017-06-07
1
-61
/
+77
*
mesa: wrap blit_framebuffer() into blit_framebuffer_err()
Samuel Pitoiset
2017-06-07
1
-9
/
+25
*
mesa: add 'no_error' parameter to blit_framebuffer()
Samuel Pitoiset
2017-06-07
1
-97
/
+95
*
mesa: make _mesa_blit_framebuffer() static
Samuel Pitoiset
2017-06-07
2
-23
/
+14
*
mesa: add KHR_no_error support for glBindBuffer()
Samuel Pitoiset
2017-06-07
2
-0
/
+13
[prev]
[next]