aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* mesa: fix format selection for meta CopyTexSubImage()Brian Paul2011-07-281-0/+10
* mesa: test against MESA_FORMAT_NONE in _mesa_GetTexLevelParameteriv()Brian Paul2011-07-281-1/+1
* st/mesa: fix comment languageBrian Paul2011-07-281-3/+3
* r600g: fix vs export countVadim Girlin2011-07-282-2/+2
* i965: Remove the now unused intel_renderbuffer::draw_offset field.Kenneth Graunke2011-07-282-2/+0
* i965: Check actual tile offsets in Gen4 miptree workaround.Kenneth Graunke2011-07-281-2/+17
* i965/gen4: Fix message parameter loading for 1D TXD sampling.Kenneth Graunke2011-07-281-2/+4
* glsl: improve the accuracy of the radians() builtin functionPaul Berry2011-07-281-4/+4
* glsl: Add source location tracking to TODO listIan Romanick2011-07-271-0/+5
* glsl: Remove completed items from the TODO listIan Romanick2011-07-271-16/+0
* mesa: don't forget about sampleBuffers in framebuffer visual updateChristoph Bumiller2011-07-271-0/+1
* wayland-drm: Add copyright notice to protocolBenjamin Franzke2011-07-271-0/+27
* egl/gallium: fix build without softpipe and llvmpipeTobias Droste2011-07-271-3/+9
* r300g: copy the compiler from r300cMarek Olšák2011-07-2669-25/+17038
* util: enable S3TC support when the force_s3tc_enable env var is set to "true"Bryan Cain2011-07-261-2/+9
* st/mesa: respect force_s3tc_enable environment variableBryan Cain2011-07-261-1/+10
* mesa: Make _mesa_get_compressed_formats match the texture compression specsIan Romanick2011-07-253-30/+93
* mesa: Return the correct internal fmt when a generic compressed fmt was usedIan Romanick2011-07-251-3/+17
* mesa: Add utility function to get base format from a GL compressed formatIan Romanick2011-07-252-0/+91
* i965/fs: Fix MRT drawing since the m0->m2 move for shader debug.Eric Anholt2011-07-251-1/+2
* glsl: Correctly return progress from lower_variable_index_to_cond_assignIan Romanick2011-07-251-1/+3
* r300/compiler: simplify code in peephole_add_presub_addTobias Droste2011-07-251-17/+18
* winsys/radeon: fix typos in the driver interfaceMarek Olšák2011-07-251-2/+3