aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gallium/docs: fix incorrect/missing referencesIlia Mirkin2014-04-016-6/+10
* gallium/docs: fix use of _ in math sectionsIlia Mirkin2014-04-011-10/+10
* gallium/docs: add format to indexIlia Mirkin2014-04-012-2/+3
* gallium/docs: fix a lot of bad formattingIlia Mirkin2014-04-011-242/+262
* glsl: remove UBO fields from _mesa_glsl_parse_stateChia-I Wu2014-04-013-16/+1
* nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin2014-03-311-0/+115
* mesa/st: Accelerate ARB_clear_buffer_object with clear_bufferIlia Mirkin2014-03-313-3/+38
* gallium: add interface to clear buffersIlia Mirkin2014-03-312-0/+16
* mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick2014-03-312-119/+2
* mapi_abi: Make ES1 and ES2 static_dispatch=false functions hiddenIan Romanick2014-03-311-4/+6
* mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick2014-03-311-0/+8
* glapi/es1: Don't mark core functions as static_dispatch=falseIan Romanick2014-03-311-86/+43
* glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...Ian Romanick2014-03-311-61/+61
* glapi: Remove some duplicate ignore="true" linesIan Romanick2014-03-311-32/+0
* i965/vec4: Don't trim writemasks of texture instructions.Matt Turner2014-03-311-2/+4
* automake: ask the linker to do garbage collectionEmil Velikov2014-03-3119-0/+22
* automake: add -Wl,--no-undefined to all librariesEmil Velikov2014-03-3117-18/+63
* gallium/targets: add missing library dependenciesEmil Velikov2014-03-312-2/+10
* pipe-loader: reorder PIPE_LIBSEmil Velikov2014-03-311-2/+2
* 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
* 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-282-0/+16
* 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