summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-17svga: fix sRGB renderingBrian Paul1-0/+11
2013-02-17st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul5-13/+29
2013-02-17mesa: don't use format chooser code for glCompressedTexImageBrian Paul1-2/+12
2013-02-17configure.ac: GLX cannot work without OpenGLMichel Dänzer1-0/+10
2013-02-17glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin1-3/+5
2013-02-17st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul1-1/+4
2013-02-17mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul1-1/+0
2013-02-17osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-02-17xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul1-0/+3
2013-02-15glsl: don't allow non-flat integral types in varying structs/arrays.Paul Berry3-6/+30
2013-02-15glsl: Allow default precision qualifiers to be set for sampler types.Paul Berry1-3/+43
2013-02-15radeonsi: Handle TGSI_PROPERTY_FS_COLOR0_WRITES_ALL_CBUFSMichel Dänzer1-0/+29
2013-02-15radeonsi: Fix array indices for detecting integer vertex formatsMichel Dänzer1-2/+2
2013-02-15radeonsi: remove constant index limitation v3Christian König2-7/+1
2013-02-15radeonsi: support constants as TEX coordinatesChristian König1-0/+9
2013-02-13configure.ac: Add components to LLVM_COMPONENTS when using llvm shared libsTom Stellard1-9/+10
2013-02-13Revert "mesa: Return INVALID_OPERATION when type is known but not allowed"Matt Turner1-11/+1
2013-02-13r600g: Handle SET*_DX10 instructions in r600_bytecode_get_num_operands()Tom Stellard1-0/+8
2013-02-12r600g: fix lockup when hyperz & alpha test are enabled together. v3Jerome Glisse3-3/+49
2013-02-12CopyTexImage: Don't check sRGB vs LINEAR for desktop GLJordan Justen1-18/+10
2013-02-12configure.ac: Fix --with-llvm-shared-libsQuentin Glidic1-2/+7
2013-02-12r600g/llvm: Select the correct GPU type for RV670Tom Stellard1-1/+1
2013-02-11r600g: make sure async blit is done 8 * pitch at a time v2Jerome Glisse1-6/+7
2013-02-11winsys/radeon: fix bo with virtual address referencing mismatchMartin Andersson1-0/+4
2013-02-11docs: document removal of makedepend build dependencyAndreas Boll1-0/+1
2013-02-11builtin_compiler/build: Don't use *_FOR_BUILD when not cross compilingMatt Turner1-11/+32
2013-02-11gallium/egl: Fix include dirs for VPATH buildQuentin Glidic1-0/+1
2013-02-11mesa: Bump version to 9.1-rc1Andreas Boll2-2/+2
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