summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Replace gl_extensions::EXT_texture3D with ::dummy_trueNanley Chery2015-11-123-4/+2
* mesa: fix MSVC build break in extensions.hBrian Paul2015-11-121-1/+3
* gallium: add support for gl_HelperInvocation semanticIlia Mirkin2015-11-121-1/+3
* glsl: add gl_HelperInvocation system valueIlia Mirkin2015-11-121-0/+1
* mesa: In helpers, only check driver capability for metaNanley Chery2015-11-125-1/+20
* mesa/extensions: Prefix global struct and extension typeNanley Chery2015-11-122-23/+23
* mesa: Generate a helper function for each extensionNanley Chery2015-11-123-22/+44
* mesa/extensions: Replace extension::api_set with ::versionNanley Chery2015-11-122-336/+331
* mesa/extensions: Use _mesa_extension_supported()Nanley Chery2015-11-122-46/+14
* mesa/extensions: Create _mesa_extension_supported()Nanley Chery2015-11-121-0/+18
* mesa/extensions: Add extension::versionNanley Chery2015-11-122-320/+334
* mesa/extensions: Move entries entries to separate fileNanley Chery2015-11-123-325/+327
* mesa/extensions: Wrap array entries in macrosNanley Chery2015-11-121-327/+328
* mesa/extensions: Remove array sentinelNanley Chery2015-11-121-18/+25
* i965: Check instructions appear only on supported hardware.Matt Turner2015-11-121-0/+254
* i965: Add initial assembly validation pass.Matt Turner2015-11-125-0/+174
* i965: Add annotation_insert_error() and support for printing errors.Matt Turner2015-11-122-7/+71
* i965: Combine assembly annotations if possible.Matt Turner2015-11-121-5/+18
* i965: Set annotation_info's mem_ctx.Matt Turner2015-11-123-2/+5
* i965: Don't consider control flow instructions to have sources.Matt Turner2015-11-121-8/+8
* i965: Fill out instruction list.Matt Turner2015-11-123-14/+42
* i965: Consolidate is_3src() functions.Matt Turner2015-11-123-8/+7
* mesa: validate precision of varyings during ValidateProgramPipelineTapani Pälli2015-11-123-0/+80
* i965/fs/nir: fix the number of register written by FS_OPCODE_GET_BUFFER_SIZESamuel Iglesias Gonsálvez2015-11-121-2/+14
* i965/skl/gt4: Fix URB programming restriction.Ben Widawsky2015-11-111-0/+9
* st/mesa: implement ARB_clear_textureIlia Mirkin2015-11-112-0/+30
* mesa: add ARB_enhanced_layoutsTimothy Arceri2015-11-122-0/+2
* i965: Split nir_emit_intrinsic by stage with a general fallback.Kenneth Graunke2015-11-112-277/+381
* mesa/copyimage: allow width/height to not be multiples of blockIlia Mirkin2015-11-111-3/+34
* i965/brw_reg: Add a brw_VxH_indirect helperJason Ekstrand2015-11-111-0/+11
* mesa: remove old comments in arrayobj.cBrian Paul2015-11-111-5/+0
* i965: Print force_writemask_all in dump_instructions().Kenneth Graunke2015-11-112-0/+6
* i965: Combine BRW_NEW_*_BINDING_TABLE dirty bits.Kenneth Graunke2015-11-115-26/+14
* i965: Map GL_PATCHES to 3DPRIM_PATCHLIST_n.Kenneth Graunke2015-11-112-1/+10
* i965/nir/opt_peephole_ffma: Bypass fusion if any operand of fadd and fmul is ...Eduardo Lima Mitev2015-11-101-0/+31
* nir/nir_opt_peephole_ffma: Move this lowering pass to the i965 driverEduardo Lima Mitev2015-11-104-1/+272
* glsl: Lower UBO and SSBO access in glsl linkerKristian Høgsberg Kristensen2015-11-105-3/+5
* glsl: Drop exec_list argument to lower_ubo_referenceKristian Høgsberg Kristensen2015-11-102-2/+2
* st/mesa: Destroy buffer object's mutex.Jose Fonseca2015-11-101-0/+1
* i965/fs: Use regs_read/written for post-RA scheduling in calculate_depsJason Ekstrand2015-11-071-11/+4
* i965/nir/fs: Add comment for no-op memory barrier functionsFrancisco Jerez2015-11-061-0/+19
* i965/nir/fs: Implement new barrier functions for compute shadersJordan Justen2015-11-061-0/+7
* mesa: report enum name in glClientActiveTexture() error stringBrian Paul2015-11-051-1/+2
* i965: Fix scalar VS float[] and vec2[] output arrays.Kenneth Graunke2015-11-054-2/+17
* st/mesa: set debug callback for debug contextsIlia Mirkin2015-11-051-0/+57
* st/mesa: account for texture views when doing CopyImageSubDataIlia Mirkin2015-11-051-0/+8
* i965/fs: Do not mark used surfaces in FS_OPCODE_GET_BUFFER_SIZEIago Toral Quiroga2015-11-052-4/+4
* i965/vec4: Do not mark used surfaces in VS_OPCODE_GET_BUFFER_SIZEIago Toral Quiroga2015-11-052-5/+5
* i965/vec4: Do not mark used direct surfaces in VS_OPCODE_PULL_CONSTANT_LOADIago Toral Quiroga2015-11-053-13/+8
* i965/fs: Do not mark used direct surfaces in UNIFORM_PULL_CONSTANT_LOADIago Toral Quiroga2015-11-052-11/+1