summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-11-03r300/compiler: Convert RGB to alpha in the scheduler.better-schedTom Stellard5-17/+354
2010-11-03r300/compiler: Add rc_get_readers()Tom Stellard4-109/+243
2010-11-01r300/compiler: Don't track readers into an IF block.Tom Stellard1-0/+3
2010-11-02egl: Rework _eglGetSearchPath.Chia-I Wu3-25/+50
2010-11-01scons: Disable python state tracker when swig is not present.José Fonseca1-0/+3
2010-11-01scons: Restore x11 tool behavior for backwards compatability.José Fonseca1-3/+15
2010-11-01scons: Some pipe drivers are not portable for MSVCJosé Fonseca1-2/+7
2010-11-01scons: Fix MinGW cross-compilation.José Fonseca1-70/+71
2010-11-01scons: Revamp how to specify targets to build.José Fonseca47-1343/+1128
2010-10-31dri/nouveau: Re-emit the BO state when coming back from a software fallback.Francisco Jerez1-2/+4
2010-10-31dri/nouveau: Validate the framebuffer state on read buffer changes.Francisco Jerez1-0/+7
2010-10-31dri/nouveau: Fix type promotion issue on 32bit platforms.Francisco Jerez1-1/+1
2010-11-01st/egl image: multiply drm buf-stride with blocksizeBenjamin Franzke1-1/+2
2010-10-31targets/egl: Fix a warning with --disable-opengl build.Chia-I Wu1-2/+1
2010-10-31autoconf: Tidy configure output for EGL.Chia-I Wu1-7/+9
2010-10-30r300/compiler: Don't clobber presubtract sources during optimizationsTom Stellard1-39/+37
2010-10-31dri/nouveau: Pipeline glTexSubImage texture transfers.Francisco Jerez2-19/+68
2010-10-31dri/nouveau: Keep small DYNAMIC_DRAW vertex buffers in system ram.Francisco Jerez4-13/+35
2010-10-31dri/nouveau: Optimize VBO binding re-emission.Francisco Jerez3-26/+84
2010-10-31dri/nouveau: Split out array handling to its own file.Francisco Jerez9-165/+244
2010-10-31dri/nouveau: Use a macro to iterate over the bound vertex attributes.Francisco Jerez5-112/+83
2010-10-31dri/nouveau: Avoid recursion in nouveau_bo_context_reset().Francisco Jerez1-5/+5
2010-10-31dri/nouveau: Split out the scratch helpers to a separate file.Francisco Jerez9-78/+165
2010-10-31dri/nouveau: Tell the vbo module we want real hardware BOs.Francisco Jerez1-0/+1
2010-10-31dri/nouveau: Honor the access flags in nouveau_bufferobj_map_range.Francisco Jerez1-32/+40
2010-10-30dri/nouveau: Call _mesa_update_state() after framebuffer invalidation.Francisco Jerez2-1/+6
2010-10-30dri/nv25: Bind a hierarchical depth buffer.Francisco Jerez5-8/+34
2010-10-30dri/nouveau: Don't assert(0) on compressed internal formats.Francisco Jerez1-0/+5
2010-10-30dri/nv20: Clear with the 3D engine.Francisco Jerez1-0/+54
2010-10-31st/mesa: Unreference the sampler view in st_bind_surface.Chia-I Wu1-0/+1
2010-10-30osmesa: fix renderbuffer memleak in OSMesaMakeCurrent()Brian Paul1-4/+6
2010-10-30autoconf: st/vega requires --enable-openvg.Chia-I Wu1-0/+15
2010-10-29glsl: Remove unused ARRAY_SIZE macro.Kenneth Graunke1-4/+0
2010-10-29mesa: Make metaops use program refcounts instead of names.Eric Anholt3-62/+80
2010-10-29mesa: remove dead codeBrian Paul1-41/+0
2010-10-29mesa: Fix windows build (uint -> GLuint).José Fonseca1-4/+4
2010-10-29targets: Add missing quotes to Makefile.xorg.Chia-I Wu1-1/+1
2010-10-29Merge branch 'glapi-reorg'Chia-I Wu28-9252/+7786
2010-10-29autoconf: Update configuration info.Chia-I Wu1-23/+40
2010-10-29docs: Update egl and openvg docs.Chia-I Wu2-48/+28
2010-10-29autoconf: Better client API selection.Chia-I Wu1-97/+180
2010-10-28mesa: pixel transfer ops do not apply to integer-valued texturesBrian Paul1-30/+52
2010-10-28mesa: additional integer formats in _mesa_bytes_per_pixel()Brian Paul1-4/+8
2010-10-28mesa: add const qualifier to _mesa_is_legal_format_and_type()Brian Paul2-2/+4
2010-10-28mesa: fix integer cases in _mesa_is_legal_format_and_type()Brian Paul1-1/+65
2010-10-28mesa: fix incorrect type in _mesa_texstore_rgba_int16()Brian Paul1-1/+1
2010-10-28mesa: remove obsolete commentBrian Paul1-1/+0
2010-10-28mesa: add extension table entry for GL_EXT_gpu_shader4Brian Paul1-0/+1
2010-10-28mesa: clean-up array element codeBrian Paul1-190/+353
2010-10-28mesa: glArrayElement support for integer-valued arraysBrian Paul1-2/+215