summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-04-26mesa/st: translate gl_InvocationID to INVOCATIONID semanticIlia Mirkin1-0/+1
2014-04-26mesa/st: translate gl_SampleMaskIn to SAMPLEMASK semanticIlia Mirkin1-0/+1
2014-04-26mesa/st: add support for ARB_sample_shadingIlia Mirkin7-11/+57
2014-04-25i965: Don't bother flushing the batch if it doesn't ref our mt to map.Eric Anholt1-1/+2
2014-04-25gallium/util: use ui[4] instead of ui in union util_colorRoland Scheidegger1-1/+1
2014-04-25st/mesa: remove trailing NULL colorbuffersMarek Olšák1-0/+6
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-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-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-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-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-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-18i965/fs: Implement fs_inst::force_sechalf support on Broadwell.Kenneth Graunke3-4/+8
2014-04-18i965/fs: Reduce restrictions on interference in register coalescing.Matt Turner1-13/+0
2014-04-18i965/fs: Give up in interference check if we see a WHILE.Matt Turner1-1/+1
2014-04-18i965/fs: Simplify interference scan in register coalescing.Matt Turner1-13/+9
2014-04-18i965/fs: Unindent can_coalesce_vars().Matt Turner1-27/+28
2014-04-18i965/fs: Recognize nop-MOV instructions early.Matt Turner1-3/+17
2014-04-18i965/fs: Only sweep NOPs if register coalescing made progress.Matt Turner1-7/+9
2014-04-17i965: Retype pre-Gen6 varying pull load destination to UW.Kenneth Graunke1-1/+1
2014-04-17mesa: Fix error condition for multisample proxy texture targetsAnuj Phogat1-3/+13
2014-04-17i965: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
2014-04-17swrast: Add glBlitFramebuffer to commands affected by conditional renderingAnuj Phogat1-0/+8
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_ViewportIndexAnuj Phogat1-1/+5
2014-04-17i965: Fix component mask and varying_to_slot mapping for gl_LayerAnuj Phogat1-4/+14
2014-04-17i965: Put an assertion to check valid varying_to_slot[varying]Anuj Phogat1-0/+1
2014-04-17gallium glsl: Fix crash with piglit fs-deref-literal-array-of-structs.shader_...Maarten Lankhorst1-1/+4
2014-04-17meta: Clip src/dest rects in BlitFramebuffer, using the scissorChris Forbes2-2/+43
2014-04-16mesa: fix check for dummy renderbuffer in _mesa_FramebufferRenderbufferEXT()Samuel Iglesias Gonsalvez1-2/+1
2014-04-16i965: Don't make instructions with a null dest a barrier to scheduling.Matt Turner1-4/+8
2014-04-16i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-7/+4
2014-04-16i965/fs: Add support for the MAC instruction.Juha-Pekka Heikkila2-0/+4
2014-04-16i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6Juha-Pekka Heikkila1-16/+6
2014-04-16i965/vec4: Add support for the MAC instruction.Juha-Pekka Heikkila3-0/+5
2014-04-16i965: Add writes_accumulator flagJuha-Pekka Heikkila8-35/+131
2014-04-16i965: Add is_accumulator() function.Juha-Pekka Heikkila4-0/+28
2014-04-16i965: Add reads_accumulator_implicitly() function.Matt Turner2-0/+14