summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* mesa: Bump version to 9.1 (final)Ian Romanick2013-02-221-1/+1
* i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick2013-02-221-1/+1
* r600g: fixup PS_PARTIAL_FLUSH flag handling for caymanAlex Deucher2013-02-221-7/+6
* r600g: r6xx deadlock workaround (v6)Alex Deucher2013-02-221-0/+6
* r600g: add PS_PARTIAL_FLUSH flagAlex Deucher2013-02-222-0/+6
* radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware formatMichel Dänzer2013-02-221-1/+1
* radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2013-02-222-7/+10
* radeonsi: properly implement S8Z24 depth-stencil formatMichel Dänzer2013-02-221-29/+66
* radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.Michel Dänzer2013-02-221-0/+8
* radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer2013-02-221-3/+5
* radeonsi: implement 3D transfersMarek Olšák2013-02-221-20/+29
* radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák2013-02-223-15/+18
* radeonsi: use u_box_origin_2d helper functionMarek Olšák2013-02-221-5/+2
* st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák2013-02-221-2/+2
* r600g: fix random corruption with CP DMA in TF2Marek Olšák2013-02-221-0/+3
* llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll2013-02-221-5/+12
* targets/xa-vmwgfx: Force c++ linker to fix undefined symbolsAndreas Boll2013-02-221-0/+2
* r300g/compiler: Fix bug in OMOD foldingTom Stellard2013-02-213-1/+77
* r300g/tests: Add helper functions for creating a full programTom Stellard2013-02-212-8/+75
* r300g/tests: Exit test runner with a valid status codeTom Stellard2013-02-215-6/+22
* r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2013-02-212-1/+3
* r300g/compiler: Add missing license headersTom Stellard2013-02-2113-1/+339
* r600g: don't enable ReZ mode on evergreenAlex Deucher2013-02-211-1/+4
* mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick2013-02-203-9/+16
* DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin2013-02-191-3/+12
* glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns2013-02-191-1/+3
* mesa: Bump version to 9.1-rc2mesa-9.1-rc2Ian Romanick2013-02-171-1/+1
* i965/fs: Use a helper function for checking for flow control instructions.Eric Anholt2013-02-173-23/+22
* shaderapi: Fix AttachShader errorbma2013-02-171-0/+14
* i965: Re-enable the -RHW workaround for original gen4 chips.Eric Anholt2013-02-171-12/+8
* i965/gen4: Work around missing sRGB RGB DXT1 support.Eric Anholt2013-02-173-4/+20
* i965: Fix leak in blorp CopyTexSubImage2DChristopher James Halse Rogers2013-02-171-2/+2
* st/mesa: fix format query for GL_ARB_texture_rgBrian Paul2013-02-171-3/+4
* i965/gen7: Set up all samplers even if samplers are sparsely used.Eric Anholt2013-02-171-1/+1
* i965: Use derived state for Haswell's 3DSTATE_VF packet.Kenneth Graunke2013-02-171-2/+2
* util: fix incorrect Z bit masking in util_clear_depth_stencil()Brian Paul2013-02-171-2/+2
* mesa: fix GetTexImage if mesa format and internal format don't matchMarek Olšák2013-02-172-0/+71
* mesa: don't use memcpy fast path for GetTexImage if base format is differentMarek Olšák2013-02-171-4/+6
* mesa: don't use _mesa_base_tex_format for format parameter of GetTexImageMarek Olšák2013-02-171-1/+36
* intel: Do not expose OES_compressed_ETC1_RGB8_texture or ARB_texture_rgb10_a2...Ian Romanick2013-02-171-2/+2
* softpipe: fix using optimized filter functionRoland Scheidegger2013-02-171-0/+1
* egl-wayland: Make sure we allocate a back buffer even if nothing was renderedKristian Høgsberg2013-02-171-0/+8
* svga: fix sRGB renderingBrian Paul2013-02-171-0/+11
* st/mesa: don't choose DXT formats if we can't do DXT compressionBrian Paul2013-02-175-13/+29
* mesa: don't use format chooser code for glCompressedTexImageBrian Paul2013-02-171-2/+12
* glx: Check that swap_buffers_reply is non-NULL before using itStéphane Marchesin2013-02-171-3/+5
* st/mesa: only enable GL_EXT_framebuffer_multisample if GL_MAX_SAMPLES >= 2Brian Paul2013-02-171-1/+4
* mesa: don't enable GL_EXT_framebuffer_multisample for software driversBrian Paul2013-02-171-1/+0
* osmesa: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-02-171-0/+3
* xlib: use _mesa_generate_mipmap() for mipmap generation, not metaBrian Paul2013-02-171-0/+3