summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2014-04-04gallium/u_blitter: don't adjust cubemap coordinates by a small numberMarek Olšák1-1/+1
2014-04-04Revert "radeon: just don't map VRAM buffers at all"Leo Liu1-2/+2
2014-04-04radeon/vce: cleanup cpb handlingLeo Liu3-11/+38
2014-04-04st/xa: Fix advertized version number and try to avoid future discrepanciesThomas Hellstrom1-3/+3
2014-04-03llvmpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul1-14/+0
2014-04-03softpipe: remove no-op checks in sampler, sampler_view functionsBrian Paul1-14/+0
2014-04-03svga: remove no-op checks in sampler, sampler_view functionsBrian Paul1-15/+0
2014-04-03cso: check for no sampler view changes in cso_set_sampler_views()Brian Paul1-3/+8
2014-04-03st/wgl: Remove wgl*Gallium*MESA().José Fonseca4-103/+0
2014-04-02cso: fix sampler view count in cso_set_sampler_views()Brian Paul1-3/+4
2014-04-02winsys/svga: Replace the query mm buffer pool with a slab pool v3Thomas Hellstrom1-5/+13
2014-04-02mesa/soft/llvmpipe: add fake MSAA supportDave Airlie12-1/+17
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-03-31nv50: implement clear_buffer to accelerate ARB_clear_buffer_objectIlia Mirkin1-0/+115
2014-03-31gallium: add interface to clear buffersIlia Mirkin2-0/+16
2014-03-31automake: ask the linker to do garbage collectionEmil Velikov8-0/+11
2014-03-31automake: add -Wl,--no-undefined to all librariesEmil Velikov7-8/+27
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-31automake: consistently use -no-undefinedEmil Velikov2-9/+9
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-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-26draw/llvm: improve debugging output a bitZack Rusin2-2/+3
2014-03-26draw/gs: reduce the size of the gs output bufferZack Rusin1-7/+13
2014-03-26svga: add work-around for Sauerbraten Z fighting issueBrian Paul3-2/+49
2014-03-26svga: null out query's hwbuf pointer after destroyingBrian Paul1-0/+1
2014-03-26svga: add some debug_printf() calls in the query object codeBrian Paul1-2/+6
2014-03-26svga: fix a comment (sampler vs. sampler_view)Brian Paul1-1/+1
2014-03-26llvmpipe: Fix llvmpipe_create_gs_state.Zack Rusin1-3/+5