summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Require libdrm_radeon 2.4.42 for radeonsi.Michel Dänzer2013-02-052-2/+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
* radeonsi: add Oland pci idsAlex Deucher2013-02-041-0/+14
* radeonsi: default PA_SC_RASTER_CONFIG to 0Alex Deucher2013-02-041-1/+3
* radeonsi: add support for Oland chipsAlex Deucher2013-02-044-0/+6
* glsl: Support transform feedback of varying structs.Paul Berry2013-02-042-67/+184
* glsl: Use parse_program_resource_name to parse transform feedback varyings.Paul Berry2013-02-042-19/+16
* glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry2013-02-044-33/+34
* mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry2013-02-044-61/+91
* gallium/egl: Fix include dirs for VPATH buildQuentin Glidic2013-02-041-0/+1
* intel: make sure to setup image dimension in image_from_planar setupAbdiel Janulgue2013-02-041-0/+1
* builtin_compiler/build: Don't use *_FOR_BUILD when not cross compilingMatt Turner2013-02-041-11/+32
* st/mesa: emit SQRT opcode when driver supports itBrian Paul2013-02-041-7/+21
* gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul2013-02-048-0/+17
* gallivm: implement support for SQRT opcodeBrian Paul2013-02-043-0/+37
* tgsi: add support for new SQRT opcodeBrian Paul2013-02-044-1/+18
* gallium: add SQRT shader opcodeBrian Paul2013-02-043-2/+12
* radeonsi: Remove spurious traces of R16G16B16 support.Michel Dänzer2013-02-041-3/+0
* radeonsi: Enable texture arrays.Michel Dänzer2013-02-041-1/+1
* radeonsi: Improve packing of texture address parameters.Michel Dänzer2013-02-041-30/+97
* radeonsi: Adapt to sample intrinsics changes.Michel Dänzer2013-02-043-51/+56
* 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
* gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll2013-02-047-0/+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
* glsl: Remove hash table from ir_set_program_inouts pass.Kenneth Graunke2013-02-031-24/+14
* 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
* r600g: Fix memory leak.Vinson Lee2013-02-011-1/+3
* egl/dri2: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv30: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nv50: Fix memory leak.Vinson Lee2013-02-011-0/+1
* nvc0: Fix memory leak.Vinson Lee2013-02-011-0/+1
* swrast: Fix memory leak.Vinson Lee2013-02-011-0/+1
* configure.ac: Fix --with-llvm-shared-libsQuentin Glidic2013-02-011-2/+7
* r600g/llvm: Select the correct GPU type for RV670Tom Stellard2013-02-011-1/+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