summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-30st/xorg: Fix debug option function call typo.Michel Dänzer1-1/+1
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu10-10/+184
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu9-86/+110
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu9-131/+114
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu9-75/+79
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu8-11/+73
2009-09-30mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu3-37/+54
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu4-50/+70
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu3-29/+42
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu5-254/+133
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu4-65/+47
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu4-25/+47
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu4-23/+45
2009-09-30progs/egl: Make demo3 work again.Chia-I Wu1-10/+15
2009-09-30progs/egl: Check EGL_MESA_screen_surface is supported in demo2.Chia-I Wu1-0/+6
2009-09-30progs/egl: Fix a crash in demo1.Chia-I Wu1-10/+11
2009-09-30st/egl: Fix a double free in drm_destroy_context.Chia-I Wu1-1/+0
2009-09-30st/egl: Fix a crash when unbinding current context.Chia-I Wu3-14/+4
2009-09-30progs/egl: Replace EGL_i915 by EGL_DEFAULT_DISPLAY.Chia-I Wu8-18/+6
2009-09-29docs: document GLSL sqrt(0) fixBrian Paul1-0/+1
2009-09-29glsl: regenerated fileBrian Paul1-49/+57
2009-09-29glsl: rewrite sqrt(x) intrinsic to handle x=0Brian Paul1-34/+42
2009-09-29glsl: add support for CMP instructionBrian Paul4-0/+4
2009-09-29docs: fixed glXQueryContext(GLX_RENDER_TYPE)Brian Paul1-0/+1
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul1-4/+4
2009-09-29mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul1-2/+2
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul3-0/+16
2009-09-29mesa: added _mesa_nop_vertex/fragment_program()Brian Paul2-0/+98
2009-09-29llvmpipe: Workaround for bug in llvm 2.5.José Fonseca1-1/+14
2009-09-29llvmpipe: First verify LLVM IR, only then run optimizing passes.José Fonseca1-5/+5
2009-09-29llvmpipe: Runtime cpu checks for lp_build_min_simple too.José Fonseca1-10/+9
2009-09-29llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca3-35/+159
2009-09-29glx: indentation fixesBrian Paul1-12/+13
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul5-8/+75
2009-09-29mesa: bump version to 7.6.1Brian Paul3-5/+5
2009-09-29docs: initial 7.6.1 release notesBrian Paul2-0/+45
2009-09-29mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul1-8/+14
2009-09-29softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul1-0/+5
2009-09-29softpipe: Grab a ref when the fb is set.Brian Paul2-4/+9
2009-09-29egl_xdri: Report full list of supported configs.Chia-I Wu1-31/+66
2009-09-29egl: Add support for querying render buffer.Chia-I Wu2-7/+36
2009-09-29egl: Add a function to convert __GLcontextModes to _EGLConfig.Chia-I Wu2-0/+77
2009-09-29egl: Rework config lookup.Chia-I Wu3-53/+89
2009-09-29egl: Rework configuration management.Chia-I Wu2-199/+661
2009-09-29egl: Introduce config keys.Chia-I Wu4-38/+84
2009-09-29llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca4-51/+37
2009-09-29util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.José Fonseca4-415/+410
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca1-0/+5
2009-09-29i915: Fix MSVC build.Vinson Lee1-1/+1
2009-09-29python: Update for surface_buffer_create change.José Fonseca1-0/+1