summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* docs: import 10.0.5 release notes and update linksBrian Paul2014-04-213-0/+185
* docs: import 10.1.1 release notes, update linksBrian Paul2014-04-213-0/+261
* 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
* mesa: update glext.h to version 20140313Petri Latvala2014-04-181-6/+76
* 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
* i965/fs: Recognize nop-MOV instructions early.Matt Turner2014-04-181-3/+17
* i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner2014-04-181-7/+9
* r600g,radeonsi: don't skip the context flush if a fence should be returnedMarek Olšák2014-04-182-2/+2
* svga: fix comment for emit_adjusted_vertex_attribs()Brian Paul2014-04-171-3/+3
* svga: compute need_swvfetch in svga_create_vertex_elements_state()Brian Paul2014-04-173-13/+9
* svga: add VS code to set attribute W component to 1Brian Paul2014-04-175-46/+100
* svga: implement support for signed byte vertex attributesBrian Paul2014-04-176-14/+151
* svga: move translated vertex declaration types into svga_velems_stateBrian Paul2014-04-174-40/+45
* Revert "svga: add work-around for Sauerbraten Z fighting issue"Brian Paul2014-04-173-49/+2
* svga: use new inst_token_setp() helper functionBrian Paul2014-04-172-12/+26
* svga: use new inst_token_predicated() helper functionBrian Paul2014-04-172-13/+25
* i965: Retype pre-Gen6 varying pull load destination to UW.Kenneth Graunke2014-04-171-1/+1
* mesa: Fix error condition for multisample proxy texture targetsAnuj Phogat2014-04-171-3/+13
* i965: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat2014-04-171-0/+8
* i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndexAnuj Phogat2014-04-171-1/+5
* i965: Fix component mask and varying_to_slot mapping for gl_LayerAnuj Phogat2014-04-171-4/+14
* i965: Put an assertion to check valid varying_to_slot[varying]Anuj Phogat2014-04-171-0/+1
* radeonsi: Added Diag Handler to receive LLVM Error messagesDarren Powell2014-04-173-9/+55
* winsys/radeon: remove some unused codeMarek Olšák2014-04-171-28/+8
* winsys/radeon: remove is_handle_added arrayMarek Olšák2014-04-172-30/+34
* winsys/radeon: remove local variable reloc from radeon_get_relocMarek Olšák2014-04-171-5/+2
* winsys/radeon: remove parameter reloc from radeon_get_relocMarek Olšák2014-04-172-11/+8
* util: Add __declspec(noreturn) to _debug_assert_fail().José Fonseca2014-04-171-0/+3
* auxiliary/os,auxiliary/util: Fix the `‘noreturn’ function does return` wa...José Fonseca2014-04-172-5/+2
* scons: Enable building through Clang Static Analyzer.José Fonseca2014-04-171-3/+35
* gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...Maarten Lankhorst2014-04-171-1/+4
* nouveau/vdec: small fixes to h264 handlingMaarten Lankhorst2014-04-174-24/+24