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
*
i965: Convert GS_STATE to genxml.
Rafael Antognolli
2017-07-13
5
-172
/
+54
*
i965: Prepare gs_state emitting code to include gen4-5.
Rafael Antognolli
2017-07-13
1
-13
/
+11
*
i965: Remove upload_gs_state_for_tf.
Rafael Antognolli
2017-07-13
4
-60
/
+16
*
i965: Convert BLEND_CONSTANT_COLOR state to genxml.
Rafael Antognolli
2017-07-13
3
-64
/
+27
*
i965: Convert CC state on gen4-5 to genxml.
Rafael Antognolli
2017-07-13
5
-284
/
+68
*
i965: Move color calc code around a bit.
Rafael Antognolli
2017-07-13
1
-8
/
+8
*
i965: Check for alpha channel just like in gen6+.
Rafael Antognolli
2017-07-13
1
-1
/
+4
*
i965: Make a helper function for blend entry related state.
Rafael Antognolli
2017-07-13
1
-81
/
+101
*
i965: Make a helper function for depth/stencil related state.
Kenneth Graunke
2017-07-13
1
-48
/
+65
*
i965: fix missing NULL return if allocation fails
Lionel Landwerlin
2017-07-13
1
-0
/
+1
*
i965: check pointer before dereferencing it
Lionel Landwerlin
2017-07-13
1
-7
/
+7
*
i965: map_gtt: check mapping address before adding offset
Lionel Landwerlin
2017-07-13
1
-1
/
+3
*
i965/urb: Trigger upload_urb on NEW_BLORP
Jason Ekstrand
2017-07-13
2
-3
/
+2
*
i965/screen: Drop get_tiled_height
Jason Ekstrand
2017-07-12
1
-17
/
+3
*
i965/screen: Use ISL for doing image import checks
Jason Ekstrand
2017-07-12
1
-4
/
+28
*
i965/screen: Use ISL for allocating image BOs
Jason Ekstrand
2017-07-12
1
-22
/
+29
*
i965: Add an isl_device to intel_screen
Jason Ekstrand
2017-07-12
3
-1
/
+8
*
i965/miptree: Move CCS allocation into create_for_dri_image
Jason Ekstrand
2017-07-12
1
-13
/
+12
*
i965: Use create_for_dri_image in intel_update_image_buffer
Jason Ekstrand
2017-07-12
1
-9
/
+14
*
i965/miptree: Add support for window system images to create_for_dri_image
Jason Ekstrand
2017-07-12
4
-6
/
+17
*
i965/miptree: Add a colorspace parameter to create_for_dri_image
Jason Ekstrand
2017-07-12
4
-5
/
+28
*
i965/miptree: Allocate mt earlier in update winsys
Ben Widawsky
2017-07-12
3
-18
/
+37
*
i965/miptree: Add a return for updating of winsys
Ben Widawsky
2017-07-12
3
-10
/
+14
*
i965: Use miptree_create_for_dri_image in image_target_renderbuffer_storage
Jason Ekstrand
2017-07-12
1
-22
/
+1
*
i965/miptree: Set level_x/h in create_for_dri_image
Jason Ekstrand
2017-07-12
1
-0
/
+2
*
i965/miptree: Add tile_x/y to total_width/height
Jason Ekstrand
2017-07-12
1
-2
/
+2
*
i965/miptree: Pass the offset into create_for_bo in create_for_dri_image
Jason Ekstrand
2017-07-12
1
-3
/
+1
*
i965: Move the DRIimage -> miptree code to intel_mipmap_tree.c
Jason Ekstrand
2017-07-12
3
-110
/
+112
*
i965: Drop bogus pthread_mutex_unlock in map_gtt error path.
Kenneth Graunke
2017-07-12
1
-1
/
+0
*
intel: Move the DRM uapi headers to a non-Intel location.
Eric Anholt
2017-07-12
2
-3
/
+3
*
i965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE/FREELIKE
Chris Wilson
2017-07-11
1
-7
/
+27
*
i965: Fix asynchronous mappings on !LLC platforms.
Kenneth Graunke
2017-07-11
1
-2
/
+17
*
i965: Don't use PREAD for glGetBufferSubData().
Kenneth Graunke
2017-07-11
3
-28
/
+10
*
i965: perf: use new subslices numbers from device info
Lionel Landwerlin
2017-07-11
1
-32
/
+17
*
i965: Use already existing eu_total
Ben Widawsky
2017-07-11
1
-8
/
+1
*
i965: Resolve framebuffers before signaling the fence
Chris Wilson
2017-07-11
1
-0
/
+32
*
i965: Assert that we don't use CPU write maps to non-coherent buffers.
cros-mesa-17.1.1-r3-vanilla
chadv/cros-mesa-17.1.1-r3-vanilla
Kenneth Graunke
2017-07-10
1
-0
/
+6
*
i965: Disable access to CPU mmap for async access on non-LLC machines
Chris Wilson
2017-07-10
1
-4
/
+12
*
i965: Track when a bo is shared with an external client
Chris Wilson
2017-07-10
2
-0
/
+9
*
i965: Use brw_bo_wait() for brw_bo_wait_rendering()
Chris Wilson
2017-07-10
5
-8
/
+10
*
i965: Move surface resolves back to draw/dispatch time
Jason Ekstrand
2017-07-05
4
-121
/
+143
*
i965: Print access flags in INTEL_DEBUG=buf output.
Kenneth Graunke
2017-07-01
1
-3
/
+22
*
i965: Remove clearing of bo->map_gtt after failure
Chris Wilson
2017-07-01
1
-1
/
+0
*
i965: Add inline to brw_bo_unmap
Kenneth Graunke
2017-06-30
1
-1
/
+1
*
i965: Drop global bufmgr lock from brw_bo_map_* functions.
Chris Wilson
2017-06-30
1
-14
/
+15
*
i965: Make brw_bo_unmap a static inline.
Kenneth Graunke
2017-06-30
2
-7
/
+1
*
i965: Discard bo->map_count
Chris Wilson
2017-06-30
2
-53
/
+3
*
i965: Add a comment about not needing VALGRIND_MALLOCLIKE_BLOCK.
Kenneth Graunke
2017-06-30
1
-1
/
+3
*
i965/i915: Add UYVY as the supported format
Johnson Lin
2017-06-30
3
-18
/
+31
*
Android: i965: remove libdrm_intel dependency
Rob Herring
2017-06-29
1
-6
/
+6
[next]