summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Remove deadcode from the R600LowerInstructions passTom Stellard2012-06-011-46/+2
* radeon/llvm: Remove AMDIL GLOBALSTORE* instructionsTom Stellard2012-06-014-77/+36
* radeon/llvm: Remove AMDIL GLOBALLOAD* instructionsTom Stellard2012-06-016-128/+24
* r600g: compute support for evergreenAdam Rak2012-06-0121-13/+2680
* clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard2012-06-013-14/+158
* gallium: Add struct pipe_llvm_program_header v3Tom Stellard2012-06-011-0/+8
* clover: Remove target argument from compile_program_tgsi()Tom Stellard2012-06-013-5/+3
* clover: Add constructors to some of the module classes v3Tom Stellard2012-06-011-0/+13
* clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard2012-06-011-1/+5
* clover: Link to the necessary LLVM and Clang libsTom Stellard2012-06-012-1/+20
* configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIRTom Stellard2012-06-012-0/+6
* configure.ac: Add option for libclc pathTom Stellard2012-06-012-0/+11
* clover: Add a function for retrieving a device's preferred ir v3Tom Stellard2012-06-012-8/+11
* gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez2012-06-012-0/+6
* gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2Tom Stellard2012-06-011-1/+2
* configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2Tom Stellard2012-06-011-0/+1
* scons: generate the glapitable.h file tooBrian Paul2012-06-011-0/+7
* svga: fix saturated TEX instructionsBrian Paul2012-05-311-6/+13
* scons: add code to generate the various GL API filesBrian Paul2012-05-317-2/+137
* draw: simplify index buffer specificationBrian Paul2012-05-3115-76/+56
* glsl/tests: Plumb $(PYTHON2) and $(PYTHON_FLAGS) into optimization-test.Kenneth Graunke2012-05-302-2/+6
* ralloc: Add some basic unit tests.Kenneth Graunke2012-05-303-0/+44
* ralloc: Fix ralloc_parent() of memory allocated out of the NULL context.Kenneth Graunke2012-05-301-1/+1
* automake: Check for 'indent' and fall back to 'cat' if not found.Kenneth Graunke2012-05-302-0/+9
* mesa: don't compile integer clear shaders for unsupported APIsOliver McFadden2012-05-301-1/+1
* i965/blorp: Implement destination clipping and scissoringPaul Berry2012-05-291-5/+67
* mesa: Clean up some dricore-related detritus in the old Makefile.Eric Anholt2012-05-291-23/+7
* automake: Convert dricore building to automake.Eric Anholt2012-05-294-42/+105
* automake: Add a prefix variable to the common sources lists.Eric Anholt2012-05-293-277/+279
* automake: Rename variables in sources.mak to be automake compatible.Eric Anholt2012-05-296-74/+74
* mesa: Remove generated source files during make clean.Eric Anholt2012-05-291-0/+12
* glapi: Enable silent rules for generation when used from automake.Eric Anholt2012-05-291-3/+3
* shared-glapi: Don't forget to clean our built file.Eric Anholt2012-05-291-0/+1
* mesa: Restore installing of libGL for non-dri builds.Eric Anholt2012-05-291-3/+7
* mesa: Remove the generated glapi from source control, and just build it.Eric Anholt2012-05-2921-116266/+21
* i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx2012-05-291-1/+1
* nv50: hook up forgotten short constant buffer upload methodMarcin Slusarz2012-05-291-0/+1
* radeon/llvm: Update and fix some commentsTom Stellard2012-05-292-12/+6
* radeonsi: Remove use.sgpr* intrinsics, use load instructions insteadTom Stellard2012-05-295-74/+57
* radeonsi: Handle TGSI CONST registersTom Stellard2012-05-2912-100/+254
* radeon/llvm: Remove AMDILIntrinsicInfo::GetDeclaration fuction bodyTom Stellard2012-05-291-20/+1
* radeon/llvm: Remove AMDILTargetMachineTom Stellard2012-05-2919-363/+90
* nouveau: unreference fences on resource destructionChristoph Bumiller2012-05-292-0/+6
* nvc0: optimize blend cso by checking which by-RT data actually differsChristoph Bumiller2012-05-291-65/+94
* nvc0: don't upload UCPs if the shader doesn't use themChristoph Bumiller2012-05-291-1/+1
* nvc0/ir: allow 64-bit constant loads on nve4Christoph Bumiller2012-05-292-1/+3
* nvc0/ir: fix texture barrier insertion to prevent WAW hazardsChristoph Bumiller2012-05-296-29/+88
* nvc0/ir: TEX doesn't support JOIN modifier eitherChristoph Bumiller2012-05-291-0/+1
* gallium: add st_api feature mask to prevent advertising MS visualsChristoph Bumiller2012-05-294-12/+37
* nv30: Fix generic passing to fragment program in NV34.Roy Spliet2012-05-253-5/+9