summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* gbm/dri: avoid crash in dri_screen_createRALOVICH, Kristóf2011-08-041-0/+2
* r600g: remove more of unused codeMarek Olšák2011-08-041-13/+0
* r600g: take into account force_add_cf in popsVadim Girlin2011-08-031-15/+24
* r600g: use backend mask for occlusion queriesVadim Girlin2011-08-035-4/+160
* winsys/radeon: remove dummy function pb_bufferMarek Olšák2011-08-032-16/+7
* util: fix a typo in util_format_swizzle_4fMarek Olšák2011-08-031-1/+1
* radeon: Remove some remaining set-but-unused variables.Eric Anholt2011-08-024-14/+0
* radeon: Remove set-but-unused variables in radeon_lock.cEric Anholt2011-08-021-10/+0
* radeon: Remove set-but-unused variables in radeonSetTexBuffer2() variants.Eric Anholt2011-08-025-29/+0
* radeon: Remove set-but-unused log2depth variable.Eric Anholt2011-08-021-2/+1
* radeon: Remove set-but-unused color_mask variable.Eric Anholt2011-08-022-6/+0
* intel: Fix unused variable warning.Eric Anholt2011-08-021-1/+0
* r600g: remove dummy function r600_bo_offsetMarek Olšák2011-08-026-33/+29
* r600g: remove unused codeMarek Olšák2011-08-027-654/+0
* gallium/util: add functions for manipulating swizzlesMarek Olšák2011-08-027-41/+75
* i915: Only emit program errors when INTEL_DEBUG=wm or INTEL_DEBUG=fallbacksIan Romanick2011-08-021-6/+8
* i915: Fail without crashing if a Mesa IR program uses too many registersIan Romanick2011-08-021-2/+13
* ir_to_mesa: Emit warnings instead of errors for IR that can't be loweredIan Romanick2011-08-021-4/+24
* ir_to_mesa: Use Add linker_error instead of fail_linkIan Romanick2011-08-021-31/+22
* mesa: Ensure that gl_shader_program::InfoLog is never NULLIan Romanick2011-08-022-5/+7
* linker: Make linker_{error,warning} generally availableIan Romanick2011-08-024-3/+22
* linker: Make linker_error set LinkStatus to falseIan Romanick2011-08-024-100/+90
* i965/gen5+: Fix incorrect miptree layout for non-power-of-two cubemaps.Kenneth Graunke2011-08-011-1/+1
* glsl: improve the accuracy of the atan(x,y) builtin function.Paul Berry2011-08-011-1/+3
* glsl: improve the accuracy of the asin() builtin function.Paul Berry2011-08-011-28/+40
* glsl: Remove duplicate commentChad Versace2011-08-011-8/+0
* darwin: Use machine/endian.h to determine endiannessJeremy Huddleston2011-07-311-0/+9
* Fix PPC detection on darwinJeremy Huddleston2011-07-311-2/+2
* glsl: Clarify ir_function::matching_sigature()Chad Versace2011-07-301-20/+33
* glsl: Fix conversions in array constructorsChad Versace2011-07-301-2/+10
* glsl: Remove ir_function.cpp:type_compare()Chad Versace2011-07-301-61/+0
* glsl: Fix implicit conversions in non-constructor function callsChad Versace2011-07-301-17/+29
* glsl: Add method glsl_type::can_implicitly_convert_to()Chad Versace2011-07-302-0/+51
* mesa: minor comment changes in teximage.cBrian Paul2011-07-291-7/+2
* mesa: add missing breaks for GL_TEXTURE_CUBE_MAP_SEAMLESS queriesBrian Paul2011-07-291-6/+8
* i965/fs: Allow register coalescing where the source is a uniform.Eric Anholt2011-07-291-10/+14
* i965/fs: Optimize a * 1.0 -> a.Eric Anholt2011-07-292-0/+44
* i965/fs: If we see a RCP of a constant, try to constant fold it.Eric Anholt2011-07-291-0/+14
* i965/fs: Port texture projection avoidance optimization from the old backend.Eric Anholt2011-07-291-3/+15
* Revert "i965: Don't compute brw->wm.input_size_masks when it's unused."Eric Anholt2011-07-291-11/+1
* i965/fs: Stop using the exec_list iterator.Eric Anholt2011-07-296-71/+67
* r600g: fix up vs export handlingAlex Deucher2011-07-294-4/+27
* st/egl: create pbuffers with PIPE_BIND_SAMPLER_VIEWChia-I Wu2011-07-291-3/+4
* i965/fs: Respect ARB_color_buffer_float clamping.Eric Anholt2011-07-281-6/+15
* mesa: Fix ff fragment shader inputs calculation when enabling a VS.Eric Anholt2011-07-281-2/+1
* targets/{egl,gbm}: omit unneeded libdrm_radeonChia-I Wu2011-07-292-4/+0
* egl: EGL_MATCH_NATIVE_NATIVE_PIXMAP cannot be EGL_DONT_CAREChia-I Wu2011-07-291-2/+3
* egl: make pixmaps and pbuffers EGL_BUFFER_PRESERVEDChia-I Wu2011-07-291-1/+3
* Add dependency generation for Mesa and GLSL dricore objects.Eric Anholt2011-07-282-2/+4
* softpipe: When doing write_all_cbufs, don't stomp over the color.Eric Anholt2011-07-281-4/+12