aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* 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
* dri/nouveau: Tell the vbo module we want real hardware BOs.Francisco Jerez2010-10-311-0/+1
* dri/nouveau: Honor the access flags in nouveau_bufferobj_map_range.Francisco Jerez2010-10-311-32/+40
* dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.Francisco Jerez2010-10-302-1/+6
* dri/nv25: Bind a hierarchical depth buffer.Francisco Jerez2010-10-305-8/+34
* dri/nouveau: Don't assert(0) on compressed internal formats.Francisco Jerez2010-10-301-0/+5
* dri/nv20: Clear with the 3D engine.Francisco Jerez2010-10-301-0/+54
* st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu2010-10-311-0/+1
* osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()Brian Paul2010-10-301-4/+6
* mesa: Make metaops use program refcounts instead of names.Eric Anholt2010-10-293-62/+80
* mesa: remove dead codeBrian Paul2010-10-291-41/+0
* mesa: Fix windows build (uint -> GLuint).José Fonseca2010-10-291-4/+4
* Merge branch 'glapi-reorg'Chia-I Wu2010-10-299-24/+4499
|\
| * mesa: Remove unnecessary glapitable.h includes.Chia-I Wu2010-10-276-9/+5
| * vbo: Use CALL_* macros.Chia-I Wu2010-10-271-8/+8
| * glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu2010-10-273-3779/+3764
| * glapi: Move glapidispatch.h to core mesa.Chia-I Wu2010-10-273-2/+4275
| * glapi: Do not use glapidispatch.h.Chia-I Wu2010-10-271-3/+2
* | mesa: pixel transfer ops do not apply to integer-valued texturesBrian Paul2010-10-281-30/+52
* | mesa: additional integer formats in _mesa_bytes_per_pixel()Brian Paul2010-10-281-4/+8
* | mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul2010-10-282-2/+4
* | mesa: fix integer cases in _mesa_is_legal_format_and_type()Brian Paul2010-10-281-1/+65
* | mesa: fix incorrect type in _mesa_texstore_rgba_int16()Brian Paul2010-10-281-1/+1