intel/isl: Add an aux state for "partial clear"
[mesa.git] / src / mesa / drivers / dri /
2017-07-23 Jason Ekstrandintel/isl: Add an aux state for "partial clear"
2017-07-23 Jason Ekstrandi965/miptree: Take an aux_usage in prepare/finish
2017-07-23 Jason Ekstrandi965/miptree: Refactor some things to use mt->aux_usage
2017-07-23 Jason Ekstrandi965/blorp: Use prepare/finish_depth for depth clears
2017-07-23 Jason Ekstrandi965/blorp: Use render_aux_usage for color clears
2017-07-23 Jason Ekstrandi965/blorp: Be more accurate about aux usage in blorp_copy
2017-07-23 Jason Ekstrandi965/blorp: Use texture/render_aux_usage for blits
2017-07-23 Jason Ekstrandi965/blorp: Do prepare/finish manually
2017-07-23 Jason Ekstrandi965/miptree: Rework prepare/finish_render to be in...
2017-07-23 Jason Ekstrandi965/miptree: Add a helper for getting the aux usage...
2017-07-23 Jason Ekstrandi965/miptree: Partially resolve MCS for texture views
2017-07-23 Jason Ekstrandi965/miptree: Add support for partially resolving MCS
2017-07-23 Jason Ekstrandi965/miptree: Tighten up finish_mcs_write
2017-07-23 Jason Ekstrandi965/miptree: Make aux_state work in terms of logical...
2017-07-23 Jason Ekstrandi965/miptree: Remove some unneeded restrictions
2017-07-23 Jason Ekstrandi965/miptree: Stop setting FOR_SCANOUT for renderbuffers
2017-07-23 Jason Ekstrandi965/blorp: Do flushes around depth resolves
2017-07-23 Jason Ekstrandi965/blorp: Use the renderbuffer format for clears
2017-07-23 Chris Wilsoni965/bufmgr: Add comments about GTT coherency issues.
2017-07-23 Kenneth Graunkei965: Drop non-LLC lunacy in the program cache code.
2017-07-23 Kenneth Graunkei965: Set MAP_PERSISTENT on program cache buffers.
2017-07-23 Kenneth Graunkei965: Correctly set MAP_WRITE when creating the LLC...
2017-07-23 Matt Turneri965/bufmgr: Use write-combine mappings where available
2017-07-23 Kenneth Graunkei965/bufmgr: Skip wait ioctl when not busy.
2017-07-23 Kenneth Graunkei965/bufmgr: Explicitly wait instead of using I915_GEM_...
2017-07-23 Kenneth Graunkei965/bufmgr: Allocate BO pages outside of the kernel...
2017-07-22 Kenneth Graunkei965: Support the mesa_no_error driconf option.
2017-07-22 Kenneth Graunkei965: Delete gen8_draw_upload.c
2017-07-21 Topi Pohjolaineni965/miptree: Clean-up unused
2017-07-21 Topi Pohjolaineni965/miptree: Switch remaining surfaces to isl
2017-07-21 Topi Pohjolaineni965/miptree: Drop miptree_array_layout in get_isl_dim_...
2017-07-21 Topi Pohjolaineni965/miptree: Relax size alignment for linear surfaces
2017-07-21 Topi Pohjolaineni965/miptree: Store compression flag also for isl based
2017-07-21 Topi Pohjolaineni965/miptree: Check tex image allocation failures
2017-07-21 Topi Pohjolaineni965/miptree/gen4: Prepare x-tiled fallback for isl...
2017-07-21 Topi Pohjolaineni965/miptree: Prepare non-tiled fallback for isl based
2017-07-21 Topi Pohjolaineni965/miptree: Prepare has_color_unresolved() for isl...
2017-07-20 Matt Turneri965: Enable ARB_shader_ballot on Gen8+
2017-07-20 Matt Turneri965: Enable ARB_shader_group_vote
2017-07-20 Chris Wilsoni965: Rename batch->exec_objects to validation_list
2017-07-20 Kenneth GraunkeRevert "i965: Call intel_prepare_render() from intel_up...
2017-07-20 Topi Pohjolaineni965: Represent depth surfaces with isl
2017-07-20 Topi Pohjolaineni965: Drop redundant check for non-tiled depth buffer
2017-07-20 Topi Pohjolaineni965/miptree: Prepare 3D surfaces with physical 2D...
2017-07-20 Topi Pohjolaineni965/miptree: Prepare aux state map for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Represent y-tiled stencil copies with isl
2017-07-20 Topi Pohjolaineni965/miptree: Represent w-tiled stencil surfaces with isl
2017-07-20 Topi Pohjolaineni965/miptree: Prepare compressed offsets for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Add support for imported bo offsets for...
2017-07-20 Topi Pohjolaineni965/fbo: Add support for isl-based miptrees in rb...
2017-07-20 Topi Pohjolaineni965: Prepare image setup from miptree for isl based
2017-07-20 Topi Pohjolaineni965: Prepare tex, img and rt state emission for isl...
2017-07-20 Topi Pohjolaineni965: Refactor miptree to isl converter and adjustment
2017-07-20 Topi Pohjolaineni965: Prepare tex (sub)image for isl based
2017-07-20 Topi Pohjolaineni965/wm: Prepare image surfaces for isl based
2017-07-20 Topi Pohjolaineni965/wm: Fix number of layers in 3D images
2017-07-20 Topi Pohjolaineni965/miptree: Prepare intel_miptree_copy() for isl...
2017-07-20 Topi Pohjolaineni965: Prepare blit engine for isl based miptrees
2017-07-20 Topi Pohjolaineni965/miptree: Store chars-per-pixel even for isl based
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::row_pitch
2017-07-20 Topi Pohjolaineni965/miptree: Take interleaving into account in stencil...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::tiling
2017-07-20 Topi Pohjolaineni965/miptree: Use isl_tiling_to_i915_tiling()
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::samples
2017-07-20 Topi Pohjolaineni965/miptree: Use num_samples of 1 instead of 0 for...
2017-07-20 Topi Pohjolaineni965/miptree: Switch to isl_surf::msaa_layout
2017-07-19 Marek Olšákdrirc: whitelist War Thunder (Wine) for glthread
2017-07-19 Emil Velikovdri/common: use designated initializers for OptConfElems
2017-07-19 Emil Velikovswrast: add dri2ConfigQueryExtension to the correct...
2017-07-19 Emil Velikovradeon: remove local vblank_mode option
2017-07-19 Emil Velikovi915: remove local vblank_mode option
2017-07-19 Emil Velikovi965: remove local vblank_mode option
2017-07-18 Kenneth Graunkei965/blorp: Use the return value of brw_emit_reloc.
2017-07-18 Kenneth Graunkei965: Delete dead brw_program_reloc function.
2017-07-18 Rafael Antognollii965: Convert WM_STATE to genxml on gen4-5.
2017-07-18 Rafael Antognollii965: Convert CLIP_STATE to genxml.
2017-07-18 Topi Pohjolaineni965/gen4: Set tile offsets to zero after depth rebase
2017-07-18 Topi Pohjolaineni965: Refactor check for separate stencil
2017-07-18 Topi Pohjolaineni965/wm: Use level offsets directly
2017-07-18 Topi Pohjolaineni965: Use offset helper in intel_readpixels_tiled_memcpy()
2017-07-18 Topi Pohjolaineni965/miptree: Pass flags instead of explicit tiling...
2017-07-18 Topi Pohjolaineni965/miptree: Add pitch override for imported buffer...
2017-07-18 Topi Pohjolaineni965/miptree: Stop setting total_width/height for exist...
2017-07-18 Topi Pohjolaineni965/wm: Use isl for filling tex image parameters
2017-07-18 Topi Pohjolaineni965/miptree: Check for miptree_create() failures
2017-07-18 Topi Pohjolaineni965/miptree: Do not rely on msaa type to decide if...
2017-07-18 Topi Pohjolaineni965: Make irb::mt_layer logical instead of physical
2017-07-18 Topi Pohjolaineni965/tex: Use offset helper instead of accessing table...
2017-07-18 Topi Pohjolaineni965: Mark read-only args as const in intel_miptree_sup...
2017-07-18 Topi Pohjolaineni965/miptree: Use > 1 instead of > 0 to check for multi...
2017-07-18 Topi Pohjolaineni965/miptree: Set refcount before failing via _release()
2017-07-18 Kenneth Graunkei965: Delete brw_sf_state.c again
2017-07-17 Jason Ekstrandi965: Check if the modifier is supported in select_best...
2017-07-17 Jason Ekstrandi965: Rework the modifier info map
2017-07-17 Jason Ekstrandi965/surface_state: Remove the mcs_buf->offset == 0...
2017-07-17 Jason Ekstrandintel/isl: Add a row_pitch parameter to surf_get_ccs_surf
2017-07-17 Jason Ekstrandi965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffers
2017-07-17 Jason Ekstrandi965/screen: Allocate ZEROED BOs for images
2017-07-17 Jason Ekstrandi965/bufmgr: Add a BO_ALLOC_ZEROED flag
2017-07-17 Jason Ekstrandi965/miptree: Replace is_lossless_compressed with mt...
next