summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-03-13mesa 9.1~git-pre-9.1.1~20130313.ed29a987-1~quantal1mesa-9.1-quantalJordan Justen1-0/+6
2013-03-13Update changelogJordan Justen1-0/+6
2013-03-13debian/patches: drop gbm-remember-to-init-format.patchJordan Justen2-29/+0
2013-03-12Merge mesa/9.1 branch and set distro to preciseJordan Justen1-0/+7
2013-03-12Merge remote-tracking branch 'origin/9.1' into mesa-9.1Jordan Justen57-178/+733
2013-03-08i965: Link i965_dri.so with C++ linker.Frank Henigman1-0/+1
2013-03-08mesa: Allow ETC2/EAC formats with ARB_ES3_compatibility.Matt Turner2-2/+2
2013-03-05r600g: pad the DMA CS to a multiple of 8 dwordsMarek Olšák1-2/+14
2013-03-05r600g: Check comp_mask before merging export instructionsVincent Lejeune1-0/+1
2013-03-05r600g: fix check_and_set_bank_swizzle for caymanVadim Girlin1-7/+3
2013-03-05i965: Fix Crystal Well PCI IDs.Kenneth Graunke2-18/+18
2013-03-05svga: always link with C++Brian Paul1-5/+1
2013-03-05r600g: always map uninitialized buffer range as unsynchronizedMarek Olšák6-0/+45
2013-03-05gallium/util: add helper code for 1D integer rangeMarek Olšák1-0/+89
2013-03-05r600g: flush and invalidate htile cache when appropriateMarek Olšák6-1/+21
2013-03-05r600g: use async DMA with a non-zero src offsetMarek Olšák1-1/+1
2013-03-05attrib: push/pop FRAGMENT_PROGRAM_ARB stateJordan Justen1-0/+12
2013-03-05scons: Fix Windows build with LLVM 3.2Keith Kriewall1-1/+13
2013-03-05autotools: oprofilejit should be included in the list of LLVM components requ...Adam Sampson1-0/+3
2013-03-05egl: Allow 24-bit visuals for 32-bit RGBA8888 configsIan Romanick1-1/+8
2013-03-05i965: Fix the W value of deprecated pointcoords on pre-gen6.Eric Anholt1-1/+18
2013-03-05mesa/es: NULL check in EGLImageTargetTexture2DOESTapani Pälli1-0/+6
2013-03-05mesa: add missing case in _mesa_GetTexParameterfv()Tapani Pälli1-0/+6
2013-03-05llvmpipe: Fix creation of shared and scanout textures.John Kåre Alsaker1-1/+3
2013-03-05llvmpipe: add missing checks for polygon offset point/line modesBrian Paul1-0/+6
2013-03-05draw: fix broken polygon offset stageBrian Paul1-3/+37
2013-03-05st/mesa: fix polygon offset state translation logicBrian Paul1-7/+3
2013-03-05st/mesa: check for dummy programs in destroy_program_variants()Brian Paul1-1/+1
2013-03-05st/mesa: fix trimming of GL_QUAD_STRIPBrian Paul1-1/+1
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-05mesa: Modify candidate search stringIan Romanick1-1/+1
2013-03-05mesa: Add previously picked commit to .cherry-ignoreIan Romanick1-0/+1
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-27add gbm-remember-to-init-format.patchTimo Aaltonen3-0/+38
2013-02-27Merge branch 'debian-experimental' into ubuntuTimo Aaltonen104-567/+1911