summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vk: Use consistent names for anv_cmd_state dirty bitsChad Versace2015-10-206-62/+63
* anv/pipeline: Fix requirement for depthstencil stateChad Versace2015-10-201-27/+44
* anv/pipeline: Validate VkGraphicsPipelineCreateInfoChad Versace2015-10-201-0/+49
* anv: Define anv_validate macroChad Versace2015-10-201-0/+10
* vk/meta: Add required renderpass to pipelineChad Versace2015-10-202-0/+8
* vk/meta: Add required multisample state to pipelineChad Versace2015-10-201-0/+12
* anv/compiler: Remove irrelevant wm key setupJason Ekstrand2015-10-191-64/+0
* anv/compiler: Get rid of legacy shader key setupJason Ekstrand2015-10-191-27/+2
* anv/compiler: Delete legacy clipping codeJason Ekstrand2015-10-191-35/+2
* anv/compiler: Remove unneeded wm prog data setupJason Ekstrand2015-10-191-97/+0
* nir/spirv: Use the new nir_variable helpersJason Ekstrand2015-10-191-39/+11
* nir/spirv: Handle builtins in OpAccessChainJason Ekstrand2015-10-191-49/+12
* Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-10-19318-6872/+10004
|\
| * i965/fs: Localize variables' scopes.Matt Turner2015-10-191-8/+5
| * i965/fs: Consider type mismatches in saturate propagation.Matt Turner2015-10-191-3/+12
| * i965: Extract can_change_source_types() functions.Matt Turner2015-10-196-27/+30
| * i965/vs: Move URB entry_size and read_length calculations to compile_vsJason Ekstrand2015-10-192-34/+34
| * i965: Move the entire compiler API into a single fileJason Ekstrand2015-10-1910-619/+665
| * i965: Rename brw_foo_emit to brw_compile_fooJason Ekstrand2015-10-1911-66/+67
| * i965/fs: Move some of the prog_data setup into brw_wm_emitJason Ekstrand2015-10-192-98/+100
| * i965/cs: Rework cs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-29/+42
| * i965/gs: Rework gs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-40/+29
| * i965/vs: Rework vs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-49/+49
| * i965/fs: Rework wm_fs_emit to take a nir_shader and a brw_compilerJason Ekstrand2015-10-193-39/+47
| * i965: Use a const nir_shader in backend_shaderJason Ekstrand2015-10-1911-12/+12
| * i965/vec4: Remove gl_program and gl_shader_program from the generatorJason Ekstrand2015-10-194-29/+20
| * i965/fs: Remove the gl_program from the generatorJason Ekstrand2015-10-195-9/+5
| * nir/info: Add a few bits of info for fragment shadersJason Ekstrand2015-10-193-0/+29
| * nir/info: Add compute shader local size to nir_shader_infoJason Ekstrand2015-10-192-0/+12
| * nir/info: Move the GS info into a stage-specific info unionJason Ekstrand2015-10-192-8/+18
| * mesa: Move gl_frag_depth_layout from mtypes.h to shader_enums.hJason Ekstrand2015-10-192-18/+17
| * nir: Add a label to nir_shader_infoJason Ekstrand2015-10-193-0/+7
| * i965/asm: Explicitly use a nir_instr for IR annotationsJason Ekstrand2015-10-194-19/+5
| * scons: Build nir/glsl_types.cpp once.Jose Fonseca2015-10-198-29/+8
| * svga: fix incorrect round-down arithmeticBrian Paul2015-10-191-1/+1
| * glsl: fix segfault when indirect indexing a buffer variable which is an arraySamuel Iglesias Gonsalvez2015-10-191-1/+2
| * st/va: Added support for NV12 to IYUV conversion in vlVaGetImageIndrajit Das2015-10-191-3/+5
| * st/va: Used correct parameter to derive the value of the "h" variable in vlVa...Indrajit Das2015-10-191-1/+1
| * glsl_to_tgsi: Use {Num}UniformBlocks instead of {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-191-2/+2
| * st/mesa: Use {Num}UniformBlocks instead of {Num}BufferInterfaceBlocksIago Toral Quiroga2015-10-191-2/+2
| * i965: Do not use NumBufferInterfaceBlocksIago Toral Quiroga2015-10-191-1/+1
| * main: GL_ACTIVE_UNIFORM_BLOCK_MAX_NAME_LENGTH is about UBOS, not SSBOsIago Toral Quiroga2015-10-191-2/+2
| * main: Use NumUniformBlocks to count UBOsIago Toral Quiroga2015-10-191-5/+1
| * ilo: set VME for 3DSTATE_PSChia-I Wu2015-10-181-1/+6
| * ilo: ignore prefer_linear_threshold when zeroChia-I Wu2015-10-182-3/+3
| * ilo: remove some unused kernel paramsChia-I Wu2015-10-182-22/+0
| * ilo: remove unused ilo_shader_get_type()Chia-I Wu2015-10-182-12/+0
| * ilo: remove u_debug.h inclusion from ilo_core.hChia-I Wu2015-10-182-1/+2
| * ilo: remove u_memory.h inclusion from ilo_core.hChia-I Wu2015-10-183-1/+3
| * nvc0: do not bind input params at compute state init on FermiSamuel Pitoiset2015-10-181-8/+0