summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-01include/GLES3: add OpenGL ES 3.1 HeadersJordan Justen1-0/+1
2014-04-01Revert "glapi/es1: Don't mark core functions as static_dispatch=false"Brian Paul1-43/+86
2014-04-01mesa: Allow setting GL_TEXTURE_MAX_LEVEL to 0 with GL_TEXTURE_RECTANGLE.Iago Toral Quiroga1-1/+2
2014-04-01gallium/docs: fix silent math failures due to ~ and &Ilia Mirkin1-60/+60
2014-04-01gallium/docs: line up some of the equationsIlia Mirkin1-28/+16
2014-04-01gallium/docs: fix incorrect/missing referencesIlia Mirkin6-6/+10
2014-04-01gallium/docs: fix use of _ in math sectionsIlia Mirkin1-10/+10
2014-04-01gallium/docs: add format to indexIlia Mirkin2-2/+3
2014-04-01gallium/docs: fix a lot of bad formattingIlia Mirkin1-242/+262
2014-04-01glsl: remove UBO fields from _mesa_glsl_parse_stateChia-I Wu3-16/+1
2014-03-31nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin1-0/+115
2014-03-31mesa/st: Accelerate ARB_clear_buffer_object with clear_bufferIlia Mirkin3-3/+38
2014-03-31gallium: add interface to clear buffersIlia Mirkin2-0/+16
2014-03-31mapi_abi: Remove ABI-check work arounds for functions that are no longer expo...Ian Romanick2-119/+2
2014-03-31mapi_abi: Make ES1 and ES2 static_dispatch=false functions hiddenIan Romanick1-4/+6
2014-03-31mapi: Hack around glGetInternalformativ not being hidden in GLESIan Romanick1-0/+8
2014-03-31glapi/es1: Don't mark core functions as static_dispatch=falseIan Romanick1-86/+43
2014-03-31glapi: Mark all GL_ARB_separate_shader_objects functions with static_dispatch...Ian Romanick1-61/+61
2014-03-31glapi: Remove some duplicate ignore="true" linesIan Romanick1-32/+0
2014-03-31i965/vec4: Don't trim writemasks of texture instructions.Matt Turner1-2/+4
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov19-0/+22
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov17-18/+63
2014-03-31gallium/targets: add missing library dependenciesEmil Velikov2-2/+10
2014-03-31pipe-loader: reorder PIPE_LIBSEmil Velikov1-2/+2
2014-03-31pipe-loader: use PTHREAD_LIBS over -lpthreadEmil Velikov1-1/+1
2014-03-31dri/i965: use CLOCK_LIBS over -lrtEmil Velikov1-1/+1
2014-03-31automake: consistently use -no-undefinedEmil Velikov4-11/+15
2014-03-31targets/egl-static: move the common LDFLAGS into AM_LDFLAGSEmil Velikov1-6/+13
2014-03-31targets/omx: do not link against the trace driverEmil Velikov2-2/+0
2014-03-31gallium/targets: explicitly include a dummy.cpp and remove all the LINK mayhemEmil Velikov14-75/+14
2014-03-31gallium/targets: move LLVM_LIBS handling inside Automake.incEmil Velikov17-49/+7
2014-03-31gallium/targets: fold LLVM_LDFLAGS inside Automake.incEmil Velikov16-15/+9
2014-03-31targets/omx: use GALLIUM_OMX_LINKER_FLAGSEmil Velikov3-14/+12
2014-03-31targets/omx: introduce GALLIUM_OMX_LIB_DEPSEmil Velikov3-8/+8
2014-03-31targets/pipe-loader: move LLVM_LIBS handling inside PIPE_LIBSEmil Velikov1-23/+11
2014-03-31targets/pipe-loader: include dummy.cpp irrespective of HAVE_MESA_LLVMEmil Velikov1-5/+4
2014-03-31targets/pipe-loader: compact duplicating LDFLAGSEmil Velikov1-18/+17
2014-03-31pipe-loader/swrast: add soft/llvmpipe definesJoakim Sindholt1-0/+5
2014-03-31targets/xa: drop libudev references from automake buildEmil Velikov1-2/+0
2014-03-31dri/common: LIBDRM_LIBS is not a linker/libtool flag, add it to LIBADDEmil Velikov1-1/+1
2014-03-31drivers/x11: GL_LIB_DEPS is not a linker/libtool flag, add it to LIBADDEmil Velikov1-3/+4
2014-04-01mesa: Fix format matching checks for GL_INTENSITY* internalformats.Chris Forbes1-8/+12
2014-04-01st: fix st_choose_matching_format to ignore intensityChris Forbes1-0/+6
2014-04-01mesa: fix texstore for MESA_FORMAT_R8G8B8A8_SRGBChris Forbes1-4/+6
2014-03-30freedreno/a3xx/compiler: fix RECT texturesRob Clark1-7/+24
2014-03-30freedreno/a3xx/compiler: avoid negative register idsRob Clark1-2/+2
2014-03-30freedreno/a3xx: missing wfiRob Clark4-3/+20
2014-03-30freedreno/a3xx: little extra debugRob Clark2-0/+5
2014-03-30freedreno: handle null samplerRob Clark2-3/+8
2014-03-28i965: Add Cherryview support.Kenneth Graunke2-0/+16