summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: Reject forward-looking contextsIan Romanick2012-01-021-2/+6
* dri_util: Mostly stub implementation of dri2CreateContextAttribsIan Romanick2012-01-021-12/+79
* glx: Add extension strings for GLX_ARB_create_context and GLX_ARB_create_cont...Ian Romanick2012-01-022-1/+5
* glx: Connect glXCreateContextAttribsARB to glXGetProcAddressIan Romanick2012-01-021-0/+3
* glx: Initial implementation of glXCreateContextAttribsARBIan Romanick2012-01-024-1/+121
* glx/dri2: Implement glx_screen_vtable::create_context_attribs for DRI2 contextsIan Romanick2012-01-021-1/+91
* glx: Implement glx_screen_vtable::create_context_attribs for indirect contextsIan Romanick2012-01-021-1/+23
* glx: Add glx_screen_vtable::create_context_attribsIan Romanick2012-01-024-3/+14
* glx: Use __glX_send_client_info with XCBIan Romanick2012-01-021-0/+4
* glx: Add __glX_send_client_info super functionIan Romanick2012-01-023-0/+160
* glsl-to-tgsi: handle ir_unop_round_evenChristoph Bumiller2012-01-021-1/+4
* glsl_to_tgsi: fix handling of CONT and BRK in eliminate_dead_code_advanced()Bryan Cain2012-01-021-2/+7
* swrast: Remove dead code in _swrast_clear_depth_buffer()Paul Berry2012-01-021-9/+0
* radeon: move declarations before codeBrian Paul2012-01-022-4/+6
* radeon: add casts to silence warningsBrian Paul2012-01-021-2/+2
* radeon: remove unused tex image function prototypesBrian Paul2012-01-021-40/+0
* mesa: remove the dstX/Y/Zoffset params to _mesa_texstore() functionsBrian Paul2012-01-029-309/+111
* intel: pass xoffset, yoffset = 0 to _mesa_texstore()Brian Paul2012-01-021-3/+1
* i965: Silence gcc warning about uninitialized "inst" in assert() case.Eric Anholt2012-01-021-1/+1
* i965: Silence gcc warning from resizing EU store changes.Eric Anholt2012-01-021-1/+1
* vl: seperate shader buffers from componentsChristian König2012-01-027-64/+38
* r300g: inline r300_resource_set_propertiesMarek Olšák2012-01-011-16/+1
* r300g: rework resource_copy_region, not changing pipe_resourceMarek Olšák2012-01-019-119/+194
* u_blitter: expose functions for setting default views and surfaces for copyingMarek Olšák2012-01-012-18/+65
* st_glsl_to_tgsi: translate interp mode for front/back colorDave Airlie2011-12-311-2/+2
* softpipe: reorder LIT to fix fp-lit-src-equals-dstDave Airlie2011-12-311-8/+8
* llvmpipe: fix blending for intensity formatsDave Airlie2011-12-311-1/+2
* st/mesa: remove stImage->base.Face/Level assignments in st_TexImage()Brian Paul2011-12-301-3/+0
* u_format: fix latc fetches.Dave Airlie2011-12-301-1/+6
* u_format/rgtc: fix alpha values in returned texels.Dave Airlie2011-12-301-1/+10
* glsl: fix usage of potentially undefined data_end unionAlexander von Gluck2011-12-301-1/+1
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* mesa: simplify Driver.GetCompressedTexImage() parametersBrian Paul2011-12-303-14/+10
* mesa: simplify Driver.CompressedTex[Sub]Image function parametersBrian Paul2011-12-305-170/+98
* mesa: simplify Driver.TexImage() parametersBrian Paul2011-12-3010-185/+134
* mesa: simplify Driver.TexSubImage() parametersBrian Paul2011-12-308-111/+89
* st/mesa: remove TexSubImage code, use core mesa routines instead.Brian Paul2011-12-301-140/+3
* u_format: fix inv_swizzles generationDave Airlie2011-12-301-1/+2
* r600g: Manage fences per screen rather than per context.Michel Dänzer2011-12-302-56/+65
* i915g: Allocate tmp for KILPStéphane Marchesin2011-12-301-0/+2
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-305-79/+29
* llvmpipe: Remove useless draw_install_pstipple_stage call.Stéphane Marchesin2011-12-291-5/+0
* intel: Fix memory leak in intel_miptree_create()Chad Versace2011-12-291-2/+2
* i965/fs: Allow constant propagation into IF with embedded compare.Eric Anholt2011-12-291-0/+1
* intel: Drop the batchbuffer flush on glRenderbufferStorage().Eric Anholt2011-12-291-2/+0
* intel: Drop the batchbuffer flush on glFramebufferRenderbuffer().Eric Anholt2011-12-291-2/+0
* intel: Make the batchbuffer flush debug more useful.Eric Anholt2011-12-292-3/+5
* intel: Fix performance regression in Lightsmark since HiZ changes.Eric Anholt2011-12-291-0/+3
* intel: Don't consider miptrees for other texture targets to match.Eric Anholt2011-12-292-1/+3
* mesa: Use __builtin_ffsll on Mac OS X.Vinson Lee2011-12-281-1/+1