st/mesa: add destroy_drawable interface
[mesa.git] / src / mesa /
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
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...
2017-07-17 Jason Ekstrandi965/miptree: Allocate HiZ up-front
2017-07-17 Jason Ekstrandi965/miptree: Add an intel_tiling_supports_hiz helper
2017-07-17 Jason Ekstrandi965/miptree: Gather initial aux allocation into a...
2017-07-12 Charmaine Leest/mesa: init winsys buffers list only if context creat...
2017-07-17 Emil Velikovi965: use strtol to convert the integer deviceID override
2017-07-17 Lionel Landwerlini965: miptree: silence coverity warning
2017-07-17 Marek Olšákmesa: flag _NEW_TEXTURE_OBJECT for GL_TEXTURE_LOD_BIAS_EXT
2017-07-17 Kenneth Graunkemeta: Actually initialize ImmutableLevels to 1.
2017-07-17 Kenneth Graunkedri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.
2017-07-15 Matt Turneri965: Compile with -msse2 (instead of -msse2)
2017-07-14 Matt Turneri965: Compile with -msse3
2017-07-14 Petr Sebordrirc: whitelist glthread for Euro Truck Simulator 2
2017-07-14 Petr Sebordrirc: whitelist glthread for American Truck Simulator
next