summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-02-17mesa: Bump version to 9.1-rc2mesa-9.1-rc2Ian Romanick2-2/+2
2013-02-17i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt3-23/+22
2013-02-17shaderapi: Fix AttachShader errorbma1-0/+14
2013-02-17i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt1-12/+8
2013-02-17i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt3-4/+20
2013-02-17mesa: Add .cherry-ignore for 9.1Ian Romanick1-0/+3
2013-02-17i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers1-2/+2
2013-02-17st/mesa: fix format query for GL_ARB_texture_rgBrian Paul1-3/+4
2013-02-17i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt1-1/+1
2013-02-17i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke1-2/+2
2013-02-17util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul1-2/+2
2013-02-17mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2-0/+71
2013-02-17mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák1-4/+6
2013-02-17mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák1-1/+36
2013-02-17intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick1-2/+2
2013-02-17softpipe: fix using optimized filter functionRoland Scheidegger1-0/+1
2013-02-17egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg1-0/+8
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