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
/
gallium
/
drivers
/
iris
Commit message (
Expand
)
Author
Age
Files
Lines
*
iris: Fix iris_rebind_buffer() for VBOs with non-zero offsets.
Kenneth Graunke
2019-10-01
1
-2
/
+6
*
iris: Disable CCS_E for 32-bit floating point textures.
Kenneth Graunke
2019-10-01
1
-1
/
+23
*
iris: disable aux on first get_param if not created with aux
Tapani Pälli
2019-09-26
1
-9
/
+22
*
gallium: extend resource_get_param to be as capable as resource_get_handle
Marek Olšák
2019-09-26
1
-1
/
+4
*
intel: Increase Gen11 compute shader scratch IDs to 64.
Kenneth Graunke
2019-09-24
1
-0
/
+15
*
iris: close screen fd on iris_destroy_screen
Tapani Pälli
2019-09-18
1
-0
/
+1
*
iris: Initialize ice->state.prim_mode to an invalid value
Kenneth Graunke
2019-09-18
1
-0
/
+1
*
iris: Fix constant buffer sizes for non-UBOs
Kenneth Graunke
2019-09-18
1
-3
/
+4
*
iris: Report correct number of planes for planar images
Kenneth Graunke
2019-09-04
1
-1
/
+8
*
iris: Fix partial fast clear checks to account for miplevel.
Kenneth Graunke
2019-09-04
1
-2
/
+2
*
iris: Fix large timeout handling in rel2abs()
Kenneth Graunke
2019-09-04
1
-13
/
+14
*
iris: Avoid unnecessary resolves on transfer maps
Kenneth Graunke
2019-09-04
2
-16
/
+31
*
iris: Drop copy format hacks from copy region based transfer path.
Kenneth Graunke
2019-09-04
1
-16
/
+5
*
iris: Update fast clear colors on Gen9 with direct immediate writes.
Kenneth Graunke
2019-09-04
2
-9
/
+26
*
iris: Fix broken aux.possible/sampler_usages bitmask handling
Kenneth Graunke
2019-09-04
1
-5
/
+6
*
iris: Replace devinfo->gen with GEN_GEN
Kenneth Graunke
2019-09-04
1
-22
/
+18
*
iris/android: fix build and link with libmesa_intel_perf
Tapani Pälli
2019-09-04
2
-0
/
+2
*
iris: Enable non coherent framebuffer fetch on broadwell
Sagar Ghuge
2019-08-20
3
-4
/
+3
*
iris: Free resource if failed to allocate surface state
Sagar Ghuge
2019-08-20
1
-1
/
+3
*
iris: Pass isl_surf to fill_surface_state
Sagar Ghuge
2019-08-20
1
-16
/
+19
*
iris: Add infrastructure to support non coherent framebuffer fetch
Sagar Ghuge
2019-08-20
4
-13
/
+172
*
iris: Add helper functions to get tile offset
Sagar Ghuge
2019-08-20
2
-0
/
+106
*
iris: Add helper function to get isl dim layout
Sagar Ghuge
2019-08-20
2
-0
/
+32
*
iris: Add render target read entry in binding table
Sagar Ghuge
2019-08-20
2
-7
/
+44
*
iris: Only request an input mask if the shader needs it
Jason Ekstrand
2019-08-16
1
-1
/
+3
*
iris: Expose aux buffer as 2nd plane w/modifiers
Jordan Justen
2019-08-13
1
-10
/
+23
*
iris: Export and import surfaces with modifiers that have aux data
Jordan Justen
2019-08-13
4
-25
/
+118
*
iris: Do proper format checks for Y+CCS modifier support
Kenneth Graunke
2019-08-13
1
-6
/
+20
*
iris: Create single bo for surfaces with modifiers and aux data
Jordan Justen
2019-08-13
1
-3
/
+40
*
iris: Split iris_resource_alloc_aux to enable aux modifiers
Jordan Justen
2019-08-13
1
-40
/
+85
*
iris: Add aux offset into hiz_address
Jordan Justen
2019-08-13
1
-1
/
+1
*
iris: Implement pipe_screen::resource_get_param
Jordan Justen
2019-08-13
1
-0
/
+48
*
iris/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
Rafael Antognolli
2019-08-12
1
-1
/
+80
*
intel/compiler: Fill a compiler statistics struct
Jason Ekstrand
2019-08-12
1
-6
/
+7
*
iris/gen9: Optimize slice and subslice load balancing behavior.
Francisco Jerez
2019-08-12
5
-0
/
+110
*
iris: reorder arguments as expected by the function
Tapani Pälli
2019-08-12
1
-2
/
+2
*
iris/android: move iris_query.c to 'per gen' LIBIRIS_SRC_FILES
Tapani Pälli
2019-08-12
2
-1
/
+1
*
iris: Free query on error path
Kenneth Graunke
2019-08-11
1
-1
/
+3
*
iris: Add missing 'break'
Kenneth Graunke
2019-08-11
1
-0
/
+1
*
iris: minor restyling
Kenneth Graunke
2019-08-10
2
-35
/
+42
*
iris/query: enable amd performance monitors
Mark Janes
2019-08-09
1
-1
/
+39
*
iris/perf: get monitor results
Mark Janes
2019-08-09
2
-0
/
+66
*
iris/perf: add begin/end hooks
Mark Janes
2019-08-09
2
-0
/
+28
*
iris/perf: add delete query
Mark Janes
2019-08-09
2
-0
/
+16
*
iris/perf: implement iris_create_monitor_object
Mark Janes
2019-08-09
4
-0
/
+110
*
iris/perf: implement routines to return counter info
Mark Janes
2019-08-09
7
-1
/
+360
*
meson: define ETIME to ETIMEDOUT if not present
Greg V
2019-08-08
1
-3
/
+0
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
1
-2
/
+0
*
intel/perf: move perf-related constants to common location
Mark Janes
2019-08-07
1
-0
/
+1
*
meson,i965: Link with android deps when building for android.
Bas Nieuwenhuizen
2019-08-07
1
-2
/
+2
[next]