summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-01-19thalloc: Remove reference functionthallocJakob Bornecrantz1-7/+0
2011-01-19glcpp: RegenerateJakob Bornecrantz2-240/+227
2011-01-19glcpp: Remove use of talloc reference countingKenneth Graunke1-13/+7
2011-01-19thalloc: Fix realloc on orphan blocksJakob Bornecrantz1-1/+4
2011-01-19thalloc: Implement misc functionsJakob Bornecrantz3-15/+82
2011-01-19thalloc: Implement string functionsJakob Bornecrantz1-27/+117
2011-01-19thalloc: Implement simple talloc functions with hallocJakob Bornecrantz1-14/+35
2011-01-19thalloc: Add missing function needed for glsl2 programJakob Bornecrantz1-0/+1
2011-01-19thalloc: Fix warnings introduced by wrapperJakob Bornecrantz1-1/+6
2011-01-19thalloc: Add scons aliasJakob Bornecrantz1-0/+2
2011-01-19glsl: Add scons aliasJakob Bornecrantz1-0/+2
2011-01-06thalloc: Add stubs for talloc functions.José Fonseca4-4/+136
2011-01-06talloc: Remove.José Fonseca9-3917/+2
2011-01-06thalloc: Avoid void pointer arithmetic.José Fonseca1-1/+1
2011-01-06thalloc: Import halloc 1.2.1 source code.José Fonseca8-1/+513
2010-12-21i965: Avoid using float type for raw moves, to work around SNB issue.Eric Anholt2-4/+8
2010-12-21r600g: avoid segfaultJerome Glisse2-2/+2
2010-12-21intel: Check for unsupported texture when finishing using as a render targetChris Wilson1-1/+2
2010-12-21st/mesa: Clean up header file inclusion in st_format.h.Vinson Lee1-1/+2
2010-12-21st/mesa: Clean up header file inclusion in st_draw.h.Vinson Lee1-1/+2
2010-12-21nouveau: fix includes for latest libdrmBen Skeggs5-6/+5
2010-12-20Regenerate gl_mangle.h.Tom Fogal1-3/+329
2010-12-20r600g: properly unset vertex bufferJerome Glisse3-12/+22
2010-12-20st/python: remove unused 'buf' parameter in pipe_buffer_unmapVinson Lee1-1/+1
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák17-50/+39
2010-12-20st/mesa: Remove comment cruft from st_context.h.Vinson Lee1-1/+0
2010-12-20st/mesa: Clean up header file inclusion in st_cb_texture.h.Vinson Lee1-1/+2
2010-12-20st/mesa: Clean up header file inclusion in st_cb_readpixels.h.Vinson Lee1-1/+3
2010-12-19r300g: optimize the fallback for misaligned ushort indicesMarek Olšák2-2/+22
2010-12-18st/mesa: Clean up header file inclusion in st_cb_program.h.Vinson Lee1-2/+0
2010-12-18st/mesa: Clean up header file inclusion in st_cb_accum.h.Vinson Lee1-1/+5
2010-12-18mesa: Clean up header file inclusion in prog_statevars.h.Vinson Lee1-1/+3
2010-12-18mesa: fix queryobj whitespace.Dave Airlie1-26/+26
2010-12-18mesa/swrast/st: add ARB_occlusion_query2 support.Dave Airlie4-13/+34
2010-12-18mapi: Clean up sources.mk.Chia-I Wu6-27/+29
2010-12-18mapi: Clean up u_current interface.Chia-I Wu9-56/+104
2010-12-18mapi: Add ABI-tag note.Chia-I Wu2-0/+26
2010-12-17Refresh autogenerated file builtin_function.cpp.Kenneth Graunke1-87/+34
2010-12-17glsl/builtins: Compute the correct value for smoothstep(vec, vec, vec).Kenneth Graunke1-87/+34
2010-12-17gallivm: Cleanup util_format_xxx_fetch_xxx call generation.José Fonseca1-47/+24
2010-12-17glsl: Expose a public glsl_type::void_type const pointer.Kenneth Graunke3-4/+6
2010-12-17r300g: finally fix the texture corruption on r3xx-r4xxMarek Olšák1-17/+15
2010-12-16Remove OES_compressed_paletted_texture from the ES2 extension list.Kenneth Graunke1-2/+0
2010-12-16softpipe: remove sp_tex_tile_cache_border_color()Brian Paul3-34/+2
2010-12-16softpipe: fix depth texture sampling regressionBrian Paul1-9/+17
2010-12-16gallivm: fix copy&paste error from previous commitBrian Paul1-1/+1
2010-12-16r600c : inline vertex format is not updated in an app, switch to use vfetch c...richard1-1/+1
2010-12-16intel: Support glCopyTexImage() from XRGB8888 to ARGB8888.Eric Anholt3-2/+94
2010-12-16intel: Try to sanely check that formats match for CopyTexImage.Eric Anholt1-40/+20
2010-12-16intel: Drop commented intel_flush from copy_teximage.Eric Anholt1-1/+0