xmlconfig: move into src/util
[mesa.git] / src / mesa / drivers / dri / i965 /
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-28 Kenneth Graunkei965: s/Tungsten Graphics/VMware/ in brw_bufmgr.c.
2017-07-28 Kenneth Graunkei965: Reformat the copyright header in brw_bufmgr.c
2017-07-28 Samuel Pitoisetmesa: drop fence type parameter from NewSyncObject()
2017-07-26 Jason Ekstrandi965/clear: Don't perform redundant depth clears
2017-07-26 Jason Ekstrandi965: Only do depth resolves prior to clearing when...
2017-07-26 Kenneth Graunkei965: Expose get_num_logical_layers outside of intel_mi...
2017-07-26 Kenneth Graunkei965: Shut up Coverity warning about HiZ buffers.
2017-07-26 Kenneth Graunkei965: Fix = vs == in MCS aux usage assert.
2017-07-26 Kenneth Graunkei965: Fix offset addition in get_isl_surf.
2017-07-25 Lionel Landwerlini965: perf: flush batchbuffers at the beginning of...
2017-07-25 Jason Ekstrandi965: Simplify HiZ clears a bit
2017-07-24 Rafael Antognollii965: Use {} to initialize GENX_* structs.
2017-07-23 Jason Ekstrandi965: Enable regular fast-clears (CCS_D) on gen9+
2017-07-23 Jason Ekstrandi965: Weaken the texture view rules for formats slightly
2017-07-23 Jason Ekstrandi965/surface_state: Get the aux usage from the miptree...
2017-07-23 Jason Ekstrandi965/surface_state: Take an isl_aux_usage in emit_surfa...
2017-07-23 Jason Ekstrandi965/miptree: Take an isl_format in prepare_texture
2017-07-23 Jason Ekstrandi965/miptree: Use miptree range helpers in has_color_un...
2017-07-23 Jason Ekstrandi965/miptree: Allow for accessing a CCS_E image as...
2017-07-23 Jason Ekstrandi965/miptree: Use ISL_AUX_STATE_PARTIAL_CLEAR for CCS_D
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 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
next