summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-08winsys/radeon: improve debuging printingmesa-9.1-rc1Jerome Glisse1-1/+2
2013-02-08xorg: fix exa finish accessJerome Glisse1-1/+1
2013-02-08glsl: Support transform feedback of varying structs.Paul Berry2-67/+184
2013-02-08glsl: Use parse_program_resource_name to parse transform feedback varyings.Paul Berry2-19/+16
2013-02-08glsl: Rename uniform_field_visitor to program_resource_visitor.Paul Berry4-33/+34
2013-02-08mesa/glsl: Separate parsing logic from _mesa_get_uniform_location.Paul Berry4-61/+91
2013-02-07i965/blorp: Support blits between ARGB and XRGB formats.Kenneth Graunke1-14/+12
2013-02-07i965/blorp: Support overriding destination alpha to 1.0.Kenneth Graunke1-0/+19
2013-02-07i965: Implement CopyTexSubImage2D via BLORP (and use it by default).Kenneth Graunke5-8/+154
2013-02-07mesa: Put extern "C" guards in renderbuffer.h.Kenneth Graunke1-1/+7
2013-02-07i965: Fix the SF Vertex URB Read Length calculation for Gen7 platforms.Kenneth Graunke1-16/+16
2013-02-07i965: Fix the SF Vertex URB Read Length calculation for Sandybridge.Kenneth Graunke1-16/+18
2013-02-07i965: Compute the maximum SF source attribute.Kenneth Graunke3-4/+12
2013-02-07i965: Refactor Gen6+ SF attribute override code.Kenneth Graunke1-12/+13
2013-02-07i965: Add chipset limits for Haswell GT1/GT2.Kenneth Graunke1-1/+17
2013-02-07i965: Fix assignment instead of comparison in asserts.Vinson Lee1-2/+2
2013-02-07mesa: Don't check (offset + size <= bufObj->Size) in BindBufferRange.Paul Berry1-7/+0
2013-02-07i965: Set UniformBufferOffsetAlignment to sizeof(vec4)Ian Romanick1-0/+1
2013-02-07mesa: Allow glGet* queries of MAX_VARYING_COMPONENTS in ES 3Matt Turner1-3/+1
2013-02-07radeonsi: Handle scaled and integer formats for samplers and vertex elements.Michel Dänzer1-17/+46
2013-02-07radeonsi: Don't advertise PIPE_FORMAT_L8A8_SRGB support.Michel Dänzer1-2/+2
2013-02-07radeonsi: Remove incorrect (and dead) assignment in tex_fetch_args().Michel Dänzer1-2/+0
2013-02-07radeonsi: Use unique names for referring to texture sampling intrinsics.Michel Dänzer1-3/+18
2013-02-07r600g: fix slice tile max for compressed texture and async dmaJerome Glisse2-4/+8
2013-02-06r300g: fix blending with blend color and RGBA formatsMarek Olšák1-0/+11
2013-02-05Require libdrm_radeon 2.4.42 for radeonsi.Michel Dänzer2-2/+2
2013-02-04radeonsi: add Oland pci idsAlex Deucher1-0/+14
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-04radeonsi: Fix draws using user index buffer.Michel Dänzer1-4/+3
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-01mesa: don't expose IBM_rasterpos_clip in a core contextMarek Olšák1-1/+1
2013-02-01r300g: always put MSAA resources in VRAMMarek Olšák1-3/+3
2013-01-31r600g: add cs memory usage accounting and limit it v3Jerome Glisse7-1/+80
2013-01-31r600g: fix htile buffer leakMarek Olšák1-0/+1
2013-01-29build: Add missing comma in AS_IFMatt Turner1-2/+2
2013-01-29docs/relnotes-9.1: document new features in radeon driversMarek Olšák1-0/+2
2013-01-28docs: List new extensions added in Mesa 9.1Matt Turner1-1/+8
2013-01-28r600g: use uint64_t instead of unsigned long for proper 32bits cpu supportJerome Glisse5-16/+16
2013-01-28r600g: real fix for non 3.8 kernelJerome Glisse1-3/+5
2013-01-28r600g: fix segfault with old kernel9.1-branchpointJerome Glisse5-11/+23
2013-01-24glx: only advertise GLX_INTEL_swap_event if it's supportedZack Rusin1-2/+3
2013-01-28r600g: improve inputs/interpolation handling with llvm backendVadim Girlin4-209/+151
2013-01-28r600g: Add ar_chan member to struct r600_bytecodeTom Stellard3-0/+4
2013-01-28r600g: More robust checks for MOVA_INT instructionsTom Stellard1-8/+35
2013-01-28r600g/llvm: Add dummy export for vs outputVincent Lejeune1-2/+20
2013-01-28r600g: Fix building with --enable-r600-llvm-compilerTom Stellard2-7/+4