i965/miptree: Replace is_lossless_compressed with mt->aux_usage checks
[mesa.git] / src / mesa / drivers / dri / i965 /
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-17 Emil Velikovi965: use strtol to convert the integer deviceID override
2017-07-17 Lionel Landwerlini965: miptree: silence coverity warning
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 Grigori Goronzydri: Add KHR_no_error DRI extension
2017-07-14 Kenneth Graunkei965: Push UBO data, but don't use it just yet.
2017-07-14 Kenneth Graunkei965: Pad buffer objects by 2kB in robust contexts...
2017-07-14 Kenneth Graunkei965: Stop re-uploading push constants after URB reconf...
2017-07-14 Kenneth Graunkei965: Separate uploading push constant data from the...
2017-07-14 Kenneth Graunkei965: Introduce a BRW_NEW_DRAW_CALL dirty bit.
2017-07-14 Kenneth Graunkei965: Store per-stage push constant BO pointers.
2017-07-14 Kenneth Graunkei965: Select ranges of UBO data to be uploaded as push...
2017-07-14 Kenneth Graunkei965: Require a UBO offset alignment of 32 bytes.
2017-07-14 Kenneth Graunkei965: Switch to absolute addressing for constant buffer 0.
2017-07-13 Kenneth Graunkei965: Use async maps for BufferSubData to regions with...
2017-07-13 Kenneth Graunkei965: Track a range of the buffer which contains valid...
2017-07-13 Kenneth Graunkei965: Add a "write" parameter to intel_bufferobj_buffer.
2017-07-13 Rafael Antognollii965: Convert GS_STATE to genxml.
2017-07-13 Rafael Antognollii965: Prepare gs_state emitting code to include gen4-5.
2017-07-13 Rafael Antognollii965: Remove upload_gs_state_for_tf.
2017-07-13 Rafael Antognollii965: Convert BLEND_CONSTANT_COLOR state to genxml.
2017-07-13 Rafael Antognollii965: Convert CC state on gen4-5 to genxml.
2017-07-13 Rafael Antognollii965: Move color calc code around a bit.
2017-07-13 Rafael Antognollii965: Check for alpha channel just like in gen6+.
2017-07-13 Rafael Antognollii965: Make a helper function for blend entry related...
2017-07-13 Kenneth Graunkei965: Make a helper function for depth/stencil related...
2017-07-13 Lionel Landwerlini965: fix missing NULL return if allocation fails
2017-07-13 Lionel Landwerlini965: check pointer before dereferencing it
2017-07-13 Lionel Landwerlini965: map_gtt: check mapping address before adding...
2017-07-13 Jason Ekstrandi965/urb: Trigger upload_urb on NEW_BLORP
2017-07-13 Jason Ekstrandi965/screen: Drop get_tiled_height
2017-07-13 Jason Ekstrandi965/screen: Use ISL for doing image import checks
2017-07-13 Jason Ekstrandi965/screen: Use ISL for allocating image BOs
2017-07-13 Jason Ekstrandi965: Add an isl_device to intel_screen
2017-07-13 Jason Ekstrandi965/miptree: Move CCS allocation into create_for_dri_image
2017-07-13 Jason Ekstrandi965: Use create_for_dri_image in intel_update_image_buffer
2017-07-13 Jason Ekstrandi965/miptree: Add support for window system images...
2017-07-13 Jason Ekstrandi965/miptree: Add a colorspace parameter to create_for_...
2017-07-13 Ben Widawskyi965/miptree: Allocate mt earlier in update winsys
2017-07-13 Ben Widawskyi965/miptree: Add a return for updating of winsys
2017-07-13 Jason Ekstrandi965: Use miptree_create_for_dri_image in image_target_...
2017-07-13 Jason Ekstrandi965/miptree: Set level_x/h in create_for_dri_image
2017-07-13 Jason Ekstrandi965/miptree: Add tile_x/y to total_width/height
2017-07-13 Jason Ekstrandi965/miptree: Pass the offset into create_for_bo in...
2017-07-13 Jason Ekstrandi965: Move the DRIimage -> miptree code to intel_mipmap...
2017-07-12 Kenneth Graunkei965: Drop bogus pthread_mutex_unlock in map_gtt error...
2017-07-12 Eric Anholtintel: Move the DRM uapi headers to a non-Intel location.
2017-07-11 Chris Wilsoni965: Use VALGRIND_MAKE_MEM_x in place of MALLOCLIKE...
2017-07-11 Kenneth Graunkei965: Fix asynchronous mappings on !LLC platforms.
2017-07-11 Kenneth Graunkei965: Don't use PREAD for glGetBufferSubData().
2017-07-11 Lionel Landwerlini965: perf: use new subslices numbers from device info
2017-07-11 Ben Widawskyi965: Use already existing eu_total
2017-07-11 Chris Wilsoni965: Resolve framebuffers before signaling the fence
2017-07-10 Kenneth Graunkei965: Assert that we don't use CPU write maps to non...
2017-07-10 Chris Wilsoni965: Disable access to CPU mmap for async access on...
2017-07-10 Chris Wilsoni965: Track when a bo is shared with an external client
2017-07-10 Chris Wilsoni965: Use brw_bo_wait() for brw_bo_wait_rendering()
2017-07-05 Jason Ekstrandi965: Move surface resolves back to draw/dispatch time
2017-07-01 Kenneth Graunkei965: Print access flags in INTEL_DEBUG=buf output.
2017-07-01 Chris Wilsoni965: Remove clearing of bo->map_gtt after failure
2017-07-01 Kenneth Graunkei965: Add inline to brw_bo_unmap
2017-06-30 Chris Wilsoni965: Drop global bufmgr lock from brw_bo_map_* functions.
2017-06-30 Kenneth Graunkei965: Make brw_bo_unmap a static inline.
2017-06-30 Chris Wilsoni965: Discard bo->map_count
2017-06-30 Kenneth Graunkei965: Add a comment about not needing VALGRIND_MALLOCLI...
2017-06-30 Johnson Lini965/i915: Add UYVY as the supported format
2017-06-29 Rob HerringAndroid: i965: remove libdrm_intel dependency
2017-06-28 Kenneth Graunkei965: Drop index buffer re-alignment code.
2017-06-28 Eero Tammineni965: Fix anisotropic filtering for mag filter
2017-06-28 Chad Versacei965/dri: Support R8G8B8A8 and R8G8B8X8 configs
2017-06-27 Chad Versacei965: Add a RGBX->RGBA fallback for glEGLImageTextureTa...
2017-06-27 Lionel Landwerlini965: perf: add support for Geminilake
2017-06-27 Lionel Landwerlini965: perf: add support for Kabylake
2017-06-27 Lionel Landwerlini965: perf: use gen_device_info rather then brw_context
2017-06-27 Robert Braggi965: perf: ensure isolated timer reports while idle...
2017-06-27 Lionel Landwerlini965: perf: keep on reading reports until delimiting...
2017-06-27 Robert Braggi965: Add Gen8+ INTEL_performance_query support
2017-06-27 Robert Braggi965: Add XML OA metric sets for Gen8+
2017-06-27 Robert Braggi965: Add Gen8+ sys_vars for generated OA code
2017-06-27 Lionel Landwerlinanv/i965: drop libdrm_intel dependency completely
2017-06-27 Lionel Landwerlini965: perf: minimize the chances to spread queries...
2017-06-27 Topi Pohjolaineni965: Separate gen < 8 and gen >= 8 paths explicitly...
2017-06-26 Ian Romanicki915,i965: Don't condition use of GLSL clear on the...
2017-06-23 Jason Ekstrandi965/miptree: Rework aux enabling
2017-06-23 Jason Ekstrandi965: Clamp clear colors to the representable range
2017-06-23 Jason Ekstrandi965: Don't bother with HiZ in renderbuffer_move_to_temp
2017-06-23 Jason Ekstrandi965/miptree: Rename the non_msrt_mcs functions to...
2017-06-23 Jason Ekstrandi965/miptree: Delete the layered rendering resolve
2017-06-23 Anuj Phogati965/cnl: Don't write to Cache Mode Register 1 on gen10+
2017-06-22 Rafael Antognollii965: Convert upload_default_color to genxml.
2017-06-22 Rafael Antognollii965: Remove unused code and delete file.
2017-06-22 Rafael Antognollii965: Convert vs, gs, tcs, tes and cs samplers to genxml.
2017-06-22 Rafael Antognollii965: Convert fs sampler state to use genxml.
2017-06-22 Chad Versacei965: Fix -Wunused-variable in gen8_write_pma_stall_bits()
2017-06-22 Chad Versacei965/dri: Add intel_screen param to intel_create_winsys...
next