summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2014-04-26nvc0: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin15-14/+131
2014-04-26nv50: add support for PIPE_CAP_SAMPLE_SHADINGIlia Mirkin14-8/+107
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin12-11/+89
2014-04-26gallium: add basic support for ARB_sample_shadingIlia Mirkin19-2/+48
2014-04-25mapi: OpenVG symbol exports.Enrico Horn1-0/+1
2014-04-25glsl: Use properly typed arguments for bitfieldInsert.Matt Turner1-2/+2
2014-04-25i965: Don't bother flushing the batch if it doesn't ref our mt to map.Eric Anholt1-1/+2
2014-04-25egl: Protect use of gbm_dri with ifdef HAVE_DRM_PLATFORMAnder Conselvan de Oliveira1-0/+2
2014-04-25wayland: Fix the logic in disabling the prime capabilityNeil Roberts1-1/+1
2014-04-25gbm: Set errno on errorsAnder Conselvan de Oliveira2-15/+41
2014-04-25gbm/dri: Fix out-of-memory error path in dri_device_create()Ander Conselvan de Oliveira1-0/+2
2014-04-25gallium/tests: conditionally include sw/dri winsysEmil Velikov1-1/+5
2014-04-25automake: cleanup pipe-loader handling when using sw/xlib winsysEmil Velikov4-4/+4
2014-04-25pipe-loader: conditionally build and use pipe_loader_sw_probe_driEmil Velikov2-0/+6
2014-04-25llvmpipe: fix clearing of individual color buffers in a fbRoland Scheidegger6-163/+190
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger12-39/+39
2014-04-25llvmpipe: (trivial) use correct LP_MIN_VECTOR_ALIGN define for alignment.Roland Scheidegger1-1/+1
2014-04-25r600g: fix hang on RV740 by using DX_RASTERIZATION_KILL instead of SX_MISCMarek Olšák5-7/+27
2014-04-25r600g: fix for an MSAA hang on RV770Marek Olšák3-1/+12
2014-04-25r600g: fix for broken CULL_FRONT behavior on R6xxMarek Olšák4-61/+64
2014-04-25r600g: fix for HTILE on R6xxMarek Olšák1-0/+6
2014-04-25r600g: fix buffer copying on R600-R700Marek Olšák1-0/+6
2014-04-25r600g: fix flushing on RV670, RS780, RS880 againMarek Olšák1-0/+9
2014-04-25r600g: fix MSAA resolve on R6xx when the destination is 1D-tiledMarek Olšák1-0/+6
2014-04-25r600g: disable async DMA on R700Marek Olšák1-1/+2
2014-04-25r600g: fix edge flags and layered rendering on R600-R700Marek Olšák1-2/+4
2014-04-25st/mesa: remove trailing NULL colorbuffersMarek Olšák1-0/+6
2014-04-25r300g: don't crash when getting NULL colorbuffersMarek Olšák4-29/+60
2014-04-25r300g: fix runtime warning after winsys cleanupMarek Olšák1-1/+0
2014-04-25radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák1-0/+6
2014-04-24st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca1-19/+1
2014-04-24llvmpipe: Advertise GLSL 3.30.José Fonseca1-1/+1
2014-04-24st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca1-2/+15
2014-04-24draw/llvm: reduce memory usageZack Rusin5-20/+27
2014-04-24swrast: move texture_slices() calls out of loopsBrian Paul1-4/+8
2014-04-24swrast: move null pointer check earlier in _swrast_map_teximage()Brian Paul1-6/+9
2014-04-24swrast: remove _mesa_ prefix from static functionBrian Paul1-3/+3
2014-04-24swrast: allocate swrast_texture_image::ImageSlices array if neededBrian Paul1-0/+10
2014-04-24swrast: Fix vertex color in _swsetup_Translate()nick1-1/+2
2014-04-24gallivm: Fix wrong operator in lp_exec_default.José Fonseca1-1/+1
2014-04-24mesa/st: Handle empty frame-buffers without asserting.José Fonseca1-5/+4
2014-04-23mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.José Fonseca1-2/+33
2014-04-23util/u_debug: Pass correct size to strncat.José Fonseca1-4/+4
2014-04-23freedreno/a3xx: fix TOTALATTRTOVSRob Clark4-1/+7
2014-04-22i965: Make Broadwell HiZ path arrange for TC flushes.Kenneth Graunke1-0/+3
2014-04-22i965: Use uint16_t for control/src index tables.Matt Turner1-14/+14
2014-04-22i965/disasm: Fix s/xoo/xor/ typo.Matt Turner1-1/+1
2014-04-22i965/disasm: Remove tables with obvious mappings.Matt Turner2-13/+2
2014-04-22mesa/st: enable EXT_shader_integer_mix when NativeIntegers is onIlia Mirkin1-0/+4
2014-04-22st/omx/enc: implement frame reordering and B-framesChristian König2-23/+87