summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* glsl/mesa: set separate_shader directly in shader_infoTimothy Arceri2016-12-301-0/+1
* mesa/glsl: move subroutine metadata to gl_programTimothy Arceri2016-12-303-63/+66
* mesa/compiler: add stage to shader_infoTimothy Arceri2016-12-301-0/+1
* mesa/shaderobj: Fix races on refcountsChad Versace2016-12-281-10/+4
* i965: Allow import/export of ARGB1555 imagesChad Versace2016-12-271-0/+3
* mesa/texformat: Handle GL_RGBA + GL_UNSIGNED_SHORT_5_5_5_1Chad Versace2016-12-271-0/+2
* dri: Add __DRI_IMAGE_FORMAT_ARGB1555Chad Versace2016-12-271-0/+4
* i965/generator/tex: Handle an immediate sampler with an indirect textureJason Ekstrand2016-12-232-4/+12
* i965: Use nir_opt_trivial_continues and nir_opt_ifJason Ekstrand2016-12-221-0/+9
* i965: make use of nir_lower_returns() for GLTimothy Arceri2016-12-232-6/+2
* i965: disable loop unrolling in GLSL IRTimothy Arceri2016-12-231-1/+1
* i965: use nir loop unrolling passTimothy Arceri2016-12-232-5/+20
* nir: pass compiler rather than devinfo to functions that call nir_optimizeTimothy Arceri2016-12-237-21/+18
* i965: use nir_lower_indirect_derefs() for GLSLTimothy Arceri2016-12-232-17/+12
* i965: allow sampler indirects on all gensTimothy Arceri2016-12-231-4/+0
* i965: allow unsourced enabled VAOJuan A. Suarez Romero2016-12-211-7/+16
* st/nine: Implement gallium nine CSMTPatrick Rudolph2016-12-201-0/+5
* driconf: Fix missing gettextAxel Davy2016-12-201-1/+1
* st/nine: Add new driconf options to control DISCARD behaviourAxel Davy2016-12-201-0/+10
* i965: Don't bail on vertex element processing if we need draw params.Kenneth Graunke2016-12-201-17/+17
* mesa: don't attempt to unlock an unlocked debug state mutexJonathan Gray2016-12-201-3/+2
* i965: keep gl_program shader info in sync after gather infoTimothy Arceri2016-12-202-2/+11
* mesa: Silence numerous "unused parameter" warnings in dlist.cIan Romanick2016-12-191-33/+33
* mesa: Fix all the whitespace errors in dlist.cIan Romanick2016-12-191-187/+186
* glsl: Track the linearized array index for each UBO instance array elementIan Romanick2016-12-191-0/+15
* glsl: Fix program interface queries relating to interface blocks.Kenneth Graunke2016-12-191-73/+19
* mesa/get: Convert stencil values to TYPE_UINT.Kenneth Graunke2016-12-191-6/+6
* mesa/get: Add TYPE_UINT for casting through a GLuint.Kenneth Graunke2016-12-191-0/+80
* mesa/get: Make GetFloat/GetDouble of TYPE_INT_N not normalize things.Kenneth Graunke2016-12-191-3/+3
* i965/vec4: Fix TCS output reads with non-zero component qualifiers.Kenneth Graunke2016-12-141-5/+5
* i965/disasm: Decode dataport constant cache control fields.Francisco Jerez2016-12-141-0/+1
* i965/fs: Remove the FS_OPCODE_SET_SIMD4X2_OFFSET virtual opcode.Francisco Jerez2016-12-144-33/+0
* i965/fs: Drop useless access mode override from pull constant generator code.Francisco Jerez2016-12-141-2/+0
* i965/fs: Fetch one cacheline of pull constants at a time.Francisco Jerez2016-12-142-19/+18
* i965/fs: Expose arbitrary pull constant load sizes to the IR.Francisco Jerez2016-12-144-27/+26
* i965: Factor out oword block read and write message control calculation.Francisco Jerez2016-12-142-12/+8
* i965/fs: Switch to the constant cache for uniform pull constants.Francisco Jerez2016-12-144-91/+36
* i965: Let the caller of brw_set_dp_write/read_message control the target cache.Francisco Jerez2016-12-143-42/+43
* i965/gen6+: Invalidate constant cache on brw_emit_mi_flush().Francisco Jerez2016-12-141-0/+1
* i965/miptree: Use intel_miptree_copy for mapsJason Ekstrand2016-12-131-12/+8
* i965/blit: Fix the src dimension sanity check in miptree_copyJason Ekstrand2016-12-131-2/+10
* main: add INTEL_conservative_rasterization enum query supportLionel Landwerlin2016-12-132-0/+8
* extensions: update INTEL_conservative_rasterization dependenciesLionel Landwerlin2016-12-131-1/+1
* main: don't error when enabling conservative rasterization on glesLionel Landwerlin2016-12-131-1/+1
* main: use new driver flag for conservative rasterization stateLionel Landwerlin2016-12-136-7/+19
* i965: remove brw_lower_texture_gradientsIago Toral Quiroga2016-12-135-358/+1
* i965/nir: enable lowering of texture gradient for shadow samplersIago Toral Quiroga2016-12-131-0/+3
* i965/nir: enable lowering of texture gradient for cube mapsIago Toral Quiroga2016-12-131-0/+1
* treewide: s/comparitor/comparator/Ilia Mirkin2016-12-1211-40/+40
* i965/fs: Reject copy propagation into SEL if not min/max.Matt Turner2016-12-122-1/+12