summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: add macros MIN3 and MAX3Marek Olšák2011-04-271-0/+4
* st/mesa: fix warning: ‘user_memory’ may be used uninitialized in this fun...Marek Olšák2011-04-271-1/+1
* Squashed commit of the following:Brian Paul2011-04-2629-6006/+6648
* i965/fs: Add support for compute-to-mrf in 16-wide mode.Eric Anholt2011-04-261-11/+52
* i965/fs: Typo fix a comment.Eric Anholt2011-04-261-1/+1
* i965/fs: Enable constant propagation in 16-wide.Eric Anholt2011-04-261-5/+3
* i965/fs: Fix and enable the instruction scheduler for 16-wide.Eric Anholt2011-04-261-8/+42
* i965/fs: Add support for 16-wide dispatch with uniforms in use.Eric Anholt2011-04-262-8/+53
* hash_table: Add an iterator for doing things like cleanup of the HT.Eric Anholt2011-04-262-0/+26
* i965/fs: Add a little whitespace between shader dumping debug.Eric Anholt2011-04-261-1/+5
* i965/fs: Add support for compr4 MRF writes.Eric Anholt2011-04-261-14/+18
* i965/fs: Add support for 16-wide dispatch on gen5.Eric Anholt2011-04-263-12/+93
* i965/fs: Add initial support for 16-wide dispatch on gen6.Eric Anholt2011-04-266-81/+210
* i965/fs: Add support for discard instructions in 16-wide mode.Eric Anholt2011-04-261-0/+3
* i965/fs: Add support for math instructions in 16-wide mode.Eric Anholt2011-04-263-14/+45
* i965/fs: Fix interference calculation of pixel_[xy] in 16-wide.Eric Anholt2011-04-261-0/+23
* i965/fs: Disable some optimization passes under 16-wide for now.Eric Anholt2011-04-262-0/+15
* i965/fs: Add support for 16-wide texturing on gen5+.Eric Anholt2011-04-261-21/+29
* i965/fs: Add support for computing pixel_[xy] in 16-wide.Eric Anholt2011-04-262-10/+46
* i965/fs: Add support for 16-wide dispatch to the register allocator.Eric Anholt2011-04-261-19/+37
* i965: Move the destination reg setup for 8/16 wide to the emit code.Eric Anholt2011-04-264-10/+6
* intel: Use tiling for dri2AllocateBuffer implementationKristian Høgsberg2011-04-261-1/+10
* intel: Set gen in intelInitScreen, just copy value in intelInitContextKristian Høgsberg2011-04-263-5/+14
* intel: Use X tiling for DRM EGL ImagesKristian Høgsberg2011-04-261-1/+1
* mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhereIan Romanick2011-04-253-3/+1
* main: remove duplicated includesNicolas Kaiser2011-04-252-2/+0
* mesa: add stricter checks for float formats in the texstore memcpy pathMarek Olšák2011-04-251-0/+2
* mesa: implement generate-mipmap fallback for RGB10_A2Marek Olšák2011-04-251-0/+80
* st/mesa: fix regression since a22aba4eae9b29db731487bce90e8292f7e82c72Dave Airlie2011-04-251-2/+2
* mesa: Add some comments about FRAG_RESULT_COLOR vs FRAG_RESULT_DATAn.Eric Anholt2011-04-231-0/+8
* mesa: Fix fragment.color (no index) writes with OPTION ARB_draw_buffers.Eric Anholt2011-04-231-3/+8
* i965: Don't double-emit fragment.color writes for MRT with ARB_fp.Eric Anholt2011-04-232-35/+19
* i965: Fill in the remaining fields of gen5+ sampler default color.Eric Anholt2011-04-231-4/+14
* i965: Fix batch decode for the gen5+ sampler default color.Eric Anholt2011-04-231-6/+24
* intel: Add support for ARB_sampler_objects.Eric Anholt2011-04-2313-80/+99
* i965: Add support for NV_conditional_render.Eric Anholt2011-04-235-0/+17
* swrast: Disable glAccum drawing during conditional rendering.Eric Anholt2011-04-231-0/+4
* meta: Don't do conditional rendering on GenerateMipmaps and BlitFramebuffer.Eric Anholt2011-04-231-1/+24
* i965: Add support for ARB_texture_compression_rgtc.Eric Anholt2011-04-233-0/+11
* mesa: Don't assert on the compressed convertformat for GenerateMipmaps.Eric Anholt2011-04-231-1/+0
* mesa: Choose RGTC formats for GL_COMPRESSED_RED, GL_COMPRESSED_RG.Eric Anholt2011-04-231-0/+8
* mesa/gdi: Address compiler warnings.José Fonseca2011-04-232-136/+131
* mesa/gdi: Remove InitCritSections.cpp.José Fonseca2011-04-231-33/+0
* Drop fx windows driver.José Fonseca2011-04-233-2299/+0
* scons: Build classic mesa gdi driver.José Fonseca2011-04-236-115/+52
* osmesa: Fix Mingw build.José Fonseca2011-04-231-16/+1
* scons: Build osmesa.José Fonseca2011-04-233-0/+108
* mesa/vf: Remove.José Fonseca2011-04-235-2257/+0
* r300/compiler: fix up error messageMarek Olšák2011-04-221-2/+2
* swrast: fix readpix clampingMarek Olšák2011-04-221-4/+4