summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-07-03i965/disasm: Fix INTEL_DEBUG=fs on Broadwell for ARB_fp applications.Kenneth Graunke1-1/+1
2014-07-03i965: Don't emit SURFACE_STATEs for gather workarounds on Broadwell.Kenneth Graunke2-8/+15
2014-06-23i915: Fix gen2 texblend setupVille Syrjälä1-1/+1
2014-06-23i965: Save meta stencil blit programs in the context.Kenneth Graunke2-8/+13
2014-06-23mesa: Copy Geom.UsesEndPrimitive when cloning a geometry program.Iago Toral Quiroga1-0/+1
2014-06-23meta: Respect the driver's maximum number of draw buffersIan Romanick1-2/+2
2014-06-23mesa: Remove glClear optimization based on drawable sizeKristian Høgsberg1-5/+0
2014-06-23i965: Use 8x4 aligned rectangles for HiZ operations on Broadwell.Kenneth Graunke1-4/+16
2014-06-23i965/vec4: Use the sampler for pull constant loads on Broadwell.Kenneth Graunke1-8/+8
2014-06-23i965: Add missing newlines to a few perf_debug messages.Kenneth Graunke1-2/+2
2014-06-23i965: Drop Broadwell perf_debugs about missing MOCS that aren't missing.Kenneth Graunke2-4/+0
2014-06-23i965: Add missing MOCS setup for 3DSTATE_INDEX_BUFFER on Broadwell.Kenneth Graunke1-3/+1
2014-06-23i965/vec4: Fix dead code elimination for VGRFs of size > 1.Kenneth Graunke1-1/+2
2014-06-23meta_blit: properly compute texture width for the CopyTexSubImage fallbackJason Ekstrand1-1/+1
2014-06-23i965: Set the fast clear color value for texture surfacesNeil Roberts2-2/+6
2014-06-23i965: Invalidate live intervals when inserting Gen4 SEND workarounds.Kenneth Graunke1-0/+6
2014-06-23i965: Don't use the head sentinel as an fs_inst in Gen4 workaround code.Kenneth Graunke1-1/+1
2014-06-23android, dricore: undefined reference to _mesa_streaming_load_memcpyAdrian Negreanu1-0/+5
2014-06-23android, mesa_gen_matypes: pull in timespec POSIX definitionAdrian Negreanu2-0/+2
2014-06-23android: add src/gallium/auxiliary as include path for libmesa_dricoreAdrian Negreanu1-1/+2
2014-06-23android: adapt to the megadriver mechanismAdrian Negreanu2-0/+18
2014-06-23add megadriver_stub_FILESAdrian Negreanu2-1/+4
2014-06-23mesa/main: Prevent sefgault on glGetIntegerv(GL_ATOMIC_COUNTER_BUFFER_BINDING).José Fonseca1-1/+5
2014-06-06i965: Support GL_CLAMP natively on Broadwell.Kenneth Graunke3-4/+13
2014-06-06i965: Pass brw to translate_wrap_mode().Kenneth Graunke3-8/+9
2014-06-06i965: Fix copy and pasted values in Broadwell code.Kenneth Graunke1-10/+21
2014-06-06mesa: Make glGetIntegerv(GL_*_ARRAY_SIZE) return GL_BGRA.José Fonseca2-2/+12
2014-06-06mesa/main: Make get_hash.c values constant.José Fonseca1-1/+1
2014-05-30i915: add a missing NULL pointer checkLubomir Rintel1-1/+1
2014-05-30mesa/st: fix color outputs in presence of sample mask outputIlia Mirkin1-13/+17
2014-05-30i965: Fix Line Stipple enable bit in 3DSTATE_SF for Haswell.Pavel Popov1-1/+1
2014-05-29i965: Fix repeated usage of rectangle texture coordinate scaling.Kenneth Graunke1-7/+20
2014-05-29meta/blit: Use gl_FragColor also in the msaa blit shaderTopi Pohjolainen1-1/+1
2014-05-29i965/meta: Store stencil texturing modeTopi Pohjolainen1-0/+1
2014-05-29meta/blit: Add stencil texturing mode save and restoreTopi Pohjolainen2-3/+14
2014-05-29Revert "i965: Don't make instructions with a null dest a barrier to scheduling."Matt Turner1-8/+4
2014-05-29Revert "i965/fs: Simplify interference scan in register coalescing."Matt Turner1-9/+13
2014-05-29Revert "i965/fs: Give up in interference check if we see a WHILE."Matt Turner1-1/+1
2014-05-29Revert "i965/fs: Reduce restrictions on interference in register coalescing."Matt Turner1-0/+13
2014-05-29Revert "i965/fs: Change fs_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-4/+7
2014-05-29Revert "i965/vec4: Change vec4_visitor::emit_lrp to use MAC for gen<6"Matt Turner1-6/+10
2014-05-23i965: Properly return *RESET* status in glGetGraphicsResetStatusARBPavel Popov1-5/+13
2014-05-23mesa: Fix unbinding GL_DEPTH_STENCIL_ATTACHMENTJames Legg1-0/+6
2014-05-23meta blit: Set Z texcoord during meta blit to sample the correct layerJordan Justen1-1/+8
2014-05-23i965: Listen to BRW_NEW_FRAGMENT_PROGRAM for 3DSTATE_PS_BLEND.Kenneth Graunke2-2/+3
2014-05-23i965: Use WE_all for FB write header setup on Broadwell.Kenneth Graunke1-6/+7
2014-05-23meta: Use gl_FragColor to output color values to all the draw buffersAnuj Phogat1-11/+4
2014-05-23meta: Refactor _mesa_meta_setup_blit_shader() to avoid duplicate shader codeAnuj Phogat1-53/+48
2014-05-23meta: Avoid _swrast_BlitFramebuffer in the meta CopyTexSubImage code.Kenneth Graunke1-6/+6
2014-05-23meta: Split _swrast_BlitFramebuffer out of the meta blit path.Kenneth Graunke8-25/+56