summaryrefslogtreecommitdiff
path: root/src/gallium
AgeCommit message (Expand)AuthorFilesLines
2013-06-26nvc0: set rsvd_kick correctlyMaarten Lankhorst1-0/+1
2013-02-13softpipe: fix using optimized filter functionRoland Scheidegger1-0/+1
2013-02-13r300g: fix blending with blend color and RGBA formatsMarek Olšák1-0/+11
2013-02-13svga: fix sRGB renderingBrian Paul1-0/+11
2013-02-13gallium/u_upload_mgr: fix a serious memory leakMarek Olšák1-2/+1
2013-02-13util: add new error checking code in vbuf helperBrian Paul1-28/+49
2013-02-13util: add some defensive coding in u_upload_alloc()Brian Paul1-1/+8
2013-02-13svga: add NULL pointer check in svga_create_sampler_state()Brian Paul1-0/+3
2013-02-13util: add get/put_tile_z() support for PIPE_FORMAT_Z32_FLOAT_S8X24_UINTBrian Paul1-0/+36
2013-02-13util: fix addressing bug in pipe_put_tile_z() for PIPE_FORMAT_Z32_FLOATBrian Paul1-1/+1
2013-02-13st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul1-0/+14
2013-02-13r600g: fix int->bool conversion in fence_signalledMarek Olšák1-1/+1
2013-02-13softpipe: fix unreliable FS variant binding bugBrian Paul3-14/+10
2013-02-13softpipe: fix up FS variant unbinding / deletionBrian Paul3-11/+9
2013-02-13draw: set precalc_flat flag for AA lines tooBrian Paul1-0/+1
2013-02-13draw: Properly limit vertex buffer fetches on draw arrays.José Fonseca1-1/+1
2013-02-13st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul1-4/+6
2013-01-31r600g: add cs memory usage accounting and limit it v3 (backport for mesa 9.0)Jerome Glisse7-1/+81
2013-01-20Revert "r600g: try to fix streamout for the cases where BURST_COUNT > 0"Andreas Boll1-1/+1
2013-01-20r600g: Use LOOP_START_DX10 for loopsTom Stellard3-2/+11
2013-01-20gallivm: support more immediates in lp_build_tgsi_info()Brian Paul1-1/+1
2013-01-20clover: Adapt libclc's INCLUDEDIR and LIBEXECDIR to make use of the new intro...Johannes Obermayr2-3/+4
2013-01-20gallium/auxiliary: Add -fno-rtti to CXXFLAGS on LLVM >= 3.2.Johannes Obermayr1-0/+5
2013-01-20r300g: Fix visibility CFLAGS in automakeAdam Jackson1-0/+1
2013-01-20galahad, noop: Fix visibility CFLAGS in automakeAdam Jackson1-0/+2
2013-01-20clover: Install CL headers.Johannes Obermayr1-0/+10
2013-01-20util: added pipe_surface_release() functionBrian Paul1-0/+16
2013-01-20llvmpipe: Obey back writemask.José Fonseca1-2/+8
2013-01-20nv50/ir: restore use of long immediate encodingsChristoph Bumiller2-0/+9
2013-01-20util: null-out the node's prev/next pointers in list_del()Chris Fester1-0/+1
2013-01-20svga: don't use uninitialized framebuffer stateBrian Paul1-2/+4
2013-01-19nouveau: fix undefined behaviour when testing sample_countChristoph Bumiller3-0/+6
2013-01-19nv50/ir: wrap assertion using typeid in #ifndef NDEBUGChristoph Bumiller1-0/+2
2013-01-19nvc0: add missing call to map edge flag in push_vboChristoph Bumiller1-0/+3
2013-01-10wayland: Don't cancel a roundtrip when any event is receivedJonas Ådahl1-1/+4
2012-12-22r600g: always use a tiled resource as the destination of MSAA resolveMarek Olšák3-3/+11
2012-12-22r600g: try to fix streamout for the cases where BURST_COUNT > 0Marek Olšák1-1/+1
2012-12-22r300: Don't disable destination read if the src blend factor needs itStefan Dösinger1-2/+10
2012-11-23r600g: fix lod bias/explicit lod with cube maps.Dave Airlie1-8/+20
2012-11-23r600g: fix broken streamout if streamout_begin caused a context flushMarek Olšák1-2/+6
2012-11-23r600g: advertise 32 streamout vec4 outputsMarek Olšák1-1/+1
2012-11-23r600g: fix streamout on RS780 and RS880Marek Olšák2-7/+14
2012-11-23draw: fix assertion failure in draw_emit_vertex_attrMarek Olšák1-2/+3
2012-11-23mesa: bump MAX_VARYING to 32Marek Olšák2-3/+3
2012-11-23r300g: fix texture border color for sRGB formatsMarek Olšák1-4/+18
2012-11-19[PATCH] makefiles: use configured name for -ldrm* where possibleMaarten Lankhorst12-24/+24
2012-11-19nv50/ir/tgsi: fix srcMask for TXP with SHADOW1DChristoph Bumiller1-1/+1
2012-11-19nv50: point vertex runout at a valid addressBen Skeggs1-0/+12
2012-11-19nvc0: point vertex runout at a valid addressBen Skeggs1-5/+16
2012-11-19nvc0: fix missing permanent bo reference on poly cacheBen Skeggs1-0/+1