aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965: Don't try to apply the opt_sampler_eot extension for vsNeil Roberts2015-04-291-0/+3
* util/macros: Move DIV_ROUND_UP to util/macros.hAxel Davy2015-04-291-4/+1
* mesa: Fix glGetProgramiv(GL_ACTIVE_ATTRIBUTES).Jose Fonseca2015-04-291-2/+4
* meta: remove unneeded #include colortab.hBrian Paul2015-04-281-1/+0
* mesa: remove unneeded #include colortab.hBrian Paul2015-04-281-1/+0
* mesa: remove unused options var in compile_shader()Brian Paul2015-04-281-3/+0
* st/mesa: allow glsl version up to 410, enable ARB_shader_precisionIlia Mirkin2015-04-281-2/+4
* i965/vs: Remove unnecessary NULL check on generate_code() result.Kenneth Graunke2015-04-271-2/+1
* i965: Enable ARB_gpu_shader5 on Gen8+.Matt Turner2015-04-271-6/+2
* i965/fs: Fix code emission for imul_high in NIR.Matt Turner2015-04-271-1/+23
* i965/fs: Fix stride for multiply in macro.Matt Turner2015-04-271-0/+2
* Revert "i965/fs: Allow SIMD16 borrow/carry/64-bit multiply on Gen > 7."Matt Turner2015-04-271-3/+3
* mesa: fix up GLSL version when computing GL versionIlia Mirkin2015-04-271-0/+17
* mesa: the function name appears to have a gl prefix alreadyIlia Mirkin2015-04-271-2/+2
* Fix a few typosZoë Blade2015-04-2728-38/+38
* i965/gen8: Factor out texture surface state set-up from gen8_update_texture_s...Francisco Jerez2015-04-271-60/+77
* i965/gen7: Factor out texture surface state set-up from gen7_update_texture_s...Francisco Jerez2015-04-272-54/+84
* i965: Add helper functions to calculate the slice pitch of an array or 3D mip...Francisco Jerez2015-04-272-40/+84
* i965: Fill out the rest of brw_debug_recompile_sampler_key().Kenneth Graunke2015-04-251-0/+8
* i965: Disassemble sampler message names on Gen5+.Kenneth Graunke2015-04-251-4/+34
* i965/fs: Disallow constant propagation into POW on Gen 6.Matt Turner2015-04-251-2/+8
* mesa: add support for exposing up to GL4.2Ilia Mirkin2015-04-241-1/+45
* i965/fs: Add missing pixel_x/y to brw_instruction_name().Matt Turner2015-04-241-0/+5
* i965/fs: Don't constant propagate into integer math instructions.Matt Turner2015-04-242-3/+5
* mesa: put more info in glTexImage GL_OUT_OF_MEMORY error messageBrian Paul2015-04-241-1/+3
* i965/fs: Allow 2-src math instructions to have immediate src1.Matt Turner2015-04-242-7/+11
* mesa: fix glGetActiveUniformsiv regressionTapani Pälli2015-04-241-4/+16
* mesa: refactor active attrib queries for glGetProgramivTapani Pälli2015-04-241-25/+14
* i965: Add an INTEL_DEBUG=spill option to test spillingJason Ekstrand2015-04-233-1/+3
* i965/debug: Use the ull specifier for DEBUG enum definesJason Ekstrand2015-04-231-31/+31
* i965: Disallow linear blits that are not cacheline aligned.Kenneth Graunke2015-04-231-8/+19
* i965: Make intel_emit_linear_blit handle Gen8+ alignment restrictions.Kenneth Graunke2015-04-231-8/+14
* i965/nir: Use the correct offsets when handling register indirectsJason Ekstrand2015-04-221-27/+27
* st/mesa: add ARB_texture_stencil8 support (v4)Dave Airlie2015-04-234-16/+22
* mesa: finish implementing ARB_texture_stencil8 (v5)Dave Airlie2015-04-234-5/+58
* mesa: remove the gl_sl_pragmas structureJason Ekstrand2015-04-222-19/+0
* i965: Add a brw_compiler structure and store the register sets in itJason Ekstrand2015-04-227-97/+120
* i965: Rename brw_compile to brw_codegenJason Ekstrand2015-04-2229-246/+246
* i965: Use device_info instead of the context for computing vue mapsJason Ekstrand2015-04-224-7/+12
* i965: Use device_info instead of the context in instruction schedulingJason Ekstrand2015-04-223-14/+13
* i965: Add a devinfo field to backend_visitor and use it for gen checksJason Ekstrand2015-04-2219-221/+225
* i965: Remove remaining uses of ctx->Const.UniformBooleanTrue in visitorsJason Ekstrand2015-04-222-12/+6
* i965/vec4: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-46/+42
* i965/fs: Add a devinfo field to the generator and use it for gen checksJason Ekstrand2015-04-222-59/+58
* i965/device_info: Add a supports_simd16_3src flagJason Ekstrand2015-04-226-55/+56
* i965/device_info: Add a HSW_FEATURES macroJason Ekstrand2015-04-221-3/+7
* i965: Make the annotation code take a device_info instead of a contextJason Ekstrand2015-04-224-10/+14
* i965/fs: Remove the GL context from the generatorJason Ekstrand2015-04-222-11/+1
* i965: Remove the context field from brw_compilerJason Ekstrand2015-04-2215-63/+42
* i965: Make the disassembler take a device_info instead of a contextJason Ekstrand2015-04-2211-109/+99