summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-08-03r600g: use backend mask for occlusion queriesVadim Girlin5-4/+160
2011-08-03winsys/radeon: remove dummy function pb_bufferMarek Olšák2-16/+7
2011-08-03util: fix a typo in util_format_swizzle_4fMarek Olšák1-1/+1
2011-08-02radeon: Remove some remaining set-but-unused variables.Eric Anholt4-14/+0
2011-08-02radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt1-10/+0
2011-08-02radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt5-29/+0
2011-08-02radeon: Remove set-but-unused log2depth variable.Eric Anholt1-2/+1
2011-08-02radeon: Remove set-but-unused color_mask variable.Eric Anholt2-6/+0
2011-08-02intel: Fix unused variable warning.Eric Anholt1-1/+0
2011-08-02r600g: remove dummy function r600_bo_offsetMarek Olšák6-33/+29
2011-08-02r600g: remove unused codeMarek Olšák7-654/+0
2011-08-02gallium/util: add functions for manipulating swizzlesMarek Olšák7-41/+75
2011-08-02i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick1-6/+8
2011-08-02i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick1-2/+13
2011-08-02ir_to_mesa: Emit warnings instead of errors for IR that can't be loweredIan Romanick1-4/+24
2011-08-02ir_to_mesa: Use Add linker_error instead of fail_linkIan Romanick1-31/+22
2011-08-02mesa: Ensure that gl_shader_program::InfoLog is never NULLIan Romanick2-5/+7
2011-08-02linker: Make linker_{error,warning} generally availableIan Romanick4-3/+22
2011-08-02linker: Make linker_error set LinkStatus to falseIan Romanick4-100/+90
2011-08-01i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke1-1/+1
2011-08-01glsl: improve the accuracy of the atan(x,y) builtin function.Paul Berry1-1/+3
2011-08-01glsl: improve the accuracy of the asin() builtin function.Paul Berry1-28/+40
2011-08-01glsl: Remove duplicate commentChad Versace1-8/+0
2011-07-31darwin: Use machine/endian.h to determine endiannessJeremy Huddleston1-0/+9
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-07-30glsl: Clarify ir_function::matching_sigature()Chad Versace1-20/+33
2011-07-30glsl: Fix conversions in array constructorsChad Versace1-2/+10
2011-07-30glsl: Remove ir_function.cpp:type_compare()Chad Versace1-61/+0
2011-07-30glsl: Fix implicit conversions in non-constructor function callsChad Versace1-17/+29
2011-07-30glsl: Add method glsl_type::can_implicitly_convert_to()Chad Versace2-0/+51
2011-07-29mesa: minor comment changes in teximage.cBrian Paul1-7/+2
2011-07-29mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queriesBrian Paul1-6/+8
2011-07-29i965/fs: Allow register coalescing where the source is a uniform.Eric Anholt1-10/+14
2011-07-29i965/fs: Optimize a * 1.0 -> a.Eric Anholt2-0/+44
2011-07-29i965/fs: If we see a RCP of a constant, try to constant fold it.Eric Anholt1-0/+14
2011-07-29i965/fs: Port texture projection avoidance optimization from the old backend.Eric Anholt1-3/+15
2011-07-29Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."Eric Anholt1-11/+1
2011-07-29i965/fs: Stop using the exec_list iterator.Eric Anholt6-71/+67
2011-07-29r600g: fix up vs export handlingAlex Deucher4-4/+27
2011-07-29st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu1-3/+4
2011-07-28i965/fs: Respect ARB_color_buffer_float clamping.Eric Anholt1-6/+15
2011-07-28mesa: Fix ff fragment shader inputs calculation when enabling a VS.Eric Anholt1-2/+1
2011-07-29targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu2-4/+0
2011-07-29egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu1-2/+3
2011-07-29egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu1-1/+3
2011-07-28Add dependency generation for Mesa and GLSL dricore objects.Eric Anholt2-2/+4
2011-07-28softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt1-4/+12
2011-07-28mesa: fix format selection for meta CopyTexSubImage()Brian Paul1-0/+10
2011-07-28mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()Brian Paul1-1/+1
2011-07-28st/mesa: fix comment languageBrian Paul1-3/+3