summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-09-10Add Paul's MSAA patchubuntu-preciseJordan Justen3-0/+62
2012-09-10Attempt to add LLVM 3.1 back as a dependencyJordan Justen3-2/+12
2012-09-10Remove r600 and radeonsi from build list to avoid LLVM 3.1 dependencyJordan Justen2-4/+8
2012-09-10Adjust patches to apply with mesa masterJordan Justen3-3/+10
2012-09-10Reduce libwayland-dev dependency to 0.85.0Jordan Justen2-1/+8
2012-09-09merge to mesa master and bump version to 9.1Jordan Justen2-3/+18
2012-09-09Merge remote-tracking branch 'origin/master' into ubuntu-preciseJordan Justen253-1137/+3123
2012-09-09mesa: bump version to 9.1 (devel)Andreas Boll4-5/+5
2012-09-07Set OSMESA_VERSION=8.Johannes Obermayr3-7/+7
2012-09-07nvc0/ir: add initial code to support GK110 ISA encodingChristoph Bumiller10-13/+1691
2012-09-07radeonsi: Float format fixups.Michel Dänzer1-1/+24
2012-09-07radeonsi: Handle more SNORM formats.Michel Dänzer1-0/+22
2012-09-07i965: Fix virtual_grf_interferes() between calculate_live_intervals() and DCE.Eric Anholt1-0/+24
2012-09-07i965: Make the param pointer arrays for the VS dynamically sized.Eric Anholt4-2/+38
2012-09-07i965: Make the param pointer arrays for the WM dynamically sized.Eric Anholt5-4/+46
2012-09-07i965: Add functions for comparing two brw_wm/vs_prog_data structs.Eric Anholt6-6/+78
2012-09-07glsl: Count builtin uniforms against uniform component limits.Eric Anholt1-1/+4
2012-09-07radeonsi: Handle TGSI_SEMANTIC_FOG.Michel Dänzer1-0/+1
2012-09-07radeon/llvm: Match fexp2 for SI.Michel Dänzer1-1/+3
2012-09-06glapi/glx: rename 'table' variable to 'disp_table'Brian Paul1-2/+2
2012-09-06glx: move 'prime' var into #ifdef'd code blockBrian Paul1-8/+10
2012-09-06i965: Fix primitive restart on Haswell.Kenneth Graunke5-1/+43
2012-09-06build: Disable building of d3d1xMatt Turner1-5/+7
2012-09-06intel: avoid undefined variable warnings in intel_screen.cPaul Berry1-2/+3
2012-09-06r600g: order atom emission v3Jerome Glisse7-82/+116
2012-09-06r600g: fix num of dwords needed for alphatest_state atomJerome Glisse1-1/+1
2012-09-06mesa: Don't advertise GLES extensions in GL contextsChad Versace1-5/+6
2012-09-06llvmpipe: Make driver name more informative.José Fonseca1-1/+4
2012-09-06radeonsi: Handle more L/I/A format cases.Michel Dänzer1-0/+14
2012-09-06radeonsi: Enable whole quad mode for pixel shaders.Michel Dänzer1-2/+10
2012-09-06radeon/llvm: Add intrinsic for enabling whole quad mode in SI pixel shaders.Michel Dänzer4-0/+23
2012-09-06radeon/llvm: SI shader vector instructions implicitly use the EXEC register.Michel Dänzer1-0/+4
2012-09-06radeon/llvm: Extend SI EXEC register support.Michel Dänzer2-2/+7
2012-09-06radeon/llvm: Remove R600InstrInfo.td from TD_FILESTom Stellard1-1/+0
2012-09-06radeonsi: Enable NPOT textures again.Michel Dänzer1-1/+1
2012-09-06radeonsi: Mipmaps require memory footprint to be padded to powers of two.Michel Dänzer1-0/+1
2012-09-06radeonsi: Sampler view state simplification.Michel Dänzer1-11/+9
2012-09-06radeonsi: Untiled textures are linear aligned, not linear general.Michel Dänzer1-3/+3
2012-09-06radeon/llvm: Cleanup makefileTom Stellard2-13/+37
2012-09-05Remove useless checks for NULL before freeingMatt Turner28-115/+55
2012-09-05Replace another malloc/memset-0 combination with callocMatt Turner1-2/+1
2012-09-05Remove useless memset after callocMatt Turner2-2/+0
2012-09-05Use calloc instead of malloc/memset-0Matt Turner9-41/+18
2012-09-05Remove useless checks for NULL before freeingMatt Turner46-184/+88
2012-09-05glX_proto_send.py: Don't cast the return value of mallocMatt Turner1-1/+1
2012-09-05Don't cast the return value of malloc/reallocMatt Turner93-221/+217
2012-09-05glX_proto_send.py: Remove deprecated Xmalloc/Xfree callsMatt Turner1-3/+3
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner31-192/+191
2012-09-05Use the correct macro _WIN32 for Windows.Vinson Lee14-20/+20
2012-09-05mesa: remove #undef CONST in get.cBrian Paul1-2/+0