summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-173-23/+22
* i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt2013-02-171-12/+8
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-173-4/+20
* i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers2013-02-171-2/+2
* i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt2013-02-171-1/+1
* i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke2013-02-171-2/+2
* intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick2013-02-171-2/+2
* osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-02-171-0/+3
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-02-171-0/+3
* i965/blorp: Support blits between ARGB and XRGB formats.Kenneth Graunke2013-02-071-14/+12
* i965/blorp: Support overriding destination alpha to 1.0.Kenneth Graunke2013-02-071-0/+19
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-075-8/+154
* i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke2013-02-071-16/+16
* i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke2013-02-071-16/+18
* i965: Compute the maximum SF source attribute.Kenneth Graunke2013-02-073-4/+12
* i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke2013-02-071-12/+13
* i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke2013-02-071-1/+17
* i965: Fix assignment instead of comparison in asserts.Vinson Lee2013-02-071-2/+2
* i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick2013-02-071-0/+1
* i965: Enable ARB_shading_language_packingMatt Turner2013-01-251-0/+1
* i965: Assert that the 4x8 pack/unpack operations have been loweredMatt Turner2013-01-253-0/+12
* i965: Lower the 4x8 pack/unpack operationsMatt Turner2013-01-251-1/+5
* i965: Pass in the glarray to get_surface_type.Eric Anholt2013-01-251-29/+22
* i965: Remove nonsense comment.Eric Anholt2013-01-251-2/+0
* i965: Remove NDEBUG undef that was snuck in.Eric Anholt2013-01-251-2/+0
* i965: reuse _mesa_sizeof_type for index buffer types.Eric Anholt2013-01-251-24/+2
* i965: Reuse precalculated ib_type_size value.Eric Anholt2013-01-251-1/+1
* i965: Drop debug check for knowing the size of a type.Eric Anholt2013-01-251-2/+1
* i965: Stop worrying about alignment of vertex data.Eric Anholt2013-01-251-7/+1
* i965: Use the glarray _ElementSize that Mesa tracks for us.Eric Anholt2013-01-252-8/+4
* glsl: Add ir_variable::is_in_uniform_block predicateIan Romanick2013-01-252-2/+2
* glsl: Add GLSL_TYPE_INTERFACEIan Romanick2013-01-254-0/+4
* glsl: Replace most default cases in switches on GLSL typeIan Romanick2013-01-254-7/+17
* i965: Correct gen6+ guardband calculation.Eric Anholt2013-01-252-9/+21
* i965: Use GL_RED for DEPTH_TEXTURE_MODE in ES 3.0 for unsized formats.Kenneth Graunke2013-01-254-7/+21
* i965: Bump maximum supported ES2 context version to 3.0Chad Versace2013-01-251-1/+1
* i965/Gen6+: Enable ARB_ES3_compatibility extensionPaul Berry2013-01-251-0/+1
* i965/fs/gen7: Fix fatal typo in unpackHalf2x16Chad Versace2013-01-241-1/+1
* i965/fs/gen7: Emit code for GLSL 3.00 pack/unpack operations (v4)Chad Versace2013-01-245-3/+144
* i965/vs/gen7: Emit code for GLSL ES 3.00 pack/unpack operations (v3)Chad Versace2013-01-243-0/+146
* i965: Quote the PRM on a HorzStride subtletyChad Versace2013-01-241-1/+4
* i965: Add opcodes for F32TO16 and F16TO32Chad Versace2013-01-244-0/+8
* i965: Lower the GLSL ES 3.00 pack/unpack operations (v2)Chad Versace2013-01-241-0/+32
* i965/disasm: Fix horizontal stride of dest registersChad Versace2013-01-241-3/+6
* intel: Fix glCopyTexSubImage on buffers whose width >= 32kbytesPaul Berry2013-01-241-0/+21
* glsl: Eliminate ambiguity between function ins/outs and shader ins/outsPaul Berry2013-01-244-9/+11
* i965/vs: Do headerless texturing for texelFetchOffset().Kenneth Graunke2013-01-241-2/+4
* intel: Fix ReadPixels on buffers whose width >= 32kbytesPaul Berry2013-01-241-4/+24
* intel: callocing a 32 byte temp is silly, so don'tIan Romanick2013-01-241-3/+3
* intel: Enable S3TC extensions alwaysIan Romanick2013-01-231-6/+4