index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
glsl: fix bounds check in blob_overwrite_bytes
Rob Herring
2017-06-07
1
-1
/
+1
*
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
*
util/u_queue: fix a use-before-initialization race for queue->threads
Marek Olšák
2017-06-07
2
-17
/
+14
*
ac/nir: remove another unused variable
Grazvydas Ignotas
2017-06-08
1
-1
/
+0
*
radv/meta: remove an unused variable
Grazvydas Ignotas
2017-06-08
1
-1
/
+0
*
ac/nir: convert several ifs to a switch
Grazvydas Ignotas
2017-06-08
1
-9
/
+11
*
ac/nir: mark some arguments const
Grazvydas Ignotas
2017-06-08
1
-30
/
+31
*
radeonsi: Use libdrm to get chipset name
Samuel Li
2017-06-07
3
-1
/
+20
*
util: Add extern c to u_dynarray.h
Thomas Helland
2017-06-07
1
-0
/
+8
*
nir: Delete nir_array.h
Thomas Helland
2017-06-07
2
-100
/
+0
*
nir: Port to u_dynarray
Thomas Helland
2017-06-07
2
-5
/
+5
*
nir: Remove unused include
Thomas Helland
2017-06-07
1
-1
/
+0
*
util: Port nir_array functionality to u_dynarray
Thomas Helland
2017-06-07
7
-18
/
+45
*
util: Remove unused includes and convert to lower-case memory ops
Thomas Helland
2017-06-07
1
-15
/
+12
*
util: Move u_dynarray to src/util
Thomas Helland
2017-06-07
3
-1
/
+1
*
gallium: Add missing includes
Thomas Helland
2017-06-07
4
-0
/
+4
*
radeonsi: update clip_regs on shader state changes only when it's needed
Marek Olšák
2017-06-07
1
-3
/
+32
*
radeonsi: precompute some fields for PA_CL_VS_OUT_CNTL in si_shader_selector
Marek Olšák
2017-06-07
4
-16
/
+25
*
radeonsi: add a new helper si_get_vs
Marek Olšák
2017-06-07
2
-17
/
+19
*
radeonsi: isolate real framebuffer changes from the decompression passes (v3)
Samuel Pitoiset
2017-06-07
3
-2
/
+28
*
radeonsi: do EarlyCSEMemSSA LLVM pass
Marek Olšák
2017-06-07
1
-0
/
+2
*
radeonsi: remove 8 bytes from si_shader_key
Marek Olšák
2017-06-07
3
-14
/
+17
*
radeonsi: move PSIZE and CLIPDIST unique IO indices after GENERIC
Marek Olšák
2017-06-07
2
-8
/
+14
*
svga: Always set the alpha value to 1 when sampling using an XRGB view
Thomas Hellstrom
2017-06-07
1
-13
/
+30
*
svga: Fix imported surface view creation
Thomas Hellstrom
2017-06-07
4
-11
/
+33
*
svga: Set alpha to 1 for non-alpha views
Thomas Hellstrom
2017-06-07
1
-0
/
+18
*
svga: Allow format differences in 16-bit RGBA surface sharing
Thomas Hellstrom
2017-06-07
1
-1
/
+5
*
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
*
st/dri: Allow gallium drivers to turn off two GLX extensions
Thomas Hellstrom
2017-06-07
1
-0
/
+2
*
dri: Optionally turn off a couple of GLX extensions based on driconf options
Thomas Hellstrom
2017-06-07
3
-3
/
+25
*
st/dri: Allow dri users to query also driver options
Thomas Hellstrom
2017-06-07
1
-1
/
+64
*
radeonsi: clean up decompress blend state names
Marek Olšák
2017-06-07
4
-10
/
+10
*
gallium/radeon: clean up a misleading statement from the old days
Marek Olšák
2017-06-07
1
-4
/
+1
*
radeonsi: don't use 1D tiling for Z/S on VI to get TC-compatible HTILE
Marek Olšák
2017-06-07
1
-3
/
+13
*
radeonsi: enable TC-compatible stencil compression on VI
Marek Olšák
2017-06-07
3
-5
/
+8
*
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
*
radeonsi/gfx9: prevent a race when the previous shader's main part is missing
Marek Olšák
2017-06-07
1
-0
/
+2
[next]