summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-11-15android: make stlport happyandroid-gingerbread-nextChia-I Wu2-3/+0
2011-11-15android: target LLVM 2.8Chia-I Wu1-14/+6
2011-11-15android: add wip llvmpipe supportChia-I Wu6-1/+186
2011-11-15android: advertise GL_ARB_texture_non_power_of_twoChia-I Wu1-1/+1
2011-11-15android: disable SSE translateChia-I Wu1-1/+1
2011-11-15android: always flush softpipe to support SurfaceFlingerChia-I Wu1-1/+1
2011-11-15i915: enable GL_APPLE_texture_2D_limited_npotChia-I Wu2-0/+2
2011-11-15radeon: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul1-7/+5
2011-11-15i965: use _mesa_readpixels() instead of _swrast_ReadPixels()Brian Paul1-6/+5
2011-11-15mesa: convert unpack functions to operate on an array of valuesBrian Paul1-630/+900
2011-11-15mesa: new BYTE/SHORT_TO_FLOATZ() macrosBrian Paul3-42/+17
2011-11-15mesa: move CEILING() macro into macros.hBrian Paul3-7/+5
2011-11-15mesa: remove unused macros in macros.hBrian Paul1-26/+0
2011-11-15mesa: consolidate cases in _mesa_components_in_format()Brian Paul1-28/+12
2011-11-15swrast: fix glReadPixels from texture attachmentBrian Paul1-0/+13
2011-11-15st/mesa: check for missing VBO in setup_interleaved_attribs()Brian Paul1-3/+3
2011-11-15util/draw: replace assertions with conditionals in util_draw_max_index()Brian Paul2-13/+39
2011-11-15st/mesa: remove most of the ReadPixels codeBrian Paul2-634/+8
2011-11-15st/mesa: remove dependencies on code in st_cb_readpixels.cBrian Paul3-7/+19
2011-11-15mesa: remove _swrast_ReadPixels()Brian Paul5-533/+1
2011-11-15mesa: use _mesa_readpixels() as default driver hookBrian Paul1-1/+2
2011-11-15mesa: move swrast ReadPixels code into core MesaBrian Paul2-0/+493
2011-11-15st/mesa: check renderbuffer orientation in st_MapRenderbuffer()Brian Paul1-5/+27
2011-11-15mesa: remove support for software alpha buffersBrian Paul2-376/+0
2011-11-15xlib: remove xm_image.[ch] filesBrian Paul3-117/+0
2011-11-15xlib: remove a ton of old xlib driver cruftBrian Paul9-3409/+4
2011-11-15xlib: use MESA_FORMAT_XRGB8888 for pixmap surfacesBrian Paul1-12/+1
2011-11-15xlib: remove software alpha buffer supportBrian Paul4-26/+1
2011-11-15mesa: replace GLstencil with GLubyteBrian Paul13-149/+124
2011-11-15intel: Fix intel_map_renderbuffer() for depthstencil buffers with separate st...Chad Versace1-1/+149
2011-11-15intel: Fix software detiling of system stencil buffersChad Versace2-4/+6
2011-11-15intel: Fix intel_unmap_renderbuffer_s8()Chad Versace1-2/+2
2011-11-15intel: Refactor intel_map_renderbuffer()Chad Versace1-134/+256
2011-11-15ir_to_mesa: don't init unfirom if link failedYuanhan Liu1-1/+3
2011-11-14glsl: Always search for an exact function signature match.Kenneth Graunke1-29/+63
2011-11-14glsl: Split code to generate an ir_call out from match_function_by_name.Kenneth Graunke1-165/+173
2011-11-14glsl: Add a new matching_signature() variant that returns exact/inexact.Kenneth Graunke2-0/+18
2011-11-15r600g: fix the representation of control-flow instructionsMarek Olšák9-426/+536
2011-11-14glsl: Remove resource count checks from ir_to_mesa and st_glsl_to_tgsiIan Romanick2-106/+0
2011-11-14linker: Validate resource usage in the linkerIan Romanick1-0/+44
2011-11-14linker: Count the number of uniform components used by a shader during linkingIan Romanick2-2/+24
2011-11-14linker: Count the number of samplers used by a shader during linkingIan Romanick2-1/+31
2011-11-14meta: Fix restoring of fixed function texture enables.Eric Anholt1-27/+9
2011-11-14meta: Don't forget to flag state when restoring texobjects.Eric Anholt1-2/+5
2011-11-14st/mesa: fix system value to semantic mappingChristoph Bumiller2-0/+2
2011-11-14gallium: add TGSI_SEMANTIC_VERTEXIDChristoph Bumiller5-2/+9
2011-11-14r600g: mask write for fake VS export componentsVadim Girlin1-4/+4
2011-11-14r600g: fix op3 & write in merge_inst_groupsVadim Girlin1-1/+1
2011-11-14r600g: set max max tex/vtx instructions count to 16 for caymanAlex Deucher1-3/+1
2011-11-14r600g: set max tex/vtx instructions count to 16 for evergreenVadim Girlin1-1/+1