summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* r600g: disable async DMA on R700Marek Olšák2014-04-251-1/+2
* r600g: fix edge flags and layered rendering on R600-R700Marek Olšák2014-04-251-2/+4
* st/mesa: remove trailing NULL colorbuffersMarek Olšák2014-04-251-0/+6
* r300g: don't crash when getting NULL colorbuffersMarek Olšák2014-04-254-29/+60
* r300g: fix runtime warning after winsys cleanupMarek Olšák2014-04-251-1/+0
* radeonsi: implement GL_ARB_vertex_type_10f_11f_11f_revMarek Olšák2014-04-251-0/+6
* st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca2014-04-241-19/+1
* llvmpipe: Advertise GLSL 3.30.José Fonseca2014-04-241-1/+1
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* draw/llvm: reduce memory usageZack Rusin2014-04-245-20/+27
* swrast: move texture_slices() calls out of loopsBrian Paul2014-04-241-4/+8
* swrast: move null pointer check earlier in _swrast_map_teximage()Brian Paul2014-04-241-6/+9
* swrast: remove _mesa_ prefix from static functionBrian Paul2014-04-241-3/+3
* swrast: allocate swrast_texture_image::ImageSlices array if neededBrian Paul2014-04-241-0/+10
* swrast: Fix vertex color in _swsetup_Translate()nick2014-04-241-1/+2
* gallivm: Fix wrong operator in lp_exec_default.José Fonseca2014-04-241-1/+1
* mesa/st: Handle empty frame-buffers without asserting.José Fonseca2014-04-241-5/+4
* mesa/st: Fix pipe_framebuffer_state::height for PIPE_TEXTURE_1D_ARRAY.José Fonseca2014-04-231-2/+33
* util/u_debug: Pass correct size to strncat.José Fonseca2014-04-231-4/+4
* freedreno/a3xx: fix TOTALATTRTOVSRob Clark2014-04-234-1/+7
* i965: Make Broadwell HiZ path arrange for TC flushes.Kenneth Graunke2014-04-221-0/+3
* i965: Use uint16_t for control/src index tables.Matt Turner2014-04-221-14/+14
* i965/disasm: Fix s/xoo/xor/ typo.Matt Turner2014-04-221-1/+1
* i965/disasm: Remove tables with obvious mappings.Matt Turner2014-04-222-13/+2
* mesa/st: enable EXT_shader_integer_mix when NativeIntegers is onIlia Mirkin2014-04-221-0/+4
* st/omx/enc: implement frame reordering and B-framesChristian König2014-04-222-23/+87
* st/omx/enc: replace omx buffer with texture bufferLeo Liu2014-04-221-29/+185
* radeonsi: Fix calculation of number of banks for SIMichel Dänzer2014-04-223-16/+20
* glsl: Only allow `invariant` on shader in/out between stages.Chris Forbes2014-04-221-23/+8
* svga: move draw debug code into separate functionBrian Paul2014-04-211-123/+135
* mesa: move declaration before codeBrian Paul2014-04-211-1/+1
* mesa: Fix error code generation in glReadPixels()Anuj Phogat2014-04-211-0/+16
* mesa: Add an error condition in glGetFramebufferAttachmentParameteriv()Anuj Phogat2014-04-211-0/+13
* libgl-gdi: silence unused variable warning when not using LLVMBrian Paul2014-04-211-0/+2
* mesa: fix GetStringi error message with correct function nameBenjamin Bellec2014-04-211-1/+1
* st/mesa: fix invalid pointer use in st_texture_get_sampler_view()Brian Paul2014-04-211-3/+3
* glsl: Fix typoChris Forbes2014-04-211-1/+1
* i965: Use ctx->Texture._MaxEnabledTexImageUnit for upper boundChris Forbes2014-04-212-2/+4
* mesa: Track max enabled tex image unitChris Forbes2014-04-212-0/+5
* nouveau/codegen: add missing values for OP_TXLQ into the target arraysIlia Mirkin2014-04-192-7/+9
* nvc0: change logic for centering of eng2d blit when downsamplingIlia Mirkin2014-04-191-2/+2
* nv50: use 2d blit when src/dst have same number of samplesIlia Mirkin2014-04-191-4/+4
* gallium/docs: fix PIPE_CAP_ENDIANNESS delimiter, remove trailing spacesIlia Mirkin2014-04-191-4/+4
* i965/fs: Implement fs_inst::force_sechalf support on Broadwell.Kenneth Graunke2014-04-183-4/+8
* glsl: Allow explicit binding on atomics againChris Forbes2014-04-181-1/+3
* radeonsi: fix num banks selection on SI for dma setup (v2)Alex Deucher2014-04-183-24/+19
* i965/fs: Reduce restrictions on interference in register coalescing.Matt Turner2014-04-181-13/+0
* i965/fs: Give up in interference check if we see a WHILE.Matt Turner2014-04-181-1/+1
* i965/fs: Simplify interference scan in register coalescing.Matt Turner2014-04-181-13/+9
* i965/fs: Unindent can_coalesce_vars().Matt Turner2014-04-181-27/+28