summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-12-12r600g: add some new pci idsHEADmasterAlex Deucher1-0/+10
2011-12-12mesa: fix possible precision issues in pack/unpack/fetch functionsMarek Olšák3-16/+16
2011-12-12r300g: integer and fixed-point 16.16 textures are not supportedMarek Olšák1-0/+11
2011-12-12st/mesa: add color varyings to MaxVaryingMarek Olšák1-6/+4
2011-12-11i915g: fix debug dump on 64 bit systemsMichael Karcher1-1/+1
2011-12-11i915g: Fix wrong indices for LINE_LOOP caseFatih Aşıcı1-2/+2
2011-12-11vl: Add missing mpeg fields to pipe_mpeg12_picture_descMaarten Lankhorst2-0/+6
2011-12-11g3dvl/xlib: fix build by changing include orderTobias Droste1-2/+2
2011-12-10st/mesa: move frag depth up a level.Dave Airlie2-19/+19
2011-12-10Revert "st/mesa: only resolve is number of samples is > 1"Dave Airlie1-1/+1
2011-12-10st/mesa: only resolve is number of samples is > 1Dave Airlie1-1/+1
2011-12-10mesa: add missing RG_INTEGER and some RED_INTEGER_EXT checks.Dave Airlie4-0/+21
2011-12-10gallium: implement ARB_conservative_depthMarek Olšák5-1/+50
2011-12-09util: Add strings.h include on unicesJosé Fonseca1-0/+4
2011-12-09mesa/st: Don't modify the context draw/read buffers.José Fonseca1-64/+0
2011-12-08mesa,intel: use _mesa_image_offset() for PBOsnobled2-15/+19
2011-12-08mesa: add _mesa_image_offset()nobled2-17/+57
2011-12-08mesa/image: assert on bad formatnobled1-11/+9
2011-12-08mesa/image: delete dead storenobled1-7/+0
2011-12-08glsl_to_tgsi: fix a bug in eliminate_dead_code_advanced()Bryan Cain1-10/+8
2011-12-08llvmpipe: Trim the fragment shader cached based on LLVM IR instruction count.José Fonseca6-11/+62
2011-12-08llvmpipe,draw,gallivm: Ensure we don't walk beyond the end of the shader vari...José Fonseca3-5/+18
2011-12-08swrast: use malloc instead of MAX_WIDTH arrays in glCopyPixels, zoom codeBrian Paul2-2/+18
2011-12-08mesa: use malloc instead of MAX_WIDTH array in glReadPixels()Brian Paul1-9/+14
2011-12-08mesa: use malloc instead of MAX_WIDTH array in _mesa_convert_colors()Brian Paul1-1/+7
2011-12-08mesa: add MAX_PIXEL_BYTES defineBrian Paul2-0/+10
2011-12-08mesa: simplify _mesa_remove_renderbuffer()Brian Paul1-10/+2
2011-12-08mesa: remove software-based renderbuffer code from core MesaBrian Paul2-2039/+0
2011-12-08mesa/drivers: use new swrast renderbuffer functionsBrian Paul12-62/+74
2011-12-08mesa: build new s_renderbuffer.c fileBrian Paul2-0/+2
2011-12-08swrast: remove core renderbuffer functions from s_renderbuffer.[ch]Brian Paul2-267/+49
2011-12-08swrast: add s_renderbuffer.[ch], copied from main/renderbuffer.[ch]Brian Paul2-0/+2318
2011-12-08mesa: remove unused functions in depthstencil.cBrian Paul2-171/+0
2011-12-08mesa: make some renderbuffer functions staticBrian Paul2-76/+48
2011-12-08swrast: remove dead accum buffer context fieldsBrian Paul2-10/+1
2011-12-08mesa: remove dead swrast and state tracker accum buffer codeBrian Paul5-1049/+0
2011-12-08mesa: rewrite accum buffer supportBrian Paul10-15/+434
2011-12-08mesa: new format_pack.c codeBrian Paul4-0/+2596
2011-12-08mesa: remove the ctx->Driver.IsTextureResident() hookBrian Paul4-30/+5
2011-12-08mesa: remove TextureMemCpy driver hookBrian Paul4-69/+2
2011-12-08st/mesa: Use util_blit_pixels_writemask() for depth blits as well in st_copy_...Henri Verbeet1-81/+89
2011-12-08st/xa: Update xa_yuv_planar_blit semanticsThomas Hellstrom5-12/+16
2011-12-07i965 gen6: Implement pass-through GS for transform feedback.Paul Berry6-46/+208
2011-12-07i965: Clean up misleading defines for DWORD 2 of URB_WRITE header.Paul Berry5-24/+59
2011-12-07i965 gs: Clean up dodgy register re-use, at the cost of a few MOVs.Paul Berry2-65/+111
2011-12-07i965 gen6: Allocate URB space for GSPaul Berry3-12/+63
2011-12-07i965: Set the maximum number of GS URB entries on Sandybridge.Kenneth Graunke1-0/+2
2011-12-07i965: Only convert if/else to conditional adds prior to Gen6.Paul Berry1-2/+28
2011-12-07i965 gs: Remove unnecessary mapping of key->primitive.Paul Berry2-16/+7
2011-12-07mesa: Track changes to transform feedback state.Paul Berry2-1/+9