summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* meta: Allocate texture before initializing texture coordinatesAnuj Phogat2013-03-051-9/+8
* mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2013-03-052-2/+2
* i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt2013-03-051-0/+1
* r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer2013-03-051-4/+9
* i965/fs: Only do CSE when the dst types match.Eric Anholt2013-03-051-1/+2
* i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt2013-03-053-27/+66
* i965/fs: Fix copy propagation with smearing.Eric Anholt2013-03-051-1/+2
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-03-051-2/+1
* st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul2013-03-051-2/+11
* draw: fix non-perspective interpolation in interp()Brian Paul2013-03-051-3/+8
* r600g/llvm: Add support for UBOVincent Lejeune2013-03-052-1/+22
* i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt2013-03-053-42/+229
* mesa: Modify candidate search stringIan Romanick2013-03-051-1/+1
* mesa: Add previously picked commit to .cherry-ignoreIan Romanick2013-03-051-0/+1
* radeonsi: Fix up and enable flat shading.Michel Dänzer2013-03-044-22/+5
* vdpau-softpipe: Build correct source file - vl_winsys_xsp.cJakub Bogusz2013-03-031-1/+1
* winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson2013-03-011-4/+4
* r600g: workaround hyperz lockup on evergreenJerome Glisse2013-02-284-2/+23
* gbm: Remember to init format on gbm_dri_bo_create.Daniel van Vugt2013-02-271-0/+2
* docs: insert links to the 9.0.3 releaseBrian Paul2013-02-252-0/+9
* docs: add news item for 9.1 releaseAndreas Boll2013-02-251-0/+9
* docs: Add 9.1 release md5sumsAndreas Boll2013-02-251-1/+3
* docs: remove stray 'date' textBrian Paul2013-02-231-1/+1
* docs: Update relelase notesmesa-9.1Ian Romanick2013-02-221-1/+2
* mesa: Bump version to 9.1 (final)Ian Romanick2013-02-222-2/+2
* 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
* configure: Fix build with automake < 1.11Lauri Kasanen2013-02-221-1/+2
* 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