summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* mesa: Clean up header file inclusion in convolve.h.Vinson Lee2010-11-071-3/+4
* mesa: Clean up header file inclusion in colortab.h.Vinson Lee2010-11-071-3/+6
* mesa: Clean up header file inclusion in buffers.h.Vinson Lee2010-11-071-1/+2
* mesa: Clean up header file inclusion in blend.h.Vinson Lee2010-11-071-1/+3
* mesa: Clean up header file inclusion in attrib.h.Vinson Lee2010-11-071-3/+5
* mesa: Clean up header file inclusion in atifragshader.h.Vinson Lee2010-11-071-1/+6
* mesa: make fixed-pt and byte-valued arrays a runtime featureBrian Paul2010-11-072-23/+25
* mesa: remove stray GL_FLOAT case in _mesa_is_legal_format_and_type()Brian Paul2010-11-071-1/+0
* mesa: implement uint texstore codeBrian Paul2010-11-071-24/+127
* mesa: rename vars in pixel pack/unpack codeBrian Paul2010-11-071-403/+397
* mesa: consolidate pixel packing/unpacking codeBrian Paul2010-11-071-397/+244
* mesa: Clean up header file inclusion in arrayobj.h.Vinson Lee2010-11-071-1/+3
* mesa: Include mfeatures.h in api_validate.c for FEATURE_* symbols.Vinson Lee2010-11-061-0/+1
* mesa: Include mfeatures.h in api_loopback for FEATURE_beginend.Vinson Lee2010-11-061-0/+1
* mesa: Clean up header file inclusion in api_validate.h.Vinson Lee2010-11-061-1/+4
* 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