summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Enable CSE on uniform pull constant loads.Eric Anholt2013-02-191-0/+3
* i965/fs: Only do CSE when the dst types match.Eric Anholt2013-02-191-1/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-02-193-27/+66
* i965/fs: Fix copy propagation with smearing.Eric Anholt2013-02-191-1/+2
* i965/fs: Add a bit more instruction dumping useful for upcoming work.Eric Anholt2013-02-191-1/+30
* i965: Remove unused userclip flags.Paul Berry2013-02-193-5/+0
* st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul2013-02-191-2/+11
* st/mesa: remove what is left from u_blitMarek Olšák2013-02-186-29/+0
* st/mesa: simplify and improve CopyTexSubImageMarek Olšák2013-02-183-260/+99
* st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák2013-02-181-2/+2
* st/mesa: implement blit-based TexImage and TexSubImageMarek Olšák2013-02-183-4/+239
* st/mesa: fix blit-based GetTexImage for 1D array texturesMarek Olšák2013-02-181-19/+52
* st/mesa: fix blit-based GetTexImage for depth/stencil formatsMarek Olšák2013-02-181-1/+1
* st/mesa: factor out code for determining blit.mask from CopyTexSubImageMarek Olšák2013-02-181-42/+66
* i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers2013-02-161-2/+2
* mesa: Use PROGRAM_ERROR_STRING_ARB instead of the _NV nameMatt Turner2013-02-151-1/+1
* st/mesa: fix format query for GL_ARB_texture_rgBrian Paul2013-02-151-3/+4
* i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt2013-02-153-42/+229
* i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt2013-02-141-1/+1
* st/mesa: try to find exact format matching user format and type for DrawPixelsMarek Olšák2013-02-144-37/+59
* intel: Allow blit readpixels even when the pack alignment is set.Eric Anholt2013-02-131-9/+4
* i965: Remove writemask support from brw_SAMPLE().Eric Anholt2013-02-135-109/+18
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-133-23/+22
* shaderapi: Fix AttachShader errorbma2013-02-131-0/+14
* i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt2013-02-131-12/+8
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-133-4/+20
* st/mesa: fix texture buffer objectsMarek Olšák2013-02-131-4/+10
* i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke2013-02-121-2/+2
* st/mesa: accelerate glGetTexImage for all formats using a blitMarek Olšák2013-02-132-49/+152
* CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen2013-02-121-18/+10
* radeon: Remove dead STANDALONE_MMIO definesMatt Turner2013-02-112-3/+0
* i965: Add missing dirty bits to INTEL_DEBUG=state arrays.Kenneth Graunke2013-02-111-0/+7
* i965: Reorganize brw_bits to match the order in brw_context.h.Kenneth Graunke2013-02-111-5/+5
* i965: Use BRW_NEW_CONTEXT for gen7_disable rather than BRW_NEW_BATCH.Kenneth Graunke2013-02-111-1/+1
* vbo: Merge GL_QUADS drawing requests in display lists.Eric Anholt2013-02-111-0/+43
* vbo: Print display list debug using printf() like dlist.c does.Eric Anholt2013-02-111-8/+8
* i965: Remove some stale comments about the brw_constant_buffer atom.Eric Anholt2013-02-112-12/+0
* i965: Simplify VS push constant upload code since removal of old path.Eric Anholt2013-02-111-7/+11
* i965: Add perf debug for a corner case.Eric Anholt2013-02-111-0/+3
* i965: Fix access mode of index buffer rebase.Eric Anholt2013-02-111-1/+1
* i965: Fix indentation of index buffer rebase code.Eric Anholt2013-02-111-9/+9
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-112-0/+71
* mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák2013-02-111-4/+6
* mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák2013-02-111-1/+36
* mesa: adjust usage of swapBytes/littleEndian in format_matches_format_and_typeMarek Olšák2013-02-111-25/+17
* mesa: remove per-format memcpy codepaths from texstore functionsMarek Olšák2013-02-111-590/+64
* mesa: implement common texstore memcpy function for all formatsMarek Olšák2013-02-111-0/+60
* mesa: fill in Z32_FLOAT_X24S8 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-1/+2
* mesa: fill in signed cases and RGBA16 in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-4/+26
* mesa: fill in INT/UINT format cases in _mesa_format_matches_format_and_typeMarek Olšák2013-02-111-6/+61