summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2011-10-24apple: Implement applegl_unbind_context7.10Jeremy Huddleston1-0/+18
2011-10-24apple: Silence some debug spewJeremy Huddleston1-3/+3
2011-10-03r600g: bump domain selection up one layer.Dave Airlie3-6/+24
2011-07-31Fix PPC detection on darwinJeremy Huddleston1-2/+2
2011-07-20glsl: Rewrote _mesa_glsl_process_extension to use table-driven logic.Paul Berry1-71/+213
2011-07-20glsl: Changed extension enable bits to bools.Paul Berry1-12/+12
2011-07-20glsl: Ensure that sampler declarations are always uniform or "in" parameters.Paul Berry1-0/+35
2011-07-20glsl: Move type_contains_sampler() into glsl_type for later reuse.Paul Berry3-16/+23
2011-07-20linker: Only over-ride built-ins when a prototype has been seenIan Romanick2-5/+21
2011-07-19glx: Avoid calling __glXInitialize() in driReleaseDrawables().Henri Verbeet2-9/+4
2011-07-11swrast: fix depth/stencil blits when there's no colorbufferMarek Olšák1-3/+0
2011-07-11mesa: return early if mask is cleared to zero in BlitFramebufferMarek Olšák1-0/+4
2011-07-08st/mesa: use the first non-VOID channel in st_format_datatypeMarek Olšák1-3/+16
2011-07-07linker: Assign locations for fragment shader outputIan Romanick1-33/+75
2011-07-07glsl: permit explicit locations on fragment shader outputs, not inputsPaul Berry1-1/+1
2011-07-06glsl: Don't choke when printing an anonymous function parameterIan Romanick1-1/+5
2011-07-06ir_to_mesa: Allocate temporary instructions on the visitor's ralloc contextIan Romanick1-16/+12
2011-07-06glsl: Track initial mask in constant propagation live setIan Romanick1-3/+14
2011-06-27linker: Reject shaders that use too many varyingsIan Romanick1-5/+36
2011-06-27r600g: bump shader input limitsMarek Olšák1-2/+2
2011-06-26nouveau: fix includes for latest libdrmBen Skeggs5-6/+5
2011-06-25r300g: drop support for ARGB, ABGR, XRGB, XBGR render targetsMarek Olšák1-22/+2
2011-06-24mesa: fix a memory leak in _mesa_unpack_depth_spanMarek Olšák1-0/+1
2011-06-24mesa: fix texstore of DEPTH24_STENCIL8 if srcFormat is STENCIL_INDEXMarek Olšák1-3/+6
2011-06-23st/wgl: return height, not width for WGL_PBUFFER_HEIGHT_ARBBrian Paul1-1/+1
2011-06-22r600c: add missing bank tiling case for evergreenAlex Deucher1-0/+3
2011-06-18r300g: fix handling PREP_* optionsMarek Olšák1-27/+26
2011-06-14r600c: add tiling support for evergreen+Alex Deucher1-45/+95
2011-06-13apple: Dead code removalJeremy Huddleston2-2/+0
2011-06-13apple: applegl_destroy_context: Pass along the correct displayJeremy Huddleston1-1/+1
2011-06-13mesa: Regenerate parser files from previous two commitsIan Romanick2-545/+589
2011-06-13mesa: Add support for OPTION ATI_draw_buffers to ARB_fp.Eric Anholt1-0/+10
2011-06-13mesa: Add support for the ARB_fragment_program part of ARB_draw_buffers.Eric Anholt2-0/+30
2011-06-12wgl: Don't hold on to user supplied HDC.José Fonseca3-23/+22
2011-06-12st/wgl: Remove buggy assertion.José Fonseca1-2/+0
2011-06-12st/wgl: Allow to create pbuffers bigger than the desktop.José Fonseca1-1/+25
2011-06-12st/wgl: Cope with zero width/height windows.José Fonseca1-12/+38
2011-06-12st/wgl: Prevent spurious framebuffer sizes when the window is minimized.José Fonseca1-5/+12
2011-06-12st/wgl: Fix debug output format specifiers of stw_framebuffer_get_size().José Fonseca1-3/+3
2011-06-12st/wgl: Adjust the pbuffer invisible window size.José Fonseca1-8/+53
2011-06-12gallivm: Fix for dynamically linked LLVM 2.8 library.José Fonseca1-2/+12
2011-06-12gallivm: Tell LLVM to not assume a 16-byte aligned stack on x86.José Fonseca1-0/+13
2011-06-11osmesa: Fix missing symbols when GLX_INDIRECT_RENDERING is defined.Jeremy Huddleston1-0/+28
2011-06-12mesa: return after invalidating renderbufferMarek Olšák1-0/+1
2011-06-12mesa: invalidate framebuffer if internal format of renderbuffer is changedMarek Olšák2-6/+31
2011-06-12mesa: fix up assertion in _mesa_source_buffer_existsMarek Olšák1-0/+2
2011-06-12st/mesa: fix compressed mipmap generation.Dave Airlie1-6/+4
2011-06-12mesa: Ignore blits to/from missing buffersIan Romanick1-8/+37
2011-06-12mesa: Don't try to clear a NULL renderbufferIan Romanick1-0/+8
2011-06-11st/mesa: remove asserts in st_texture_image_copyMarek Olšák1-4/+0