aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri/i965
Commit message (Expand)AuthorAgeFilesLines
* i965/miptree: Use num_samples of 1 instead of 0 for single-sampledTopi Pohjolainen2017-07-2010-32/+38
* i965/miptree: Switch to isl_surf::msaa_layoutTopi Pohjolainen2017-07-206-131/+30
* i965: remove local vblank_mode optionEmil Velikov2017-07-191-1/+0
* i965/blorp: Use the return value of brw_emit_reloc.Kenneth Graunke2017-07-181-3/+3
* i965: Delete dead brw_program_reloc function.Kenneth Graunke2017-07-181-15/+0
* i965: Convert WM_STATE to genxml on gen4-5.Rafael Antognolli2017-07-186-437/+153
* i965: Convert CLIP_STATE to genxml.Rafael Antognolli2017-07-184-215/+100
* i965/gen4: Set tile offsets to zero after depth rebaseTopi Pohjolainen2017-07-181-4/+6
* i965: Refactor check for separate stencilTopi Pohjolainen2017-07-181-4/+20
* i965/wm: Use level offsets directlyTopi Pohjolainen2017-07-181-2/+2
* i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen2017-07-181-2/+5
* i965/miptree: Pass flags instead of explicit tiling to surface creatorTopi Pohjolainen2017-07-181-5/+8
* i965/miptree: Add pitch override for imported buffer objectsTopi Pohjolainen2017-07-181-3/+4
* i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen2017-07-182-6/+0
* i965/wm: Use isl for filling tex image parametersTopi Pohjolainen2017-07-183-92/+19
* i965/miptree: Check for miptree_create() failuresTopi Pohjolainen2017-07-181-0/+2
* i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen2017-07-182-4/+47
* i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen2017-07-184-59/+12
* i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen2017-07-182-4/+8
* i965: Mark read-only args as const in intel_miptree_supports_hiz()Topi Pohjolainen2017-07-181-2/+2
* i965/miptree: Use > 1 instead of > 0 to check for multisamplingTopi Pohjolainen2017-07-181-2/+2
* i965/miptree: Set refcount before failing via _release()Topi Pohjolainen2017-07-181-1/+2
* i965: Delete brw_sf_state.c againKenneth Graunke2017-07-171-200/+0
* i965: Check if the modifier is supported in select_best_modifierJason Ekstrand2017-07-171-0/+3
* i965: Rework the modifier info mapJason Ekstrand2017-07-171-23/+25
* i965/surface_state: Remove the mcs_buf->offset == 0 restrictionJason Ekstrand2017-07-171-1/+0
* intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand2017-07-171-1/+2
* i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffersJason Ekstrand2017-07-171-23/+13
* i965/screen: Allocate ZEROED BOs for imagesJason Ekstrand2017-07-171-1/+5
* i965/bufmgr: Add a BO_ALLOC_ZEROED flagJason Ekstrand2017-07-172-2/+27
* i965/miptree: Replace is_lossless_compressed with mt->aux_usage checksJason Ekstrand2017-07-175-41/+10
* i965/miptree: Allocate HiZ up-frontJason Ekstrand2017-07-172-17/+6
* i965/miptree: Add an intel_tiling_supports_hiz helperJason Ekstrand2017-07-171-1/+11
* i965/miptree: Gather initial aux allocation into a single functionJason Ekstrand2017-07-171-30/+53
* i965: use strtol to convert the integer deviceID overrideEmil Velikov2017-07-171-1/+1
* i965: miptree: silence coverity warningLionel Landwerlin2017-07-171-1/+1
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-171-2/+3
* i965: Compile with -msse2 (instead of -msse2)Matt Turner2017-07-141-1/+1
* i965: Compile with -msse3Matt Turner2017-07-141-1/+2
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-141-0/+2
* i965: Push UBO data, but don't use it just yet.Kenneth Graunke2017-07-132-7/+64
* i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.Kenneth Graunke2017-07-131-2/+20
* i965: Stop re-uploading push constants after URB reconfiguration.Kenneth Graunke2017-07-132-8/+7
* i965: Separate uploading push constant data from the pointer packets.Kenneth Graunke2017-07-133-34/+52
* i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke2017-07-133-0/+8
* i965: Store per-stage push constant BO pointers.Kenneth Graunke2017-07-133-3/+6
* i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke2017-07-135-0/+10
* i965: Require a UBO offset alignment of 32 bytes.Kenneth Graunke2017-07-131-1/+4
* i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke2017-07-133-0/+31
* i965: Use async maps for BufferSubData to regions with no valid data.Kenneth Graunke2017-07-131-1/+3