summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers/dri
Commit message (Expand)AuthorAgeFilesLines
* 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
* intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick2013-02-081-2/+2
* intel: Ensure variable intel is used in i915 builds.Vinson Lee2013-02-081-1/+1
* Consolidate some redundant definitions of ARRAY_SIZE() macro.Paul Berry2013-02-084-6/+2
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-083-12/+2
* i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick2013-02-071-0/+1
* i965/blorp: Support blits between ARGB and XRGB formats.Kenneth Graunke2013-02-061-14/+12
* i965/blorp: Support overriding destination alpha to 1.0.Kenneth Graunke2013-02-061-0/+19
* i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke2013-02-065-8/+154
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-062-3/+3
* i965: Disable write masking when setting up texturing m0.Eric Anholt2013-02-042-1/+4
* intel: Fix regression in intel_create_image_from_name stride handlingTapani Pälli2013-02-041-1/+1
* i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18Eric Anholt2013-02-042-2/+4
* intel: make sure to setup image dimension in image_from_planar setupAbdiel Janulgue2013-02-041-0/+1
* i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke2013-02-031-16/+16
* i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke2013-02-031-16/+18
* i965: Compute the maximum SF source attribute.Kenneth Graunke2013-02-033-4/+12
* i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke2013-02-031-12/+13
* i965: Remove dead field brw_wm_prog_data::error.Kenneth Graunke2013-02-031-1/+0
* i965: Remove dead field brw_context::constant_map.Kenneth Graunke2013-02-031-1/+0
* swrast: Fix memory leak.Vinson Lee2013-02-011-0/+1
* intel: implement create image from textureAbdiel Janulgue2013-02-011-21/+138
* intel: Account for mt->offset in intel_miptree_mapAbdiel Janulgue2013-02-011-2/+2
* intel: Create a miptree using offsets in intel_set_texture_image_regionAbdiel Janulgue2013-02-011-7/+53
* i965: Account for offsets when updating SURFACE_STATE.Abdiel Janulgue2013-02-012-2/+21
* intel: add pixel offset calculator for miptree levelsAbdiel Janulgue2013-02-012-0/+21
* intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue2013-02-012-14/+25
* intel: expose dimensions and offsets of a miptree level in DRIImageAbdiel Janulgue2013-02-011-0/+7
* i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke2013-01-281-1/+17
* intel: Un-hardcode lengths from blitter commands.Kenneth Graunke2013-01-282-7/+7
* intel: Use a CPU map of the batch on LLC-sharing architectures.Eric Anholt2013-01-294-9/+24
* i965: Fix assignment instead of comparison in asserts.Vinson Lee2013-01-281-2/+2
* intel: Typo fix: "pitsh" -> "pitch"Paul Berry2013-01-281-1/+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