aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* intel/cs: Grow prog_data::param on-demand for thread_local_id_indexJason Ekstrand2017-10-124-22/+9
* intel/compiler: Make brw_nir_lower_intrinsics compute-specificJason Ekstrand2017-10-125-19/+13
* intel/compiler: Add a helper for growing the prog_data::param arrayJason Ekstrand2017-10-121-0/+13
* 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-125-2/+13
* anv/pipeline: Ralloc prog_data::param of the compile mem_ctxJason Ekstrand2017-10-121-2/+1
* anv/pipeline: Add a mem_ctx parameter to anv_pipeline_compileJason Ekstrand2017-10-121-33/+39
* i965: Store image_param in brw_context instead of prog_dataJason Ekstrand2017-10-1214-49/+17
* 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-1223-151/+288
* 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
* nir: Get rid of the variable on vote intrinsicsJason Ekstrand2017-10-122-5/+3
* nir/opcodes: Fix constant-folding of ufind_msbJason Ekstrand2017-10-121-1/+1
* meta: Delete the PBO texsubimage path for realJason Ekstrand2017-10-122-496/+0
* anv/pipeline_cache: Rework to use multialloc and blobJason Ekstrand2017-10-122-159/+141
* anv/pipeline: Declare bind maps closer to their useJason Ekstrand2017-10-121-12/+6
* anv/multialloc: Add new add_size helperJason Ekstrand2017-10-121-2/+4
* compiler/blob: Make some parameters void instead of uint8_tJason Ekstrand2017-10-122-5/+5
* compiler/blob: Constify the readerJason Ekstrand2017-10-123-11/+11
* compiler/blob: Add (reserve|overwrite)_(uint32|intptr) helpersJason Ekstrand2017-10-122-2/+61
* compiler/blob: make blob_reserve_bytes() more usefulConnor Abbott2017-10-123-20/+12
* compiler/blob: Allow for fixed-size blobs with a NULL data pointerJason Ekstrand2017-10-122-3/+10
* compiler/blob: Add a concept of a fixed-allocation blobJason Ekstrand2017-10-122-1/+37
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-125-87/+80
* compiler: Move blob up a levelJason Ekstrand2017-10-126-6/+6
* meson: Add inc_compiler to the libglsl includesJason Ekstrand2017-10-121-1/+1
* glsl/blob: Return false from grow_to_fit if we've ever failedJason Ekstrand2017-10-122-1/+13
* glsl/blob: Return false from ensure_can_read on overrunJason Ekstrand2017-10-121-0/+3
* 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-124-97/+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
* nir: Make nir_shader_gather_info() track texelFetch texture accesses.Kenneth Graunke2017-10-121-1/+13
* compiler: Move gl_program::TexelFetchSamplers to shader_info.Kenneth Graunke2017-10-124-3/+6
* radv: take unsafe_math and sisched into account when hashing shaders.Dave Airlie2017-10-123-9/+24
* mesa/bufferobj: fix atomic offset/size getDave Airlie2017-10-131-2/+4
* mapi: Update extension number of MESA_tile_raster_order.Eric Anholt2017-10-121-2/+1
* broadcom/vc5: Remove the u_resource_vtbl usage.Eric Anholt2017-10-123-25/+18