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
/
drivers
Commit message (
Expand
)
Author
Age
Files
Lines
*
meson: fix i965/anv/isl genX static lib names
Eric Engestrom
2018-06-18
1
-1
/
+1
*
drivers/dri/i965: add missing #include
Ross Burton
2018-06-12
1
-0
/
+2
*
i965: fix resource leak
Eric Engestrom
2018-06-11
1
-1
/
+3
*
i965/screen: Sanity check that all formats we advertise are useable
Jason Ekstrand
2018-06-07
1
-4
/
+20
*
i965/screen: Use RGBA non-sRGB formats for images
Jason Ekstrand
2018-06-07
1
-0
/
+9
*
i965/screen: Return false for unsupported formats in query_modifiers
Jason Ekstrand
2018-06-07
1
-2
/
+14
*
i965/screen: Refactor query_dma_buf_formats
Jason Ekstrand
2018-06-07
1
-12
/
+13
*
i965: Require softpin support for Cannonlake and later.
Kenneth Graunke
2018-06-06
1
-0
/
+10
*
i965: Allocate VMA in userspace for full-PPGTT systems.
Kenneth Graunke
2018-06-06
1
-1
/
+1
*
intel/blorp: Emit VF cache invalidates for 48-bit bugs with softpin.
Kenneth Graunke
2018-06-06
1
-0
/
+29
*
dri: add missing 16bits formats mapping
Lionel Landwerlin
2018-06-07
1
-0
/
+16
*
i965: Prepare batchbuffer module for softpin support.
Kenneth Graunke
2018-06-04
2
-3
/
+39
*
i965: Add virtual memory allocator infrastructure to brw_bufmgr.
Kenneth Graunke
2018-06-04
2
-1
/
+286
*
i965: Disable internal CCS for shadows of multi-sampled windows
Jason Ekstrand
2018-06-04
1
-1
/
+10
*
i965/miptree: Rename a parameter to create_for_dri_image
Jason Ekstrand
2018-06-04
2
-4
/
+4
*
i965: Fix batch-last mode to properly swap BOs.
Kenneth Graunke
2018-06-04
1
-0
/
+5
*
i965: Add ARB_fragment_shader_interlock support.
Plamena Manolova
2018-06-01
1
-0
/
+1
*
mesa: expose ARB_tessellation_shader in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: expose AMD_vertex_shader_layer in the compatibility profile
Marek Olšák
2018-05-29
1
-1
/
+2
*
mesa: expose ARB_gpu_shader5 in the compatibility profile
Marek Olšák
2018-05-29
1
-2
/
+4
*
i965: Only emit VF cache invalidations when the high bits changes
Chris Wilson
2018-05-29
1
-1
/
+1
*
dri: replace two-way switch case with a table lookup
Eric Engestrom
2018-05-29
1
-74
/
+84
*
dri: fix error value returned by driGLFormatToImageFormat()
Eric Engestrom
2018-05-29
3
-3
/
+3
*
i965: Revert recent tiled memcpy changes.
Kenneth Graunke
2018-05-26
5
-186
/
+9
*
i965/miptree: Use cpu tiling/detiling when mapping
Scott D Phillips
2018-05-25
1
-4
/
+98
*
i915: Fix streaming loads for intel_tiled_memcpy
Chris Wilson
2018-05-25
1
-5
/
+5
*
intel/blorp: Support blits and clears on surfaces with offsets
Jason Ekstrand
2018-05-25
1
-0
/
+2
*
i965/tiled_memcpy: inline movntdqa loads in tiled_to_linear
Scott D Phillips
2018-05-25
4
-5
/
+88
*
i965: enable OES_texture_view for gen8+
Tapani Pälli
2018-05-24
1
-1
/
+2
*
i965: Use intel_bufferobj_buffer() wrapper in image surface state setup.
Francisco Jerez
2018-05-23
1
-3
/
+5
*
i965: Handle non-zero texture buffer offsets in buffer object range calculation.
Francisco Jerez
2018-05-23
1
-1
/
+3
*
i965: Move buffer texture size calculation into a common helper function.
Francisco Jerez
2018-05-23
1
-23
/
+32
*
i965: add {X,A}BGR2101010 to 'intel_image_formats'
Miguel Casas
2018-05-23
1
-0
/
+6
*
dri_util: Add R10G10B10{A,X}2 translation between DRI and mesa_format.
Miguel Casas
2018-05-23
1
-0
/
+8
*
i965: Remove ring switching entirely
Jason Ekstrand
2018-05-22
11
-105
/
+61
*
i965/miptree: Move the access_raw call to the individual map functions
Jason Ekstrand
2018-05-22
1
-3
/
+13
*
i965: Remove support for the BLT ring
Jason Ekstrand
2018-05-22
1
-9
/
+3
*
i965/miptree: Use blorp for blit maps on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+25
*
i965/miptree: Use blorp for validation tex copies on gen6+
Jason Ekstrand
2018-05-22
1
-11
/
+29
*
i965: Delete the blitter path for CopyTexSubImage
Jason Ekstrand
2018-05-22
1
-58
/
+0
*
i965: Don't fall back to the blitter in BlitFramebuffer
Jason Ekstrand
2018-05-22
1
-8
/
+0
*
i965: Remove some unused includes of intel_blit.h
Jason Ekstrand
2018-05-22
4
-4
/
+0
*
i965/blit: Delete intel_emit_linear_blit
Jason Ekstrand
2018-05-22
2
-62
/
+0
*
i965: Use meta for pixel ops on gen6+
Jason Ekstrand
2018-05-22
3
-4
/
+10
*
i965: Emit VF cache invalidates for 48-bit addressing bugs with softpin.
Kenneth Graunke
2018-05-22
2
-0
/
+69
*
i965: Introduce a "memory zone" concept on BO allocation.
Kenneth Graunke
2018-05-22
16
-38
/
+107
*
i965: isl: Move the MCS gen7+ assertion into ISL
Nanley Chery
2018-05-18
1
-2
/
+0
*
i965/miptree: Remove format assertion in alloc_aux
Nanley Chery
2018-05-18
1
-5
/
+0
*
i965/miptree: Simplify the switch in supports_ccs
Nanley Chery
2018-05-18
1
-5
/
+1
*
i965: Make get_ccs_surf succeed in alloc_aux
Nanley Chery
2018-05-18
2
-10
/
+11
[next]