summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-05radeonsi: add new SI pci idsAlex Deucher1-5/+6
2012-06-04Fix .gitignore for ralloc-testPaul Berry1-1/+1
2012-06-02st/mesa: Fix uninitialized members in glsl_to_tgsi_visitor constructor.Vinson Lee1-0/+4
2012-06-02i965: Implement texture buffer objects on Gen6.Kenneth Graunke2-0/+61
2012-06-02mesa: Restore depth texture state on glPopAttrib(GL_TEXTURE_BIT).Kenneth Graunke1-0/+8
2012-06-01automake: Connect the libdricore target to make clean.Eric Anholt1-0/+1
2012-06-01automake: use -m32 in CCASFLAGS when using --enable-32-bitTapani Pälli1-0/+1
2012-06-01radeon/llvm: Fix VTX_READ patternsTom Stellard3-4/+33
2012-06-01radeon/llvm: Emit 2 bytes for vertex fetch offsetsTom Stellard2-1/+3
2012-06-01radeon/llvm: Only use indirect (vertex fetch) parameters for kernelsTom Stellard1-2/+6
2012-06-01intel: Change vendor string to "Intel Open Source Technology Center".Kenneth Graunke1-1/+1
2012-06-01glsl: Remove spurious printf messagesIan Romanick1-3/+0
2012-06-01radeon/llvm: Eliminate CFGStructurizer dependency on AMDIL instructionsTom Stellard11-41/+124
2012-06-01radeon/llvm: Change prefix on tablegen files to AMDGPUTom Stellard17-50/+50
2012-06-01radeon/llvm: Remove deadcode from the R600LowerInstructions passTom Stellard1-46/+2
2012-06-01radeon/llvm: Remove AMDIL GLOBALSTORE* instructionsTom Stellard4-77/+36
2012-06-01radeon/llvm: Remove AMDIL GLOBALLOAD* instructionsTom Stellard6-128/+24
2012-06-01r600g: compute support for evergreenAdam Rak21-13/+2680
2012-06-01clover: Add function for building a clover::module for non-TGSI targets v6Tom Stellard3-14/+158
2012-06-01gallium: Add struct pipe_llvm_program_header v3Tom Stellard1-0/+8
2012-06-01clover: Remove target argument from compile_program_tgsi()Tom Stellard3-5/+3
2012-06-01clover: Add constructors to some of the module classes v3Tom Stellard1-0/+13
2012-06-01clover: Add necessary flags to libclllvm_la_CXXFLAGSTom Stellard1-1/+5
2012-06-01clover: Link to the necessary LLVM and Clang libsTom Stellard2-1/+20
2012-06-01configure.ac: Add variables LLVM_CPPFLAGS and LLVM_LIBDIRTom Stellard2-0/+6
2012-06-01configure.ac: Add option for libclc pathTom Stellard2-0/+11
2012-06-01clover: Add a function for retrieving a device's preferred ir v3Tom Stellard2-8/+11
2012-06-01gallium/compute: Add PIPE_COMPUTE_CAP_IR_TARGET v4Francisco Jerez2-0/+6
2012-06-01gallium: Add PIPE_SHADER_IR_LLVM to enum pipe_shader_ir v2Tom Stellard1-1/+2
2012-06-01configure.ac: Add HAVE_OPENCL AM_CONDITIONAL v2Tom Stellard1-0/+1
2012-06-01scons: generate the glapitable.h file tooBrian Paul1-0/+7
2012-05-31svga: fix saturated TEX instructionsBrian Paul1-6/+13
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-30automake: Check for 'indent' and fall back to 'cat' if not found.Kenneth Graunke2-0/+9
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 Anholt4-42/+105
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 Anholt6-74/+74
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 Anholt21-116266/+21
2012-05-29i830: Fix crash for GL_STENCIL_TEST in i830Enable()Kurt Roeckx1-1/+1