aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* Remove GL_MESA_packed_depth_stencilIan Romanick2010-09-273-11/+3
* mesa: Force GL_SGIS_generate_mipmap to always be enabledIan Romanick2010-09-2714-41/+9
* mesa: Force GL_ARB_copy_buffer to always be enabledIan Romanick2010-09-274-12/+6
* r300/compiler: Fix two mistakes in the presubtract optimization pass.Tom Stellard2010-09-251-14/+31
* swrast: update comments for REMAINDER() macroBrian Paul2010-09-251-2/+5
* intel: Remove unnecessary header.Vinson Lee2010-09-251-1/+0
* mesa/mipmap: fix warning since 1acadebd6270d3604b026842b8a21360968618a0Dave Airlie2010-09-251-1/+1
* intel: Remove unnecessary headers.Vinson Lee2010-09-242-21/+0
* unichrome: Remove unnecessary header.Vinson Lee2010-09-241-1/+0
* mesa: Remove unnecessary headers.Vinson Lee2010-09-243-6/+0
* intel: Fix implicit declaration of function '_mesa_meta_Bitmap' warning.Vinson Lee2010-09-241-0/+1
* mesa: Fix type typo in glGenerateMipmap handling of GL_UNSIGNED_INT data.Eric Anholt2010-09-241-1/+1
* intel: Improve some of the miptree debugging.Eric Anholt2010-09-241-2/+11
* intel: More reverting of the sw fallback for depth texture border color.Eric Anholt2010-09-241-4/+1
* intel: Add fallback debug to glGenerateMipmap.Eric Anholt2010-09-241-0/+4
* intel: Fix segfault on INTEL_DEBUG=fbo with unsupported framebuffers.Eric Anholt2010-09-241-3/+2
* i965: Add support for rendering to SARGB8 FBOs.Eric Anholt2010-09-243-0/+9
* intel: Corresponding FinishRenderTexture debug to BeginRenderTexture.Eric Anholt2010-09-241-0/+4
* intel: Dead comment removal.Eric Anholt2010-09-241-1/+0
* r600c: fix mipmap stride on evergreenAlex Deucher2010-09-241-3/+10
* st/mesa: use the wrapped renderbuffer in CopyPixels()Brian Paul2010-09-241-1/+11
* st/mesa: add missing MESA_FORMAT_S8 case in st_mesa_format_to_pipe_format()Brian Paul2010-09-241-0/+2
* mesa: fix assertions to handle srgb formatsBrian Paul2010-09-241-4/+8
* i915: Remove a dead if (0) block.Eric Anholt2010-09-231-3/+0
* intel: Remove dead intelIsTextureResident().Eric Anholt2010-09-231-18/+0
* unichrome: Mostly revert my convolution removal changes.Eric Anholt2010-09-231-7/+9
* radeon: Remove copied minimum pitch alignment code.Eric Anholt2010-09-231-12/+0
* intel: Replace my intel_texture_bitmap code with _mesa_meta_Bitmap.Eric Anholt2010-09-231-180/+1
* intel: Remove unnecessary minimum pitch alignment to 32 bytes.Eric Anholt2010-09-231-6/+0
* intel: Remove disabled stencil drawpixels acceleration.Eric Anholt2010-09-231-210/+0
* mesa: Remove EXT_convolution.Eric Anholt2010-09-2327-2210/+63
* mesa: Remove SGI_color_matrix.Eric Anholt2010-09-2316-334/+5
* mesa: Remove SGI_color_table.Eric Anholt2010-09-2310-316/+4
* mesa: Remove EXT_histogram.Eric Anholt2010-09-2313-1166/+43
* mesa: Remove the non-required ARB_imaging extension.Eric Anholt2010-09-236-22/+15
* egl: fix build since 17eace581d25a626a7d75d9d1205d012cbb14a6eDave Airlie2010-09-231-1/+1
* dri: Pass the __DRIscreen and the __DRIscreen private back to image lookupKristian Høgsberg2010-09-224-4/+6
* i965: Warning fix for vector result any_nequal/all_equal change.Eric Anholt2010-09-221-1/+3
* i965: Update expression splitting for the vector-result change to compares.Eric Anholt2010-09-221-8/+9
* i965: When splitting vector variable assignment, ignore unset channels.Eric Anholt2010-09-221-2/+5
* i965: Fix the vector/expression splitting for the write_mask change.Eric Anholt2010-09-222-7/+1
* ir_to_mesa: Only compare vector_elements present for any_nequal/all_equalEric Anholt2010-09-221-2/+18
* glsl: Rework assignments with write_masks to have LHS chan count match RHS.Eric Anholt2010-09-221-1/+27
* dri2: Make createImageFromName() take a __DRIscreen instead of __DRIcontextKristian Høgsberg2010-09-221-3/+3
* intel: Fix GL_ARB_shading_language_120 commitKristian Høgsberg2010-09-222-11/+3
* mesa: don't advertise bogus GL_ARB_shading_language_120 extensionBrian Paul2010-09-219-21/+60
* i965: Track the windowizer's dispatch for kill pixel, promoted, and OQEric Anholt2010-09-213-6/+23
* i965: Also enable CC statistics when doing OQs.Eric Anholt2010-09-211-3/+4
* i965: Share the KIL_NV implementation between glsl and non-glsl.Eric Anholt2010-09-213-17/+3
* Merge branch 'sprite-coord'Brian Paul2010-09-212-12/+19
|\