summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Update with GLES3.2 entries and statusThomas Helland2015-09-111-0/+24
* softpipe: Constify variablesKrzesimir Nowak2015-09-111-242/+199
* softpipe: Constify sp_tgsi_samplerKrzesimir Nowak2015-09-111-12/+23
* softpipe: Constify sampler and view parameters in mip filtersKrzesimir Nowak2015-09-112-18/+18
* softpipe: Constify sampler and view parameters in img filtersKrzesimir Nowak2015-09-112-36/+36
* tgsi, softpipe: Constify tgsi_sampler in query_lod vfuncKrzesimir Nowak2015-09-112-2/+2
* softpipe: Constify some sampler and view parametersKrzesimir Nowak2015-09-112-27/+28
* softpipe: Move the faces array from view to filter_argsKrzesimir Nowak2015-09-112-17/+23
* nir/from_ssa: Use instr_rewrite_destJason Ekstrand2015-09-111-3/+1
* nir: Add a function for rewriting instruction destinationsJason Ekstrand2015-09-112-0/+26
* nir: Only unlink sources that are actually validJason Ekstrand2015-09-111-7/+8
* nir: Remove the mem_ctx parameter from ssa_def_rewrite_usesJason Ekstrand2015-09-1120-47/+25
* nir: Fix a bunch of ralloc parenting errorsJason Ekstrand2015-09-1110-31/+32
* nir/lower_outputs_to_temporaries: Reparent the output nameJason Ekstrand2015-09-111-0/+3
* i965/vec4: check writemask when bailing out at register coalesceAlejandro PiƱeiro2015-09-111-4/+6
* tgsi,softpipe: capitalize the tgsi_sampler_control enum valuesBrian Paul2015-09-113-48/+49
* nir: Store some geometry shader data in nir_shader.Kenneth Graunke2015-09-113-0/+14
* nir/builder: Add nir_load_var() and nir_store_var() helpers.Kenneth Graunke2015-09-111-0/+27
* glsl: Use hash tables for opt_constant_propagation() kill sets.Kenneth Graunke2015-09-111-18/+28
* i965: Use hash tables for brw_fs_vector_splitting().Kenneth Graunke2015-09-111-22/+22
* glsl: Use hash tables in opt_constant_variable().Kenneth Graunke2015-09-111-18/+21
* meta: Use result of texture coordinate clamping operationIan Romanick2015-09-101-2/+2
* meta: Always bind the textureIan Romanick2015-09-101-3/+6
* i915, i965: Silence unused parameter warnings in intel_batchbuffer_advanceIan Romanick2015-09-102-0/+4
* i915: Silence unused parameter warning in intel_miptree_create_layoutIan Romanick2015-09-103-15/+5
* i915, i965: Silence unused parameter warnings in intel_miptree_unmap_gttIan Romanick2015-09-102-12/+4
* i915: Silence unused parameter warningsIan Romanick2015-09-103-7/+5
* i915: Remove prototype for nonexistent brw_miptree_layoutIan Romanick2015-09-101-2/+0
* i965: Make intel_miptree_map_raw staticIan Romanick2015-09-102-19/+17
* i915, i965: Silence unused parameter warnings in intel_mipmap_tree.hIan Romanick2015-09-102-0/+8
* i965: Silence unused parameter warnings in intel_mipmap_tree.cIan Romanick2015-09-103-11/+9
* i965: Silence unused parameter warnings in intel_fbo.cIan Romanick2015-09-101-3/+8
* st/mesa: set the vbuffer to NULL if we are skipping itDave Airlie2015-09-111-1/+5
* i965/cs: Enable barrier in MEDIA_INTERFACE_DESCRIPTORJordan Justen2015-09-104-1/+8
* i965/cs: Emit texture surfaces to enable CS samplingJordan Justen2015-09-102-1/+3
* i965: Set up sampler state for compute shadersJordan Justen2015-09-101-2/+12
* i965/fs: Set first_non_payload_grf in assign_curb_setupJordan Justen2015-09-101-4/+5
* i965: Support compute shaders in is_scalar_shader_stage()Jordan Justen2015-09-101-0/+1
* i965: Support CS in update_stage_texture_surfacesJordan Justen2015-09-101-0/+7
* i965: enable ARB_shader_texture_image_samplesIlia Mirkin2015-09-103-2/+3
* i965: add handling for imageSamplesIlia Mirkin2015-09-101-0/+5
* nir: convert glsl imageSamples into a new intrinsicIlia Mirkin2015-09-102-1/+7
* glsl: add support for the imageSamples functionIlia Mirkin2015-09-101-3/+40
* i965: add support for textureSamples functionIlia Mirkin2015-09-1010-1/+35
* glsl: add support for the textureSamples functionIlia Mirkin2015-09-101-0/+31
* glsl: add ARB_shader_texture_image_samples infrastructureIlia Mirkin2015-09-103-0/+6
* nir: add nir_texop_texture_samples and convert from glslIlia Mirkin2015-09-103-1/+11
* glsl: add ir_texture_samples texture opcodeIlia Mirkin2015-09-1011-6/+23
* mesa: add infra for ARB_shader_texture_image_samplesIlia Mirkin2015-09-102-0/+2
* i965: Fix typos in licenseIan Romanick2015-09-1033-66/+66