mesa: hook up (Named)BufferStorageMem api
[mesa.git] / src / mesa / drivers /
2017-08-06 Andres Rodriguezmesa: add support for memory object creation/import...
2017-08-04 Chris Wilsoni965: Reduce passing 2x32b of reloc_domains to 2 bits
2017-08-04 Kenneth Graunkei965: Convert reloc.target_handle into an index for...
2017-08-04 Kenneth Graunkei965: Use a C99 initializer for new validation list...
2017-08-04 Kenneth Graunkei965: Simplify some bo != batch->bo special cases.
2017-08-04 Kenneth Graunkei965: Use I915_EXEC_BATCH_FIRST when available.
2017-08-04 Chris Wilsoni965: Move add_exec_bo()
2017-08-04 Chris Wilsoni965: Ignore reloc read/write domains
2017-08-04 Chris Wilsoni965: Use I915_EXEC_NO_RELOC
2017-08-04 Kenneth Graunkei965: Initialize flags to 0 and |= in new flags.
2017-08-04 Kenneth Graunkei965: Make add_exec_bo return the validation list index.
2017-08-04 Chris Wilsoni965: Track last location of bo used for the batch
2017-08-04 Chris Wilsoni965: Always use the pre-computed offset for the reloca...
2017-08-04 Kenneth Graunkei965: Make brw_emit_reloc assert that the target BO...
2017-08-04 Chris Wilsoni965: Prefer using streaming reads from WC mmaps
2017-08-03 Kenneth Graunkei965: Drop unnecessary I915_PARAM_HAS_EXEC_CAPTURE...
2017-08-03 Chris Wilsoni965/blit: Remember to include miptree buffer offset...
2017-08-02 Kenneth Graunkei965: Set "Subslice Hashing Mode" to 16x16 on Apollolake.
2017-08-02 Dave Airliemesa/dri: drop unneeded mm.h include
2017-08-02 Emil Velikovi965: simplify intel_image_format_lookup()
2017-08-02 Emil Velikovi965: annotate struct intel_image_format as const
2017-08-02 Kenneth Graunkei965: Delete pitch alignment assertion in get_blit_intr...
2017-08-02 Tapani Pälliandroid: export intermediates from libmesa_util
2017-08-02 Chris Wilsoni965: Check result of make_surface() for intel_miptree_...
2017-08-01 Nicolai HähnleFix SCons build
2017-08-01 Kenneth Graunkei965/drm: Inline brw_bo_references.
2017-07-31 Nicolai Hähnlexmlconfig: move into src/util
2017-07-31 Nicolai Hähnlexmlconfig: remove GL type dependencies
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 Marek OlšákRevert "drirc: whitelist glthread for Mount and Blade...
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 Marek Olšákdrirc: whitelist glthread for Mount and Blade Warband
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 Kamil Páraldrirc: whitelist glthread for Overlord 1+2, Oil Rush...
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-24 Emil Velikovswrast: add dri2ConfigQueryExtension to the correct...
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
next