anv: Predicate fast-clear resolves
[mesa.git] / src / mesa /
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 Brian Paulst/mesa: use proper resource target type in st_AllocTex...
2017-07-22 Brian Paulmesa: remove pointless assignments in init_teximage_fie...
2017-07-22 Brian Paulmesa: include texture size in error messages
2017-07-22 Kenneth Graunkei965: Support the mesa_no_error driconf option.
2017-07-22 Kenneth Graunkei965: Delete gen8_draw_upload.c
2017-07-22 Karol Herbstst/glsl_to_tgsi: don't optimize mul+add to mad if expre...
2017-07-22 Karol Herbsttgsi: populate precise
2017-07-22 Karol Herbstst/glsl_to_tgsi: handle precise modifier
2017-07-21 Charmaine Leest/mesa: add destroy_drawable interface
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 Pohjolainenmain/teximage: Even on failure use valid format for...
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 Samuel Pitoisetmesa: remove useless assert in _mesa_TextureView()
2017-07-20 Samuel Pitoisetmesa: remove duplicated code around framebuffer_renderb...
2017-07-20 Samuel Pitoisetmesa: remove one extra check in _mesa_DeleteTextures()
2017-07-20 Samuel Pitoisetmesa: make _mesa_generate_texture_mipmap() static
2017-07-20 Samuel Pitoisetmesa: inline save_array_object()
2017-07-20 Samuel Pitoisetmesa: inline remove_array_object()
2017-07-20 Samuel Pitoisetmesa: tidy up _mesa_DeleteVertexArrays()
2017-07-20 Samuel Pitoisetmesa: remove useless assert in texture_storage()
2017-07-20 Samuel Pitoisetmesa: pass the 'caller' function to texstorage()
2017-07-20 Samuel Pitoisetmesa: make _mesa_texture_storage() static
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-20 Brian Paulmesa: check API profile for GL_QUADS_FOLLOW_PROVOKING_V...
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 Brian Paulmesa: whitespace fixes in get.c
2017-07-18 Brian Paulmesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_E...
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
next