summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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šák3-1/+8
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-24docs: fix typo in 10.1.1 release notes URLBrian Paul1-1/+1
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
2014-04-22st/omx/enc: replace omx buffer with texture bufferLeo Liu1-29/+185
2014-04-22radeonsi: Fix calculation of number of banks for SIMichel Dänzer3-16/+20
2014-04-22glsl: Only allow `invariant` on shader in/out between stages.Chris Forbes1-23/+8
2014-04-21svga: move draw debug code into separate functionBrian Paul1-123/+135
2014-04-21mesa: move declaration before codeBrian Paul1-1/+1
2014-04-21mesa: Fix error code generation in glReadPixels()Anuj Phogat1-0/+16
2014-04-21mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()Anuj Phogat1-0/+13
2014-04-21libgl-gdi: silence unused variable warning when not using LLVMBrian Paul1-0/+2
2014-04-21docs: import 10.0.5 release notes and update linksBrian Paul3-0/+185
2014-04-21docs: import 10.1.1 release notes, update linksBrian Paul3-0/+261
2014-04-21mesa: fix GetStringi error message with correct function nameBenjamin Bellec1-1/+1
2014-04-21st/mesa: fix invalid pointer use in st_texture_get_sampler_view()Brian Paul1-3/+3
2014-04-21glsl: Fix typoChris Forbes1-1/+1
2014-04-21i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper boundChris Forbes2-2/+4
2014-04-21mesa: Track max enabled tex image unitChris Forbes2-0/+5
2014-04-19nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2-7/+9