aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* i965/cfg: Add function to generate a dot file of the dominator tree.Matt Turner2015-02-172-0/+11
* i965/cfg: Add function to generate a dot file of the CFG.Matt Turner2015-02-172-0/+15
* i965/cfg: Calculate the immediate dominators.Matt Turner2015-02-172-4/+76
* i965/cfg: Allow cfg::dump to be called without a visitor.Matt Turner2015-02-171-1/+2
* i965: Allow exec_list sentinels as arguments to insert functions.Matt Turner2015-02-171-2/+4
* Make _mesa_swizzle_and_convert argument types in .c match those in .hAlan Coopersmith2015-02-171-2/+2
* i965: Add device limits for tess threads & URB entriesChris Forbes2015-02-174-0/+48
* i915c: Use the actual MIN instruction.Kenneth Graunke2015-02-171-15/+1
* i965: Add a function to disassemble an instruction from the 4 dwords.Kenneth Graunke2015-02-171-0/+12
* i965: Do Sandybridge workaround flushes before each primitive.Kenneth Graunke2015-02-1711-84/+20
* main: Fixed _mesa_GetCompressedTexImage_sw to copy slices correctly.Laura Ekstrand2015-02-171-2/+2
* i965/vec4: Silence unused parameter warningsIan Romanick2015-02-173-7/+5
* mesa/main: Silence unused parameter warningIan Romanick2015-02-173-12/+0
* gallium: add interface and state tracker support for GL_AMD_pinned_memoryMarek Olšák2015-02-172-5/+14
* mesa: implement GL_AMD_pinned_memoryMarek Olšák2015-02-173-2/+39
* mesa: fix AtomicBuffer typo in _mesa_DeleteBuffersMarek Olšák2015-02-171-1/+1
* st/glsl_to_tgsi: fix whitespaceDave Airlie2015-02-171-202/+178
* i965/simd8vs: Fix SIMD8 atomicsBen Widawsky2015-02-161-8/+16
* mesa: move assertion after declarations in texstore.cBrian Paul2015-02-161-1/+1
* mesa: silence uninitialized var warning in get_tex_rgba_uncompressed()Brian Paul2015-02-161-2/+1
* meta: Fix saving the results of the current occlusion queryNeil Roberts2015-02-161-7/+10
* i965/vec4: Override destination register writemask in sampler message send.Francisco Jerez2015-02-161-0/+1
* i965: Fix a crash in the texture gradient lowering pass with cube samplersIago Toral Quiroga2015-02-161-1/+3
* mesa: Fix element count for byte-swaps in texstore, readpix and texgetimageIago Toral Quiroga2015-02-163-15/+25
* mesa: Handle transferOps in texstore_rgbaIago Toral Quiroga2015-02-161-5/+52