summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-07-18i965/gen4: Set tile offsets to zero after depth rebaseTopi Pohjolainen1-4/+6
2017-07-18i965: Refactor check for separate stencilTopi Pohjolainen1-4/+20
2017-07-18i965/wm: Use level offsets directlyTopi Pohjolainen1-2/+2
2017-07-18i965: Use offset helper in intel_readpixels_tiled_memcpy()Topi Pohjolainen1-2/+5
2017-07-18i965/miptree: Pass flags instead of explicit tiling to surface creatorTopi Pohjolainen1-5/+8
2017-07-18i965/miptree: Add pitch override for imported buffer objectsTopi Pohjolainen1-3/+4
2017-07-18i965/miptree: Stop setting total_width/height for existing boTopi Pohjolainen2-6/+0
2017-07-18i965/wm: Use isl for filling tex image parametersTopi Pohjolainen3-92/+19
2017-07-18i965/miptree: Check for miptree_create() failuresTopi Pohjolainen1-0/+2
2017-07-18i965/miptree: Do not rely on msaa type to decide if aux is neededTopi Pohjolainen2-4/+47
2017-07-18i965: Make irb::mt_layer logical instead of physicalTopi Pohjolainen4-59/+12
2017-07-18i965/tex: Use offset helper instead of accessing table directlyTopi Pohjolainen2-4/+8
2017-07-18i965: Mark read-only args as const in intel_miptree_supports_hiz()Topi Pohjolainen1-2/+2
2017-07-18i965/miptree: Use > 1 instead of > 0 to check for multisamplingTopi Pohjolainen1-2/+2
2017-07-18i965/miptree: Set refcount before failing via _release()Topi Pohjolainen1-1/+2
2017-07-17i965: Delete brw_sf_state.c againKenneth Graunke1-200/+0
2017-07-17i965: Check if the modifier is supported in select_best_modifierJason Ekstrand1-0/+3
2017-07-17i965: Rework the modifier info mapJason Ekstrand1-23/+25
2017-07-17i965/surface_state: Remove the mcs_buf->offset == 0 restrictionJason Ekstrand1-1/+0
2017-07-17intel/isl: Add a row_pitch parameter to surf_get_ccs_surfJason Ekstrand1-1/+2
2017-07-17i965/miptree: Use BO_ALLOC_ZEROED for CCS_E buffersJason Ekstrand1-23/+13
2017-07-17i965/screen: Allocate ZEROED BOs for imagesJason Ekstrand1-1/+5
2017-07-17i965/bufmgr: Add a BO_ALLOC_ZEROED flagJason Ekstrand2-2/+27
2017-07-17i965/miptree: Replace is_lossless_compressed with mt->aux_usage checksJason Ekstrand5-41/+10
2017-07-17i965/miptree: Allocate HiZ up-frontJason Ekstrand2-17/+6
2017-07-17i965/miptree: Add an intel_tiling_supports_hiz helperJason Ekstrand1-1/+11
2017-07-17i965/miptree: Gather initial aux allocation into a single functionJason Ekstrand1-30/+53
2017-07-17i965: use strtol to convert the integer deviceID overrideEmil Velikov1-1/+1
2017-07-17i965: miptree: silence coverity warningLionel Landwerlin1-1/+1
2017-07-17meta: Actually initialize ImmutableLevels to 1.Kenneth Graunke1-0/+1
2017-07-17dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke5-6/+7
2017-07-14i965: Compile with -msse2 (instead of -msse2)Matt Turner1-1/+1
2017-07-14i965: Compile with -msse3Matt Turner1-1/+2
2017-07-14drirc: whitelist glthread for Euro Truck Simulator 2Petr Sebor1-0/+3
2017-07-14drirc: whitelist glthread for American Truck SimulatorPetr Sebor1-0/+3
2017-07-14drirc: whitelist glthread for The Witcher 2Edmondo Tommasina1-0/+3
2017-07-14drirc: whitelist glthread for Civilization 5Edmondo Tommasina1-0/+3
2017-07-14st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy1-0/+5
2017-07-14dri: Add KHR_no_error DRI extensionGrigori Goronzy7-2/+18
2017-07-13i965: Push UBO data, but don't use it just yet.Kenneth Graunke2-7/+64
2017-07-13i965: Pad buffer objects by 2kB in robust contexts to avoid OOB access.Kenneth Graunke1-2/+20
2017-07-13i965: Stop re-uploading push constants after URB reconfiguration.Kenneth Graunke2-8/+7
2017-07-13i965: Separate uploading push constant data from the pointer packets.Kenneth Graunke3-34/+52
2017-07-13i965: Introduce a BRW_NEW_DRAW_CALL dirty bit.Kenneth Graunke3-0/+8
2017-07-13i965: Store per-stage push constant BO pointers.Kenneth Graunke3-3/+6
2017-07-13i965: Select ranges of UBO data to be uploaded as push constants.Kenneth Graunke5-0/+10
2017-07-13i965: Require a UBO offset alignment of 32 bytes.Kenneth Graunke1-1/+4
2017-07-13i965: Switch to absolute addressing for constant buffer 0.Kenneth Graunke3-0/+31
2017-07-13i965: Use async maps for BufferSubData to regions with no valid data.Kenneth Graunke1-1/+3
2017-07-13i965: Track a range of the buffer which contains valid data.Kenneth Graunke2-4/+48