summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2012-05-31scons: add code to generate the various GL API filesBrian Paul7-2/+137
2012-05-31draw: simplify index buffer specificationBrian Paul15-76/+56
2012-05-30glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.Kenneth Graunke2-2/+6
2012-05-30ralloc: Add some basic unit tests.Kenneth Graunke3-0/+44
2012-05-30ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.Kenneth Graunke1-1/+1
2012-05-30mesa: don't compile integer clear shaders for unsupported APIsOliver McFadden1-1/+1
2012-05-29i965/blorp: Implement destination clipping and scissoringPaul Berry1-5/+67
2012-05-29mesa: Clean up some dricore-related detritus in the old Makefile.Eric Anholt1-23/+7
2012-05-29automake: Convert dricore building to automake.Eric Anholt3-42/+93
2012-05-29automake: Add a prefix variable to the common sources lists.Eric Anholt3-277/+279
2012-05-29automake: Rename variables in sources.mak to be automake compatible.Eric Anholt3-67/+67
2012-05-29mesa: Remove generated source files during make clean.Eric Anholt1-0/+12
2012-05-29glapi: Enable silent rules for generation when used from automake.Eric Anholt1-3/+3
2012-05-29shared-glapi: Don't forget to clean our built file.Eric Anholt1-0/+1
2012-05-29mesa: Restore installing of libGL for non-dri builds.Eric Anholt1-3/+7
2012-05-29mesa: Remove the generated glapi from source control, and just build it.Eric Anholt20-116265/+20
2012-05-29i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx1-1/+1
2012-05-29nv50: hook up forgotten short constant buffer upload methodMarcin Slusarz1-0/+1
2012-05-29radeon/llvm: Update and fix some commentsTom Stellard2-12/+6
2012-05-29radeonsi: Remove use.sgpr* intrinsics, use load instructions insteadTom Stellard5-74/+57
2012-05-29radeonsi: Handle TGSI CONST registersTom Stellard12-100/+254
2012-05-29radeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration fuction bodyTom Stellard1-20/+1
2012-05-29radeon/llvm: Remove AMDILTargetMachineTom Stellard19-363/+90
2012-05-29nouveau: unreference fences on resource destructionChristoph Bumiller2-0/+6
2012-05-29nvc0: optimize blend cso by checking which by-RT data actually differsChristoph Bumiller1-65/+94
2012-05-29nvc0: don't upload UCPs if the shader doesn't use themChristoph Bumiller1-1/+1
2012-05-29nvc0/ir: allow 64-bit constant loads on nve4Christoph Bumiller2-1/+3
2012-05-29nvc0/ir: fix texture barrier insertion to prevent WAW hazardsChristoph Bumiller6-29/+88
2012-05-29nvc0/ir: TEX doesn't support JOIN modifier eitherChristoph Bumiller1-0/+1
2012-05-29gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller4-12/+37
2012-05-25nv30: Fix generic passing to fragment program in NV34.Roy Spliet3-5/+9
2012-05-25nv30: handle user index buffersChristoph Bumiller4-17/+27
2012-05-25radeon/llvm: Use a custom inserter for MASK_WRITETom Stellard4-34/+36
2012-05-25radeon/llvm: Use tablegen pattern to lower bitconvertTom Stellard4-294/+11
2012-05-25radeon/llvm: Use a custom inserter to lower FNEGTom Stellard5-22/+15
2012-05-25radeon/llvm: Use a custom inserter to lower CLAMPTom Stellard9-84/+41
2012-05-25radeon/llvm: Use a custom inserter to lower FABSTom Stellard10-42/+41
2012-05-25r600g: handle R16G16B16_FLOAT and R32G32B32_FLOAT in translate_colorswapKai Wasserbäch1-0/+2
2012-05-25draw: fix primitive restart bug by using the index buffer offsetBrian Paul1-3/+6
2012-05-25svga: remove the special zero-stride vertex array codeBrian Paul9-153/+12
2012-05-25gallium/docs: beef up the docs related to color clampingBrian Paul2-3/+18
2012-05-25util: add GALLIUM_LOG_FILE option for logging output to a fileBrian Paul2-6/+25
2012-05-25i965/msaa: Enable 4x MSAA on Gen7.Paul Berry2-9/+9
2012-05-25i965/msaa: Implement manual blending operation for Gen7.Paul Berry1-23/+67
2012-05-25i965/msaa: Modify blorp code to account for Gen7 MSAA layouts.Paul Berry3-68/+151
2012-05-25i965/msaa: Validate Gen7 surface state constraints.Paul Berry3-3/+109
2012-05-25i965/msaa: Properly handle sliced layout for Gen7.Paul Berry10-58/+162
2012-05-25i965/msaa: Add defines for Gen7.Paul Berry1-0/+5
2012-05-25i965/blorp: Enable blorp blits on Gen7.Paul Berry2-2/+4
2012-05-25i965/blorp: Implement proper texel fetch messages for Gen7.Paul Berry2-2/+31