aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: whitespace fixes in get.cBrian Paul2017-07-181-110/+110
* mesa: fix GL_QUADS_FOLLOW_PROVOKING_VERTEX_CONVENTION_EXT queryBrian Paul2017-07-182-1/+13
* 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
* st/mesa: init winsys buffers list only if context creation succeedsCharmaine Lee2017-07-111-3/+3
* i965: use strtol to convert the integer deviceID overrideEmil Velikov2017-07-171-1/+1
* i965: miptree: silence coverity warningLionel Landwerlin2017-07-171-1/+1
* mesa: flag _NEW_TEXTURE_OBJECT for GL_TEXTURE_LOD_BIAS_EXTMarek Olšák2017-07-171-1/+1
* meta: Actually initialize ImmutableLevels to 1.Kenneth Graunke2017-07-171-0/+1
* dri: Make classic drivers allow __DRI_CTX_FLAG_NO_ERROR.Kenneth Graunke2017-07-175-6/+7
* i965: Compile with -msse2 (instead of -msse2)Matt Turner2017-07-141-1/+1
* i965: Compile with -msse3Matt Turner2017-07-141-1/+2
* drirc: whitelist glthread for Euro Truck Simulator 2Petr Sebor2017-07-141-0/+3
* drirc: whitelist glthread for American Truck SimulatorPetr Sebor2017-07-141-0/+3
* mesa/marshal: fix Windows buildGrigori Goronzy2017-07-141-3/+3
* drirc: whitelist glthread for The Witcher 2Edmondo Tommasina2017-07-141-0/+3
* drirc: whitelist glthread for Civilization 5Edmondo Tommasina2017-07-141-0/+3
* st/mesa: Add KHR_no_error toggle to driconfGrigori Goronzy2017-07-141-0/+5
* st/mesa: Add support for KHR_no_error flagGrigori Goronzy2017-07-143-5/+14
* dri: Add KHR_no_error DRI extensionGrigori Goronzy2017-07-147-2/+18
* mesa/marshal: fix glNamedBufferData with NULL dataGrigori Goronzy2017-07-141-4/+13
* mesa/marshal: add marshalling for glClearBuffer*Grigori Goronzy2017-07-142-2/+160
* mesa/marshal: extract ClearBuffer helpersGrigori Goronzy2017-07-142-29/+50
* st/mesa: handle stfbi being NULL on entry of st_framebuffer_reuse_or_createLucas Stach2017-07-141-0/+3
* 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
* i965: Track a range of the buffer which contains valid data.Kenneth Graunke2017-07-132-4/+48
* i965: Add a "write" parameter to intel_bufferobj_buffer.Kenneth Graunke2017-07-139-19/+26
* i965: Convert GS_STATE to genxml.Rafael Antognolli2017-07-135-172/+54
* i965: Prepare gs_state emitting code to include gen4-5.Rafael Antognolli2017-07-131-13/+11
* i965: Remove upload_gs_state_for_tf.Rafael Antognolli2017-07-134-60/+16
* i965: Convert BLEND_CONSTANT_COLOR state to genxml.Rafael Antognolli2017-07-133-64/+27