summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov2014-03-311-1/+1
* dri/i965: use CLOCK_LIBS over -lrtEmil Velikov2014-03-311-1/+1
* automake: consistently use -no-undefinedEmil Velikov2014-03-314-11/+15
* targets/egl-static: move the common LDFLAGS into AM_LDFLAGSEmil Velikov2014-03-311-6/+13
* targets/omx: do not link against the trace driverEmil Velikov2014-03-312-2/+0
* gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov2014-03-3114-75/+14
* gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov2014-03-3117-49/+7
* gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov2014-03-3116-15/+9
* targets/omx: use GALLIUM_OMX_LINKER_FLAGSEmil Velikov2014-03-313-14/+12
* targets/omx: introduce GALLIUM_OMX_LIB_DEPSEmil Velikov2014-03-313-8/+8
* targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov2014-03-311-23/+11
* targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov2014-03-311-5/+4
* targets/pipe-loader: compact duplicating LDFLAGSEmil Velikov2014-03-311-18/+17
* pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt2014-03-311-0/+5
* targets/xa: drop libudev references from automake buildEmil Velikov2014-03-311-2/+0
* dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-1/+1
* drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov2014-03-311-3/+4
* configure: autodetect video state-trackers when non swrast driver is presentEmil Velikov2014-03-311-1/+1
* configure: use grep in quiet mode, rather than piping stderr/stdout to /dev/nullEmil Velikov2014-03-311-6/+6
* configure: error out when building gallium-osmesa without softpipeEmil Velikov2014-03-311-2/+2
* Partially revert "automake: allow only shared builds"Emil Velikov2014-03-313-7/+26
* configure: enable dri3 only for linuxEmil Velikov2014-03-311-6/+12
* mesa: Fix format matching checks for GL_INTENSITY* internalformats.Chris Forbes2014-04-011-8/+12
* st: fix st_choose_matching_format to ignore intensityChris Forbes2014-04-011-0/+6
* mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGBChris Forbes2014-04-011-4/+6
* freedreno/a3xx/compiler: fix RECT texturesRob Clark2014-03-301-7/+24
* freedreno/a3xx/compiler: avoid negative register idsRob Clark2014-03-301-2/+2
* freedreno/a3xx: missing wfiRob Clark2014-03-304-3/+20
* freedreno/a3xx: little extra debugRob Clark2014-03-302-0/+5
* freedreno: handle null samplerRob Clark2014-03-302-3/+8
* i965: Add Cherryview support.Kenneth Graunke2014-03-283-0/+20
* glsl: Clean up "unused parameter" warningsIan Romanick2014-03-2812-18/+18
* mesa: Clean up "unused parameter" warningsIan Romanick2014-03-281-3/+3
* mesa/program: Constify find_variable_storageIan Romanick2014-03-281-3/+2
* glsl: Move Doxygen block closing ot the correct placeIan Romanick2014-03-281-2/+2
* i965: Make sure we always compute valid index bounds before drawing.Iago Toral Quiroga2014-03-281-1/+2
* glsl: remove {add,get}_type_ast from glsl_symbol_tableChia-I Wu2014-03-283-28/+0
* mesa: fix glMultiDrawArrays inside a display listBrian Paul2014-03-271-3/+4
* st/mesa: overhaul texture / sample swizzle codeBrian Paul2014-03-271-53/+114
* st/mesa: simplify apply_depthmode()Brian Paul2014-03-271-38/+47
* i965: Use intel_upload_space() for pull constant uploads.Eric Anholt2014-03-264-33/+17
* i965: Massively simplify the intel_upload implementation.Eric Anholt2014-03-264-126/+77
* draw/llvm: improve debugging output a bitZack Rusin2014-03-262-2/+3
* draw/gs: reduce the size of the gs output bufferZack Rusin2014-03-261-7/+13
* svga: add work-around for Sauerbraten Z fighting issueBrian Paul2014-03-263-2/+49
* svga: null out query's hwbuf pointer after destroyingBrian Paul2014-03-261-0/+1
* svga: add some debug_printf() calls in the query object codeBrian Paul2014-03-261-2/+6
* st/mesa: add null pointer checking in query object functionsBrian Paul2014-03-261-2/+16
* svga: fix a comment (sampler vs. sampler_view)Brian Paul2014-03-261-1/+1
* mesa: fix unpack_Z32_FLOAT_X24S8() / unpack_Z32_FLOAT() mix-upBrian Paul2014-03-261-4/+4