summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'nir-spirv' into vulkanJason Ekstrand2015-09-041-0/+1
|\
| * nir: Add a lower_fdiv option and use it in i965Jason Ekstrand2015-09-041-0/+1
| * mesa: Move gl_vert_attrib from mtypes.h to shader_enums.hJason Ekstrand2015-08-311-107/+0
| * glsl: Add GLSL_TYPE_FUNCTION to the base types enumsJason Ekstrand2015-08-314-0/+5
* | vk: Further reduce diff to masterKristian Høgsberg Kristensen2015-09-043-20/+8
* | vk: Remove various hacks/scaffolding codeKristian Høgsberg Kristensen2015-09-036-92/+4
* | Merge remote-tracking branch 'mesa-public/master' into vulkanJason Ekstrand2015-08-3139-744/+1101
|\|
| * mesa/texformat: use format conversion function in _mesa_choose_tex_formatvulkan-protex-2015.09.24.r01-baseNanley Chery2015-08-311-81/+13
| * mesa/texcompress: correct mapping of S3TC formats in conversion functionNanley Chery2015-08-311-2/+2
| * i965/fs: Use greater-equal cmod to implement maximum.Matt Turner2015-08-312-4/+6
| * i965/chv|skl: Apply sampler bypass w/aBen Widawsky2015-08-312-0/+15
| * st/mesa: move to renumbering registers in a groupDave Airlie2015-08-311-19/+38
| * st/mesa: reduce time spent in calculating temp read/writesDave Airlie2015-08-311-74/+79
| * st/mesa: cache tgsi opcode info in the instructionDave Airlie2015-08-311-23/+16
| * glsl: provide the option of using BFE for unpack builting loweringIlia Mirkin2015-08-281-1/+2
| * glsl: use bitfield_insert instead of and + shift + or for packingIlia Mirkin2015-08-281-0/+3
| * i965/fs: Remove fs_visitor::try_replace_with_sel().Matt Turner2015-08-283-92/+0
| * i965/fs: Replace awful variable names.Matt Turner2015-08-281-40/+40
| * i965/fs: Skip blocks in register coalescing interference check.Matt Turner2015-08-281-14/+20
| * i965/fs: Improve register coalescing interference check.Matt Turner2015-08-281-8/+11
| * i965/fs: Use overwrites_reg() instead of dst.equals().Matt Turner2015-08-281-2/+2
| * i965: Only consider fixed_hw_reg in equals() if file is HW_REG/IMM.Matt Turner2015-08-282-3/+6
| * i965/fs: Do not set the size for zero-size uniformsMarta Lofstedt2015-08-281-3/+4
| * mesa: return old name for deleted samplers for SAMPLER_BINDING queriesDaniel Scharrer2015-08-281-10/+1
| * mesa: add missing queries for ARB_direct_state_accessDaniel Scharrer2015-08-282-0/+98
| * mesa: fix dispatch sanity with GL_OES_texture_storage_multisample_2d_arrayIlia Mirkin2015-08-281-0/+3
| * i965/nir: Make use of nir_opt_undefBoyan Ding2015-08-271-0/+2
| * mesa: rename rowStride to imageStride in texturesubimage()Brian Paul2015-08-271-4/+4
| * mesa: only copy the requested teximage facesIlia Mirkin2015-08-271-2/+2
| * nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-1/+1
| * st/mesa: use PROGRAM_ARRAY for storing structs containing arraysBrian Paul2015-08-271-3/+29
| * i965/fs: Split VGRFs after lowering pull constantsJason Ekstrand2015-08-271-2/+2
| * i964/fs: Refactor assign_constant_locationsJason Ekstrand2015-08-271-46/+40
| * i965: Rename INTEL_DEBUG=vec4vs to INTEL_DEBUG=vec4.Kenneth Graunke2015-08-271-1/+1
| * mesa: enable enums for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-273-5/+6
| * mesa: Add extension enable for OES_texture_storage_multisample_2d_arrayTapani Pälli2015-08-271-0/+1
| * swrast: add a new macro, FETCH_COMPRESSEDNanley Chery2015-08-261-198/+41
| * mesa: return bool instead of GLboolean in compressedteximage_only_format()Nanley Chery2015-08-261-3/+3
| * i965: refactor miptree alignment calculation codeNanley Chery2015-08-261-55/+30
| * i965: change the meaning of cpp for compressed texturesNanley Chery2015-08-264-35/+15
| * i965: correct mt->align_h for 2D textures on SkylakeNanley Chery2015-08-261-3/+8
| * i965: use ALIGN_NPOT for setting ASTC mipmap layoutsNanley Chery2015-08-262-15/+15
| * mesa/macros: move ALIGN_NPOT to macros.hNanley Chery2015-08-262-6/+10
| * mesa/macros: add power-of-two assertions for alignment macrosNanley Chery2015-08-262-3/+13
| * i965/surface_formats: add support for 2D ASTC surface formatsNanley Chery2015-08-262-0/+119
| * mesa/teximage: return the base internal format of the ASTC formatsNanley Chery2015-08-261-0/+4
| * mesa/teximage: accept ASTC formats for 3D texture specificationNanley Chery2015-08-261-7/+56
| * mesa/texcompress: enable translation between MESA and GL ASTC formatsNanley Chery2015-08-261-0/+114
| * mesa/glformats: recognize ASTC formats as compressedNanley Chery2015-08-261-0/+29
| * mesa: add ASTC extensions to the extensions tableNanley Chery2015-08-262-0/+4