summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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-087-10/+7
* intel/pre-gen6: Disable EXT_framebuffer_multisample.Paul Berry2013-02-083-12/+2
* mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.Paul Berry2013-02-071-7/+0
* i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick2013-02-071-0/+1
* mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3Matt Turner2013-02-071-3/+1
* st/mesa: use new RGBX formatsMarek Olšák2013-02-071-17/+111
* mesa: add RGBX formats for existing GL RGB texture formatsMarek Olšák2013-02-076-47/+959
* 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: Put extern "C" guards in renderbuffer.h.Kenneth Graunke2013-02-061-1/+7
* st/mesa: get rid of GET_CURRENT_CONTEXT in st_choose_formatMarek Olšák2013-02-066-22/+21
* st/mesa: adjust texture format selection to try the closest base format firstMarek Olšák2013-02-061-18/+13
* st/mesa: put RGBX8 and RGBA8 in the default format listsMarek Olšák2013-02-061-0/+2
* st/mesa: add the rest of RGB8 format/type combos to exact_format_mapping tablesMarek Olšák2013-02-061-2/+0
* mesa: fixup inconsistent naming of RG16 formatsMarek Olšák2013-02-0612-37/+37
* st/mesa: emit saturates in the vertex shader if Shader Model 3.0 is supportedMarek Olšák2013-02-063-3/+6
* st/mesa: advertise ARB_shading_language_packing for GLSL >= 1.30Marek Olšák2013-02-062-0/+16
* st/mesa: do most of GLSL lowering outside of the optimization do-while loopMarek Olšák2013-02-061-36/+29
* st/mesa: remove dead code depending on EmitCondCodesMarek Olšák2013-02-061-22/+2
* 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
* glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry2013-02-041-2/+2
* mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry2013-02-042-61/+28
* intel: make sure to setup image dimension in image_from_planar setupAbdiel Janulgue2013-02-041-0/+1
* st/mesa: emit SQRT opcode when driver supports itBrian Paul2013-02-041-7/+21
* st/mesa: simplify the update_single_texture() functionBrian Paul2013-02-041-28/+7
* st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2013-02-042-38/+21
* st/mesa: improve the format choosing code for DrawPixelsBrian Paul2013-02-041-6/+8
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-045-13/+29
* mesa: don't use format chooser code for glCompressedTexImageBrian Paul2013-02-041-2/+12
* 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
* st/mesa: whitespace/indentation fixBrian Paul2013-02-011-2/+2
* mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák2013-02-011-1/+1