i965: Enable ARB_shader_ballot on Gen8+
[mesa.git] / src / mesa / drivers / dri / i965 /
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
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-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 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-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_...
next