summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* dri/common: move source file lists to Makefile.sourcesEmil Velikov2013-11-163-11/+9
* gtest: enable subdir-objects to prevent automake warningsEmil Velikov2013-11-161-0/+2
* gbm: enable subdir-objects to prevent automake warningsEmil Velikov2013-11-161-0/+2
* scons: move SConscript from gallium/targets/ to mesa/drivers/dri/common/Emil Velikov2013-11-163-2/+4
* freedreno: compact a2xx and a3xx makefiles into parent onesJohannes Obermayr2013-11-167-68/+36
* scons: drop obsolete enabled_apis variableEmil Velikov2013-11-161-7/+0
* Android: remove unused MESA_ENABLED_APIS variableEmil Velikov2013-11-163-6/+0
* st/egl: use *_FILE over *_SOURCES names for filelistsEmil Velikov2013-11-164-23/+23
* i965: Assert that IF with cmod is Gen6 only.Matt Turner2013-11-152-4/+4
* i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee2013-11-151-0/+2
* mesa: Dynamically allocate the storage for program local parameters.Eric Anholt2013-11-154-3/+33
* mesa: Remove PROGRAM_ENV_PARAM enum.Eric Anholt2013-11-158-37/+5
* mesa: Remove PROGRAM_LOCAL_PARAM enum.Eric Anholt2013-11-158-28/+2
* mesa: Update a comment about valid values of a field.Eric Anholt2013-11-151-1/+1
* glsl: Apply the transformation "1/rsq(x) == sqrt(x)" in opt_algebraic.Eric Anholt2013-11-151-3/+4
* glsl: Apply the transformation "(a ^^ a) -> false" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Apply the transformation "(a && a) -> a" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Apply the transformation "(a || a) -> a" in opt_algebraic.Eric Anholt2013-11-151-1/+3
* glsl: Move the CSE equality functions to the ir class.Eric Anholt2013-11-154-179/+222
* clover: Remove dead file from Makefile.sources.Matt Turner2013-11-151-1/+0
* i965: Rework brw_new_batch to actually start a new batch.Kenneth Graunke2013-11-151-4/+5
* i965: Move cache_used_by_gpu flag setting to brw_finish_batch.Kenneth Graunke2013-11-151-6/+6
* i915: Actually enable __DRI2rendererQueryExtensionRecIan Romanick2013-11-151-0/+1
* radeon/llvm: Free elf_buffer after useAaron Watry2013-11-151-0/+1
* r600/llvm: Free binary.code/binary.config in r600_llvm_compileAaron Watry2013-11-151-0/+3
* r600/llvm: initialize radeon_llvm_binaryAaron Watry2013-11-151-0/+1
* svga: remove unused vars in svga_hwtnl_simple_draw_range_elements()Brian Paul2013-11-151-12/+2
* svga: print warning for unsupported indirect dest reg indexingBrian Paul2013-11-151-0/+4
* svga: mark dest image as defined in svga_surface_copy()Brian Paul2013-11-151-0/+2
* svga: do primitive trimming in translate_indices()Brian Paul2013-11-151-3/+12
* indices: add comments, assertions in u_indices.c fileBrian Paul2013-11-151-0/+26
* mesa: remove duplicated prototypes in varray.hBrian Paul2013-11-151-6/+0
* gallium/pipe_loader: un-reference udev resources when we're done with them.Aaron Watry2013-11-151-0/+3
* radeonsi/compute: Dispose of LLVM module after compiling kernelsAaron Watry2013-11-151-0/+1
* radeonsi/compute: Free program and program.kernels on shutdownAaron Watry2013-11-151-1/+15
* radeon/llvm: Free created llvm memory bufferAaron Watry2013-11-151-0/+1
* radeon/llvm: Free libelf resourcesAaron Watry2013-11-151-0/+3
* radeon/llvm: fix spelling errorAaron Watry2013-11-151-1/+1
* clover: Support multiple devices in clCreateContextFromType() v2Tom Stellard2013-11-151-3/+9
* glsl: Rework interface block linking.Paul Berry2013-11-151-20/+251
* i965: Fix vertical alignment for multisampled buffers.Paul Berry2013-11-151-4/+7
* main: Fix MaxUniformComponents for geometry shaders.Paul Berry2013-11-151-1/+1
* tools/trace: Several bugfixes/improvements to dump_state.pyJosé Fonseca2013-11-151-9/+49
* trace: Dump user_buffer members.José Fonseca2013-11-151-0/+2
* mesa: Fix derived vertex state not being updated in glCallList()Fredrik Höglund2013-11-151-6/+16
* radeonsi: add Hawaii pci idsAlex Deucher2013-11-151-0/+13
* radeonsi: add support for Hawaii asics (v2)Alex Deucher2013-11-155-0/+17
* i965: Initialize schedule_node::delay.Vinson Lee2013-11-141-0/+1
* haiku/swrast: Inherit gl_config, fix flushAlexander von Gluck IV2013-11-142-37/+26
* llvmpipe: (trivial) fix more fallout from the setup cleanup.Roland Scheidegger2013-11-141-2/+4