summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-02-04i965: Disable write masking when setting up texturing m0.Eric Anholt2-1/+4
2013-02-04intel: Fix regression in intel_create_image_from_name stride handlingTapani Pälli1-1/+1
2013-02-04i965: Fix segfaults from 45a28a927ab7f29ff325b9326d386a39ba538c18Eric Anholt2-2/+4
2013-02-04radeonsi: default PA_SC_RASTER_CONFIG to 0Alex Deucher1-1/+3
2013-02-04radeonsi: add support for Oland chipsAlex Deucher4-0/+6
2013-02-04glsl: Support transform feedback of varying structs.Paul Berry2-67/+184
2013-02-04glsl: Use parse_program_resource_name to parse transform feedback varyings.Paul Berry2-19/+16
2013-02-04glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry4-33/+34
2013-02-04mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry4-61/+91
2013-02-04gallium/egl: Fix include dirs for VPATH buildQuentin Glidic1-0/+1
2013-02-04intel: make sure to setup image dimension in image_from_planar setupAbdiel Janulgue1-0/+1
2013-02-04builtin_compiler/build: Don't use *_FOR_BUILD when not cross compilingMatt Turner1-11/+32
2013-02-04st/mesa: emit SQRT opcode when driver supports itBrian Paul1-7/+21
2013-02-04gallium/drivers: handle PIPE_SHADER_CAP_TGSI_SQRT_SUPPORTED queryBrian Paul8-0/+17
2013-02-04gallivm: implement support for SQRT opcodeBrian Paul3-0/+37
2013-02-04tgsi: add support for new SQRT opcodeBrian Paul4-1/+18
2013-02-04gallium: add SQRT shader opcodeBrian Paul3-2/+12
2013-02-04radeonsi: Remove spurious traces of R16G16B16 support.Michel Dänzer1-3/+0
2013-02-04radeonsi: Enable texture arrays.Michel Dänzer1-1/+1
2013-02-04radeonsi: Improve packing of texture address parameters.Michel Dänzer1-30/+97
2013-02-04radeonsi: Adapt to sample intrinsics changes.Michel Dänzer3-51/+56
2013-02-04st/mesa: simplify the update_single_texture() functionBrian Paul1-28/+7
2013-02-04st/mesa: merge st_ChooseTextureFormat_renderable() into st_ChooseTextureFormat()Brian Paul2-38/+21
2013-02-04st/mesa: improve the format choosing code for DrawPixelsBrian Paul1-6/+8
2013-02-04gallium: handle unhandled PIPE_CAP_TEXTURE_BUFFER_OFFSET_ALIGNMENTAndreas Boll7-0/+8
2013-02-04st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul5-13/+29
2013-02-04mesa: don't use format chooser code for glCompressedTexImageBrian Paul1-2/+12
2013-02-03i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke1-16/+16
2013-02-03i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke1-16/+18
2013-02-03i965: Compute the maximum SF source attribute.Kenneth Graunke3-4/+12
2013-02-03i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke1-12/+13
2013-02-03glsl: Remove hash table from ir_set_program_inouts pass.Kenneth Graunke1-24/+14
2013-02-03i965: Remove dead field brw_wm_prog_data::error.Kenneth Graunke1-1/+0
2013-02-03i965: Remove dead field brw_context::constant_map.Kenneth Graunke1-1/+0
2013-02-01r600g: Fix memory leak.Vinson Lee1-1/+3
2013-02-01egl/dri2: Fix memory leak.Vinson Lee1-0/+1
2013-02-01nv30: Fix memory leak.Vinson Lee1-0/+1
2013-02-01nv50: Fix memory leak.Vinson Lee1-0/+1
2013-02-01nvc0: Fix memory leak.Vinson Lee1-0/+1
2013-02-01swrast: Fix memory leak.Vinson Lee1-0/+1
2013-02-01r600g/llvm: Select the correct GPU type for RV670Tom Stellard1-1/+1
2013-02-01intel: implement create image from textureAbdiel Janulgue1-21/+138
2013-02-01intel: Account for mt->offset in intel_miptree_mapAbdiel Janulgue1-2/+2
2013-02-01intel: Create a miptree using offsets in intel_set_texture_image_regionAbdiel Janulgue1-7/+53
2013-02-01i965: Account for offsets when updating SURFACE_STATE.Abdiel Janulgue2-2/+21
2013-02-01intel: add pixel offset calculator for miptree levelsAbdiel Janulgue2-0/+21
2013-02-01intel: Expose intel_miptree_create_internal as intel_miptree_create_layout.Abdiel Janulgue2-14/+25
2013-02-01intel: expose dimensions and offsets of a miptree level in DRIImageAbdiel Janulgue1-0/+7
2013-02-01dri2: Create image from textureAbdiel Janulgue1-0/+122
2013-02-01radeonsi: Fix draws using user index buffer.Michel Dänzer1-4/+3