summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Revert absolute mode for constant buffer pointers.Kenneth Graunke2017-10-232-25/+1
* nir: Get rid of nir_shader::stageJason Ekstrand2017-10-202-4/+6
* i965: Report supported context priorities to EGL/DRIChris Wilson2017-10-201-0/+13
* i965: Pass the EGL/DRI context priority through to the kernelChris Wilson2017-10-203-0/+46
* i965: Record the presence of the kernel schedulerChris Wilson2017-10-201-0/+11
* egl,dri: Propagate context priority hint to driver->CreateContextChris Wilson2017-10-2012-23/+38
* i965: Don't disable aux buffers for non-overlapping miplevels.Kenneth Graunke2017-10-191-3/+7
* i965: Remove the intel_miptree_prepare_fb_fetch wrapper.Kenneth Graunke2017-10-193-20/+10
* i965: Only resolve texture levels/layers that are accessed.Kenneth Graunke2017-10-191-2/+16
* i965: Make intel_miptree_prepare_texture() take level/layer arguments.Kenneth Graunke2017-10-193-21/+13
* i965/sbe: fix active components for SSO programs with over 16 inputsIago Toral Quiroga2017-10-191-8/+2
* i965: Do not log a perf warning when mapping an idle boChris Wilson2017-10-191-2/+3
* i965: Use a union to bitcast a floatMatt Turner2017-10-181-1/+2
* meson: Don't try to install dri drivers unless one is builtDylan Baker2017-10-161-1/+1
* Revert "i965/tex_image: Reference the renderbuffer miptree in setTexBuffer2"Kenneth Graunke2017-10-161-5/+20
* i965: Only put external handles into the handle htChris Wilson2017-10-161-11/+25
* i965/miptree: Drop the invalidate parameter form copy_teximageJason Ekstrand2017-10-163-17/+8
* i965: Rename brw->no_batch_wrap to intel_batchbuffer::no_wrapKenneth Graunke2017-10-135-12/+12
* i965: Delete dead brw_context fields.Kenneth Graunke2017-10-132-4/+0
* i965: Complete 'expose RGBA visuals only on Android'Mario Kleiner2017-10-131-2/+2
* meson: Build i915Ville Syrjälä2017-10-132-0/+100
* intel/cs: Make thread_local_id a regular builtin paramJason Ekstrand2017-10-121-6/+4
* intel/compiler: Allocate pull_param in assign_constant_locationsJason Ekstrand2017-10-121-2/+0
* intel: Allocate prog_data::[pull_]param deeper inside the compilerJason Ekstrand2017-10-127-84/+51
* intel/vs: Grow the param array for clip planesJason Ekstrand2017-10-121-5/+0
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-121-3/+0
* intel/compiler: Stop adding params for texture sizesJason Ekstrand2017-10-122-6/+0
* i965: Only add the wpos state reference if we lowered somethingJason Ekstrand2017-10-121-6/+6
* intel/compiler: Add a flag for pull constant supportJason Ekstrand2017-10-121-0/+1
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-1212-41/+15
* i965: Use prog->info.num_images for needs_dc computationJason Ekstrand2017-10-121-2/+3
* intel: Rewrite the world of push/pull paramsJason Ekstrand2017-10-1210-82/+155
* i965: Get rid of gen7_cs_state.cJason Ekstrand2017-10-126-177/+145
* i965: Add a helper for populating constant buffersJason Ekstrand2017-10-123-12/+33
* i965: Move brw_upload_pull_constants to gen6_constant_state.cJason Ekstrand2017-10-123-64/+65
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-121-495/+0
* i965: Share the flush for brw_blorp_miptree_download into a pboChris Wilson2017-10-123-31/+24
* meta: Delete the PBO texture upload/download pathJason Ekstrand2017-10-122-80/+0
* i965: Use blorp instead of meta for PBO pixel readsJason Ekstrand2017-10-121-9/+51
* i965: Use blorp instead of meta for PBO texture downloadsJason Ekstrand2017-10-121-4/+29
* i965/tex: Use blorp texture upload for all CCS_E texturesJason Ekstrand2017-10-121-1/+2
* i965: Use blorp instead of meta for PBO texture uploadsJason Ekstrand2017-10-121-4/+30
* i965: Add blorp-based texture upload and download pathsJason Ekstrand2017-10-122-0/+362
* i965: Refactor y-flipping coordinate transform.Kenneth Graunke2017-10-121-7/+11
* i965/tex: Check if there is data to upload up-frontJason Ekstrand2017-10-121-0/+4
* i965/barrier: Do the correct flushes for framebuffer accessJason Ekstrand2017-10-121-1/+1
* i965/barrier: Do the correct flushes for texture updatesJason Ekstrand2017-10-121-2/+4
* i965: Ignore GL_SKIP_DECODE_EXT for textures accessed via texelFetch().Kenneth Graunke2017-10-121-1/+5
* meta: Unset the textures_used_by_txf bitfield.Kenneth Graunke2017-10-121-0/+13
* i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.Kenneth Graunke2017-10-111-1/+1