etnaviv: align TS surface size to number of pixel pipes
[mesa.git] / src /
2017-04-11 Lucas Stachetnaviv: align TS surface size to number of pixel pipes
2017-04-11 Lucas Stachetnaviv: avoid using invalid TS
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureQueryLevels()
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureSamples()
2017-04-11 Samuel Pitoisetglsl: use the BA1 macro for textureCubeArrayShadow()
2017-04-11 Bas Nieuwenhuizenradv: Implement pipeline statistics queries.
2017-04-11 Bas Nieuwenhuizenradv: Let count be dynamic in radv_break_on_count.
2017-04-11 Bas Nieuwenhuizenradv: Rename query pipeline/set layout.
2017-04-11 Bas Nieuwenhuizenradv: Use VK_WHOLE_SIZE for the query buffer bindings.
2017-04-11 Bas Nieuwenhuizenradv: Use a shader for occlusion CmdCopyQueryPoolResults.
2017-04-11 Bas Nieuwenhuizenradv: Add occlusion query shader.
2017-04-11 Kenneth Graunkei965: Fix wonky indentation left by brw_bo_alloc_tiled...
2017-04-11 Ilia Mirkinnouveau: when mapping a persistent buffer, synchronize...
2017-04-11 Ilia Mirkinnvc0: increase texture buffer object alignment to 256...
2017-04-10 Timothy Arcerimesa: fix typo and add assert() to _mesa_attach_renderb...
2017-04-10 Kenneth Graunkei965/drm: Add stall warnings when mapping or waiting...
2017-04-10 Kenneth Graunkei965/drm: Make a set_domain() helper function.
2017-04-10 Daniel Vetteri965/batch: Ensure we use a consistent offset in relocs
2017-04-10 Daniel Vetteri965/bufmgr: Garbage-collect vma cache/pruning
2017-04-10 Daniel Vetteri965/bufmgr: Remove some reuse functions
2017-04-10 Daniel Vetteri965/bufmgr: remove start_gtt_access
2017-04-10 Daniel Vetteri965/bufmgr: Delete set_tiling
2017-04-10 Daniel Vetteri965/bufmgr: Delete alloc_for_render
2017-04-10 Kenneth Graunkei965/drm: Use list_for_each_entry_safe in a couple...
2017-04-10 Kenneth Graunkei965/drm: Rename intel_bufmgr_gem.c to brw_bufmgr.c.
2017-04-10 Kenneth Graunkei965/drm: Reindent intel_bufmgr_gem.c and brw_bufmgr.h.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bo to brw_bo.
2017-04-10 Kenneth Graunkei965: Drop brw_bo_map[_gtt] wrappers which issue perf...
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_reg_read() to brw_reg_read().
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_bufmgr to struct brw_bufmgr.
2017-04-10 Kenneth Graunkei965: Just use a uint32_t context handle rather than...
2017-04-10 Kenneth Graunkei965/drm: Fold drm_bacon_gem_reset_stats into the callers.
2017-04-10 Kenneth Graunkei965/drm: Rename drm_bacon_gem_bo_bucket to bo_cache_bu...
2017-04-10 Kenneth Graunkei965/drm: Drop drm_bacon_* from static functions.
2017-04-10 Kenneth Graunkei965/drm: Drop drm_bacon_gem_bo_madvise_internal().
2017-04-10 Kenneth Graunkei965/drm: Merge drm_bacon_bo_gem into drm_bacon_bo.
2017-04-10 Kenneth Graunkei965/drm: Merge bo->handle and bo_gem->gem_handle.
2017-04-10 Kenneth Graunkei965/drm: Rewrite relocation handling.
2017-04-10 Kenneth Graunkei965/drm: Make register write check handle execbuffer...
2017-04-10 Kenneth Graunkei965: Make a screen::aperture_threshold field.
2017-04-10 Kenneth Graunkei965: Make/use a brw_batch_references() wrapper.
2017-04-10 Kenneth Graunkei965: Use brw_emit_reloc() instead of drm_bacon_bo_emit...
2017-04-10 Kenneth Graunkei965: Change intel_batchbuffer_reloc() into brw_emit_re...
2017-04-10 Kenneth Graunkei965/drm: Drop GEM_SW_FINISH stuff.
2017-04-10 Kenneth Graunkei965/drm: Drop code to search for an existing bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Unwrap the unnecessary drm_bacon_reloc_target...
2017-04-10 Kenneth Graunkei965/drm: Switch from uthash to Mesa's hash table.
2017-04-10 Kenneth Graunkei965/drm: Drop bo_gem::kflags.
2017-04-10 Kenneth Graunkei965/drm: Drop has_exec_async related API.
2017-04-10 Kenneth Graunkei965/drm: Drop softpin support for now.
2017-04-10 Kenneth Graunkei965/drm: Drop userptr support for now.
2017-04-10 Kenneth Graunkei965/drm: Delete engine checks.
2017-04-10 Kenneth Graunkei965/drm: Drop intel_chipset.h in favor of using gen_de...
2017-04-10 Kenneth Graunkei965/drm: Drop deprecated drm_bacon_bo::offset.
2017-04-10 Kenneth Graunkei965/drm: Drop has_wait_timeout.
2017-04-10 Kenneth Graunkei965/drm: Assume aperture size query will work.
2017-04-10 Kenneth Graunkei965/drm: Combine drm_bacon_bufmgr_gem and drm_bacon_bu...
2017-04-10 Kenneth Graunkei965/drm: Move _drm_bacon_context to intel_bufmgr_gem.c.
2017-04-10 Kenneth Graunkei965/drm: Drop cliprects and dr4 from execbuf variants.
2017-04-10 Kenneth Graunkei965/drm: Devirtualize the bufmgr.
2017-04-10 Kenneth Graunkei965/drm: Check INTEL_DEBUG & DEBUG_BUFMGR directly.
2017-04-10 Kenneth Graunkei965/drm: Use Mesa's macros.h instead of duplicating...
2017-04-10 Kenneth Graunkei965/drm: Use ALIGN, not ROUND_UP_TO.
2017-04-10 Kenneth Graunkei965/drm: Delete execbuf1 support.
2017-04-10 Kenneth Graunkei965/drm: Remove Gen2-3 fence accounting.
2017-04-10 Kenneth Graunkei965/drm: Remove some unused functions and macros.
2017-04-10 Kenneth Graunkei965/drm: Switch to util/list.h instead of libdrm_lists.h.
2017-04-10 Kenneth Graunkei965/drm: Port to Mesa's atomic header.
2017-04-10 Kenneth Graunkei965/drm: Use our internal libdrm (drm_bacon) rather...
2017-04-10 Kenneth Graunkei965/drm: s/drm_intel/drm_bacon/g
2017-04-10 Kenneth Graunkei965/drm: Drop libpciaccess dependencies.
2017-04-10 Kenneth Graunkei965/drm: Make libdrm_lists.h compile by defining typeof.
2017-04-10 Kenneth Graunkei965/drm: remove legacy defines, aub functions, and...
2017-04-10 Kenneth Graunkei965: Import libdrm_intel.
2017-04-10 Kenneth Graunkei965: Make sure we don't use CPU maps for the scanout...
2017-04-10 Kenneth Graunkei965: Stop calling drm_intel_bufmgr_gem_enable_fenced_r...
2017-04-10 Kenneth Graunkei965: Fix GLX_MESA_query_renderer video memory on 32...
2017-04-10 Samuel Pitoisetgallium/radeon: add HUD queries for GPU temperature...
2017-04-10 Samuel Pitoisetradeonsi: add new si_check_render_feedback_texture...
2017-04-10 Samuel Pitoisetradeonsi: add new si_decompress_color_texture() helper
2017-04-10 Samuel Pitoisetradeonsi: add new depth_needs_decompression() helper
2017-04-10 Samuel Pitoisetradeonsi: add a 'break' in si_check_render_feedback_*()
2017-04-10 Samuel Pitoisetradeonsi: re-use 'desc' in si_set_shader_image()
2017-04-10 Samuel Pitoisetac: add unreachable() in ac_build_image_opcode()
2017-04-10 Constantine Kharlamovr600g: get rid of dummy pixel shader
2017-04-10 Constantine Kharlamovr600g: add draw_vbo check for a NULL pixel shader
2017-04-10 Constantine Kharlamovr600g: skip repeating vs, gs, and tes shader binds
2017-04-10 Bartosz Tomczykmesa: use single memcpy when strides match in glReadPix...
2017-04-10 Jason Ekstrandintel/blorp: Use ISL for emitting depth/stencil/hiz
2017-04-10 Jason Ekstrandintel/blorp: Emit 3DSTATE_STENCIL_BUFFER before HIER_DEPTH
2017-04-10 Jason Ekstrandanv: Use ISL for emitting depth/stencil/hiz
2017-04-10 Jason Ekstrandintel/isl: Add support for emitting depth/stencil/hiz
2017-04-10 Thomas Hindoe Paab... amd/addrlib: use correct variable name in header
2017-04-10 Timothy Arcerimesa/st: take ownership rather than adding reference...
2017-04-10 Timothy Arcerix11: take ownership rather than adding reference for...
2017-04-10 Timothy Arceriosmesa: tidy up renderbuffer refCount initialisation
2017-04-10 Timothy Arceriswrast: take ownership rather than adding reference...
2017-04-10 Timothy Arceriradeon: take ownership rather than adding reference...
2017-04-10 Timothy Arcerinouveau: take ownership rather than adding reference...
2017-04-10 Timothy Arcerii965: take ownership rather than adding reference for...
next