summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Clean up header file inclusion in api_loopback.h.Vinson Lee2010-11-061-1/+4
* mesa: Clean up header file inclusion in version.h.Vinson Lee2010-11-061-1/+1
* mesa: Clean up header file inclusion in accum.h.Vinson Lee2010-11-061-1/+4
* mesa: Fix delayed state flagging for EXT_sso-related program changes.Eric Anholt2010-11-061-18/+5
* meta: Don't try to disable cube maps if the driver doesn't expose the extension.Francisco Jerez2010-11-061-1/+2
* vbo: Avoid unnecessary copy to/from current in vertex format upgrade.Francisco Jerez2010-11-062-48/+63
* i965: Silence uninitialized variable warning.Vinson Lee2010-11-041-1/+1
* i965: Silence uninitialized variable warning.Vinson Lee2010-11-041-1/+1
* r300/compiler: Move declaration before code.Vinson Lee2010-11-041-5/+6
* r300/compiler: Move declaration before code.Vinson Lee2010-11-041-2/+3
* meta: Fix incorrect rendering of the bitmap alpha component.Francisco Jerez2010-11-041-3/+9
* meta: Don't leak alpha function/reference value changes.Francisco Jerez2010-11-041-0/+5
* st/mesa: Reset the constant buffers before destroying the pipe context.Tilman Sauerbeck2010-11-041-0/+5
* dri/nouveau: Silence uninitialized variable warning.Vinson Lee2010-11-031-0/+5
* mesa: code to unpack RGBA as uintsBrian Paul2010-11-032-0/+787
* intel: Remove leftover dri1 locking fields in the context.Eric Anholt2010-11-031-3/+0
* intel: Remove duplicated teximage miptree to object miptree promotion.Eric Anholt2010-11-031-15/+0
* intel: Avoid taking logbase2 of several things that we max.Eric Anholt2010-11-031-5/+1
* i965: Remove dead intel_structs.h file.Eric Anholt2010-11-032-264/+0
* intel: Remove the magic unaligned memcpy code.Eric Anholt2010-11-031-89/+0
* intel: Annotate debug printout checks with unlikely().Eric Anholt2010-11-0334-129/+116
* mesa: silence new warnings in texobj.cBrian Paul2010-11-021-4/+2
* savage: Remove unnecessary header.Vinson Lee2010-11-021-1/+0
* intel: For batch, use GTT mapping instead of writing to a malloc and copying.Eric Anholt2010-11-022-13/+9
* mesa: Don't compute an unused texture completeness debug string.Eric Anholt2010-11-021-9/+12
* st/mesa: Reset the index buffer before destroying the pipe context.Tilman Sauerbeck2010-11-021-0/+2
* mesa: Fix C++ includes in sampler.cppChad Versace2010-11-021-4/+4
* st/mesa: unbind constant buffer when not in useKeith Whitwell2010-11-021-1/+4
* mesa: fix aux/accum comment and error message mixupsBrian Paul2010-11-021-2/+2
* mesa: remove always-false conditional in check_compatible()Brian Paul2010-11-021-3/+0
* dri/util: add a bunch of commentsBrian Paul2010-11-021-0/+24
* mesa: move the gl_config struct declarationBrian Paul2010-11-021-54/+62
* mesa: use GLubyte for edge flag arraysBrian Paul2010-11-021-2/+2
* i965: refresh wm push constant also for BRW_NEW_FRAMENT_PROGRAM on gen6Zhenyu Wang2010-11-021-1/+1
* mesa: Allow contexts of different APIs to coexist.Chia-I Wu2010-11-025-159/+132
* mesa: Select FEATURE_remap_table when multiple APIs are enabled.Chia-I Wu2010-11-023-3/+5
* r300/compiler: Don't track readers into an IF block.Tom Stellard2010-11-011-0/+3
* scons: Fix MinGW cross-compilation.José Fonseca2010-11-011-70/+71
* scons: Revamp how to specify targets to build.José Fonseca2010-11-011-314/+315
* dri/nouveau: Re-emit the BO state when coming back from a software fallback.Francisco Jerez2010-10-311-2/+4
* dri/nouveau: Validate the framebuffer state on read buffer changes.Francisco Jerez2010-10-311-0/+7
* dri/nouveau: Fix type promotion issue on 32bit platforms.Francisco Jerez2010-10-311-1/+1
* r300/compiler: Don't clobber presubtract sources during optimizationsTom Stellard2010-10-301-39/+37
* dri/nouveau: Pipeline glTexSubImage texture transfers.Francisco Jerez2010-10-312-19/+68
* dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.Francisco Jerez2010-10-314-13/+35
* dri/nouveau: Optimize VBO binding re-emission.Francisco Jerez2010-10-313-26/+84
* dri/nouveau: Split out array handling to its own file.Francisco Jerez2010-10-319-165/+244
* dri/nouveau: Use a macro to iterate over the bound vertex attributes.Francisco Jerez2010-10-315-112/+83
* dri/nouveau: Avoid recursion in nouveau_bo_context_reset().Francisco Jerez2010-10-311-5/+5
* dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez2010-10-319-78/+165