aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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-122-496/+0
* compiler/blob: Switch to init/finish instead of create/destroyJason Ekstrand2017-10-121-11/+12
* compiler: Move blob up a levelJason Ekstrand2017-10-121-1/+1
* 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
* compiler: Move gl_program::TexelFetchSamplers to shader_info.Kenneth Graunke2017-10-123-3/+3
* mesa/bufferobj: fix atomic offset/size getDave Airlie2017-10-131-2/+4
* mesa: Disallow GL_RED/GL_RG with half-floats on GLES2.Eric Anholt2017-10-121-0/+4
* st/glsl_to_tgsi: the second destination doesn't support relative addressingNicolai Hähnle2017-10-111-5/+2
* st/glsl_to_tgsi: fix DFRACEXP with only one destinationNicolai Hähnle2017-10-111-15/+23
* st/glsl_to_tgsi: fix indirect access to 64-bit integerNicolai Hähnle2017-10-111-1/+1
* st/mesa: don't assign prog->ShadowSamplersNicolai Hähnle2017-10-112-5/+0
* st/glsl_to_tgsi: ignore GL_TEXTURE_SRGB_DECODE_EXT for samplers used with tex...Nicolai Hähnle2017-10-118-17/+63
* st/mesa: store state that affects sampler views per contextNicolai Hähnle2017-10-114-41/+44
* i965: Drop brw_bo_alloc in ARB_indirect_parameters implementation.Kenneth Graunke2017-10-111-1/+1
* i965: Allow mapped VBOs during drawing in non-debug contexts.Kenneth Graunke2017-10-111-0/+3
* i965: Make brw_update_texture_surface static.Kenneth Graunke2017-10-112-5/+1
* mesa/st: fix atomic buffer sizing to align with ssbo.Dave Airlie2017-10-111-0/+6
* mesa/bufferobj: consolidate some buffer binding code.Dave Airlie2017-10-111-42/+35
* mesa/bufferobj: consolidate some codepaths between ubo/ssbo/atomics.Dave Airlie2017-10-111-102/+47
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-117-45/+20
* mesa: align atomic buffer handling code with ubo/ssbo (v1.1)Dave Airlie2017-10-112-44/+92
* main/format: skip format conversion if src and dst format are equalKarol Herbst2017-10-101-0/+14
* mesa: Make _mesa_get_format_bytes handle array formats.Jason Ekstrand2017-10-101-0/+5
* i965: Disable auxiliary buffers when there are self-dependencies.Kenneth Graunke2017-10-103-25/+37
* mesa: Alphabetize GL_MESA_tile_raster_order in the extensions list.Eric Anholt2017-10-101-1/+1
* mesa: Implement a new GL_MESA_tile_raster_order extension.Eric Anholt2017-10-107-0/+62
* mesa: move _mesa_half_is_negative() to half_float.hBrian Paul2017-10-101-6/+0