summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* docs: indicate GLX_MESA_query_renderer's completionEmil Velikov2013-11-181-0/+1
* docs: update nv50, nvc0 current statusEmil Velikov2013-11-181-18/+18
* docs: restructure GL3.txtJoerg Mayer2013-11-181-138/+138
* docs: add a note about removed state tracker/targetsEmil Velikov2013-11-181-1/+5
* targets/xvmc: export only necessary symbolsEmil Velikov2013-11-181-1/+1
* drivers/radeon: remove unused CXXFLAGS, LLVM_CPP_FILESEmil Velikov2013-11-181-4/+0
* mesa/main: Move declaration to beginning of scope.José Fonseca2013-11-181-1/+2
* mesa: Add API debug logging to TexStorageCourtney Goeltzenleuchter2013-11-171-0/+7
* glsl: cleanup, remove duplicate assignmentTapani Pälli2013-11-171-1/+0
* mesa: Handle !m->Ended for performance monitor result availability.Kenneth Graunke2013-11-171-1/+5
* mesa: Track whether a performance monitor has ever ended.Kenneth Graunke2013-11-172-1/+13
* mesa: Also initialize gl_performance_monitor::Active.Kenneth Graunke2013-11-171-0/+2
* mesa: Store the performance monitor object's name.Kenneth Graunke2013-11-172-0/+4
* mesa: bump version to 10.1 (devel)Chris Forbes2013-11-173-1/+62
* i965: Fix broken assertsChris Forbes2013-11-172-2/+2
* st/vega: Fix broken assertChris Forbes2013-11-171-1/+1
* r600/sb: Fix broken assertChris Forbes2013-11-171-1/+1
* r600g/sb: work around hw issues with stack on eg/cmVadim Girlin2013-11-175-44/+123
* i965: Make swizzle_to_scs non-static.Kenneth Graunke2013-11-162-6/+7
* i965: Move enum brw_urb_write_flags from brw_eu.h to brw_defines.h.Kenneth Graunke2013-11-162-71/+71
* i965/fs: Remove force_sechalf stackKenneth Graunke2013-11-163-22/+1
* targets/dri: move linker flags out of configure into Automake.incEmil Velikov2013-11-1611-11/+17
* targets/dri: compact compiler flags into Automake.incEmil Velikov2013-11-1610-75/+22
* targets/xvmc: do not link against libtrace.laEmil Velikov2013-11-162-2/+0
* targets/xvmc: consolidate lib deps into Automake.incEmil Velikov2013-11-163-8/+8
* targets/xvmc: move linker flags to Automake.incEmil Velikov2013-11-163-8/+9
* targets/xvmc: use drop duplicated compiler flagsEmil Velikov2013-11-162-13/+2
* gallium/winsys: compact compiler flags into Automake.incEmil Velikov2013-11-1614-32/+28
* targets/vdpau: drop unused libraries from linkerEmil Velikov2013-11-163-5/+0
* targets/vdpau: consolidate lib deps into Automake.incEmil Velikov2013-11-164-12/+10
* targets/vdpau: move linker flags to Automake.incEmil Velikov2013-11-164-18/+16
* targets/vdpau: compact compiler flags into Automake.incEmil Velikov2013-11-164-20/+14
* gallium/drivers: compact compiler flags into Automake.incEmil Velikov2013-11-1617-109/+84
* targets/radeonsi: move drm_target.c to a common folderEmil Velikov2013-11-165-2/+4
* targets/r600: move drm_target.c to common folderEmil Velikov2013-11-167-3/+6
* targets/r300: move drm_target.c to common folderEmil Velikov2013-11-163-1/+2
* gallium/drivers: enable automake subdir-objectsEmil Velikov2013-11-166-0/+12
* r300: move the final sources list to Makefile.sourcesEmil Velikov2013-11-162-12/+15
* r300: add symlink to ralloc.c and register_allocate.cEmil Velikov2013-11-163-3/+5
* st/xvmc: enable automake subdir-objectsEmil Velikov2013-11-161-0/+1
* 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