summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* i965/fs: Use fs_inst::overwrites_reg() in saturate propagation.Matt Turner2015-02-192-4/+44
* i965/fs: Add unit tests for saturate propagation pass.Matt Turner2015-02-192-0/+362
* st/mesa: lower DFRACEXP/DLDEXP when they are not supportedIlia Mirkin2015-02-191-0/+3
* st/mesa: disable lowering of dops to dfrac when dround is availableIlia Mirkin2015-02-191-7/+6
* st/mesa: add support for new double opcodesIlia Mirkin2015-02-191-1/+5
* st/mesa: add st fp64 support (v7.1)Dave Airlie2015-02-202-125/+460
* mesa/st_tgsi_to_glsl: prepare add_constant for fp64Dave Airlie2015-02-201-20/+21
* st/glsl_to_tgsi: convert dst to an arrayDave Airlie2015-02-201-65/+65
* i965: just avoid warnings with fp64Dave Airlie2015-02-205-0/+42
* i965/vec4: Print "VS" or "GS" when compiles fail, not "vec4".Kenneth Graunke2015-02-191-1/+1
* i965/vec4: Replace debug_flag with debug_enabled.Kenneth Graunke2015-02-196-10/+5
* i965: Make scheduler cycle estimates use the proper stage name.Kenneth Graunke2015-02-191-5/+6
* i965/fs: Un-hardcode DEBUG_WM, "FS", and "fragment".Kenneth Graunke2015-02-192-7/+8
* i965: Create backend_visitor fields for debugging messages.Kenneth Graunke2015-02-192-0/+6
* i965: Add a function to translate MESA_SHADER_* into DEBUG_* enums.Kenneth Graunke2015-02-192-0/+15
* i965/fs: Use VARYING_SLOT checks rather than strcmp().Kenneth Graunke2015-02-192-3/+3
* i965/fs: Remove type parameter from emit_vs_system_value().Kenneth Graunke2015-02-192-5/+4
* st/mesa: add GSL_TYPE_DOUBLE, new ir_unop_* switch casesBrian Paul2015-02-191-0/+12
* st/mesa: fix sampler view reference counting bug in glDraw/CopyPixelsBrian Paul2015-02-191-6/+9
* swrast: fix multiple color buffer writingBrian Paul2015-02-191-11/+14
* mesa: remove unused _math_trans_4chan()Brian Paul2015-02-192-31/+0
* i965/vec4: Calculate register allocation q values manually.Francisco Jerez2015-02-191-1/+17
* i965: Don't compact instructions with unmapped bits.Francisco Jerez2015-02-191-0/+53
* i965: Handle F16TO32/F32TO16 with dword src/dst consistently on both back-ends.Francisco Jerez2015-02-191-2/+12
* i965/gen8: Fix F32TO16 in vec4 mode if the source and destination registers a...Francisco Jerez2015-02-191-9/+27
* i965/fs: Replace ud_reg_to_w() with a more general helper function.Francisco Jerez2015-02-192-24/+25
* i965/vec4: Don't attempt to reduce swizzles of send from GRF instructions.Francisco Jerez2015-02-191-1/+2
* i965/vec4: Fix constant propagation across different types.Francisco Jerez2015-02-191-0/+10
* mesa: Adds check for integer internal format and num samples in glRenderbuffe...Eduardo Lima Mitev2015-02-191-0/+10
* mesa: Returns correct error values from gl(Get)SamplerParameter*() on GL-ES 3.0+Eduardo Lima Mitev2015-02-191-12/+60
* st/mesa: don't die for ETC2 formats when no driver supportIlia Mirkin2015-02-191-0/+3
* glsl/ir: Add builtin function support for doublesDave Airlie2015-02-191-0/+11
* mesa: add double uniform support. (v5)Dave Airlie2015-02-194-32/+228
* mesa: add ARB_gpu_shader_fp64 extension info (v2)Dave Airlie2015-02-192-0/+2
* glapi: add ARB_gpu_shader_fp64 (v2)Dave Airlie2015-02-193-35/+319
* st/mesa: pass etc2 textures to driver if supportedIlia Mirkin2015-02-194-11/+40
* nir: Add a nir_shader_compiler_options struct pointed to by the shaders.Eric Anholt2015-02-181-0/+2
* i965/simd8vs: Fix SIMD8 atomics (read-only)Jordan Justen2015-02-181-8/+16
* i915: For the love of all that is holy, stop saying "IGD"Adam Jackson2015-02-181-7/+7
* st/mesa: add ARB_pipeline_statistics_query supportIlia Mirkin2015-02-182-4/+55
* i965: implement ARB_pipeline_statistics_queryBen Widawsky2015-02-173-0/+106
* mesa: Add support for the ARB_pipeline_statistics_query extensionBen Widawsky2015-02-174-0/+108
* mesa: Add _mesa_has_compute_shadersJordan Justen2015-02-171-0/+11
* mesa: Add ARB_tessellation_shader to extension table.Fabian Bieler2015-02-172-0/+2
* i965: Prefer Meta over the BLT for BlitFramebuffer.Kenneth Graunke2015-02-171-7/+7
* i965/fs: Add algebraic optimizations for MAD.Matt Turner2015-02-171-0/+43
* i965/fs: Emit MAD instructions when possible.Matt Turner2015-02-172-8/+8
* i965/fs: Allow immediates in MAD and LRP instructions.Matt Turner2015-02-172-3/+33
* i965/fs: Add pass to combine immediates.Matt Turner2015-02-174-0/+287
* i965/fs: Remove force_writemask_all assertion for execsize < 8.Matt Turner2015-02-171-1/+0