summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2013-03-05meta: Allocate texture before initializing texture coordinatesAnuj Phogat1-9/+8
2013-03-05mesa: Fix setup of ctx->Point.PointSprite for GLES2.Eric Anholt2-2/+2
2013-03-05i965/fs: Fix broken math on values loaded from uniform buffers on gen6.Eric Anholt1-0/+1
2013-03-05r600g/Cayman: Fix blending using destination alpha factor but non-alpha destMichel Dänzer1-4/+9
2013-03-05i965/fs: Only do CSE when the dst types match.Eric Anholt1-1/+2
2013-03-05i965/fs: Delay setup of uniform loads until after pre-regalloc scheduling.Eric Anholt3-27/+66
2013-03-05i965/fs: Fix copy propagation with smearing.Eric Anholt1-1/+2
2013-03-05st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul1-2/+1
2013-03-05st/mesa: implement glBitmap unpacking from a PBO, for the cache pathBrian Paul1-2/+11
2013-03-05draw: fix non-perspective interpolation in interp()Brian Paul1-3/+8
2013-03-05r600g/llvm: Add support for UBOVincent Lejeune2-1/+22
2013-03-05i965/fs: Do a general SEND dependency workaround for the original 965.Eric Anholt3-42/+229
2013-03-04radeonsi: Fix up and enable flat shading.Michel Dänzer4-22/+5
2013-03-03vdpau-softpipe: Build correct source file - vl_winsys_xsp.cJakub Bogusz1-1/+1
2013-03-01winsys/radeon: Only add bo to hash table when creating flinkMartin Andersson1-4/+4
2013-02-28r600g: workaround hyperz lockup on evergreenJerome Glisse4-2/+23
2013-02-27gbm: Remember to init format on gbm_dri_bo_create.Daniel van Vugt1-0/+2
2013-02-22mesa: Bump version to 9.1 (final)Ian Romanick1-1/+1
2013-02-22i965: Enable OpenGL ES 3.0 on Sandy BridgeIan Romanick1-1/+1
2013-02-22r600g: fixup PS_PARTIAL_FLUSH flag handling for caymanAlex Deucher1-7/+6
2013-02-22r600g: r6xx deadlock workaround (v6)Alex Deucher1-0/+6
2013-02-22r600g: add PS_PARTIAL_FLUSH flagAlex Deucher2-0/+6
2013-02-22radeonsi: Fix PIPE_FORMAT_X32_S8X24_UINT sampler hardware formatMichel Dänzer1-1/+1
2013-02-22radeonsi: Use stencil surface level information for stencil texturingMichel Dänzer2-7/+10
2013-02-22radeonsi: properly implement S8Z24 depth-stencil formatMichel Dänzer1-29/+66
2013-02-22radeonsi: Fix w component of TGSI_SEMANTIC_POSITION fragment shader inputs.Michel Dänzer1-0/+8
2013-02-22radeonsi: Fix blending using destination alpha factor but non-alpha destinationMichel Dänzer1-3/+5
2013-02-22radeonsi: implement 3D transfersMarek Olšák1-20/+29
2013-02-22radeonsi: add assertions to prevent creation of invalid surfacesMarek Olšák3-15/+18
2013-02-22radeonsi: use u_box_origin_2d helper functionMarek Olšák1-5/+2
2013-02-22st/mesa: don't do sRGB conversion in CopyTexSubImageMarek Olšák1-2/+2
2013-02-22r600g: fix random corruption with CP DMA in TF2Marek Olšák1-0/+3
2013-02-22llvmpipe/build: add DLOPEN_LIBS and PTHREAD_LIBS to the lp_test_* targetsAndreas Boll1-5/+12
2013-02-22targets/xa-vmwgfx: Force c++ linker to fix undefined symbolsAndreas Boll1-0/+2
2013-02-21r300g/compiler: Fix bug in OMOD foldingTom Stellard3-1/+77
2013-02-21r300g/tests: Add helper functions for creating a full programTom Stellard2-8/+75
2013-02-21r300g/tests: Exit test runner with a valid status codeTom Stellard5-6/+22
2013-02-21r300g/complier: Make r300_vertprog_swizzle_caps visible in other filesTom Stellard2-1/+3
2013-02-21r300g/compiler: Add missing license headersTom Stellard13-1/+339
2013-02-21r600g: don't enable ReZ mode on evergreenAlex Deucher1-1/+4
2013-02-20mesa: Don't install glEvalMesh in the beginend dispatch tableIan Romanick3-9/+16
2013-02-19DRI2: Don't disable GLX_INTEL_swap_event unconditionallyZack Rusin1-3/+12
2013-02-19glx: fix glGetTexLevelParameteriv for indirect renderingStefan Brüns1-1/+3
2013-02-17mesa: Bump version to 9.1-rc2mesa-9.1-rc2Ian Romanick1-1/+1
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-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