summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-10-01mesa: Return -FLT_MAX instead of 0 for LG2(0).Vinson Lee
2009-10-01st/xorg: Check that ms->api->destroy is not NULL before calling it.Michel Dänzer
2009-10-01util: Enable sockets on BSDRobert Noland
2009-10-01util: define PIPE_OS_FREEBSD to correct u_cpu_detect on FreeBSD.Robert Noland
2009-10-01mesa: better debug messageBrian Paul
2009-10-01gallium: remove depth.occlusion_count flagKeith Whitwell
2009-10-01st/mesa: fix non-mipmap lastLevel calculation.Cooper Yuan
2009-09-30glx: fix glXQueryContext(GLX_RENDER_TYPE)Brian Paul
2009-09-30i965: Fix massive memory allocation for streaming texture usage.Eric Anholt
2009-09-30st/xorg: Fix debug option function call typo.Michel Dänzer
2009-09-30mesa/main: New feature FEATURE_beginend.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_dlist follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_evaluators follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_queryobj.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_arrayelt.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_texgen follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_feedback follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_drawpix follow feature conventions.Chia-I Wu
2009-09-30mesa/main: New feature FEATURE_rastpos.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_histogram follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_attrib_stack follow feature conventions.Chia-I Wu
2009-09-30mesa/main: Make FEATURE_accum follow feature conventions.Chia-I Wu
2009-09-30st/egl: Fix a double free in drm_destroy_context.Chia-I Wu
2009-09-30st/egl: Fix a crash when unbinding current context.Chia-I Wu
2009-09-29glsl: regenerated fileBrian Paul
2009-09-29glsl: rewrite sqrt(x) intrinsic to handle x=0Brian Paul
2009-09-29glsl: add support for CMP instructionBrian Paul
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-09-29mesa/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-09-29mesa: added nopfrag/nopvert options for MESA_GLSLBrian Paul
2009-09-29mesa: added _mesa_nop_vertex/fragment_program()Brian Paul
2009-09-29llvmpipe: Workaround for bug in llvm 2.5.José Fonseca
2009-09-29llvmpipe: First verify LLVM IR, only then run optimizing passes.José Fonseca
2009-09-29llvmpipe: Runtime cpu checks for lp_build_min_simple too.José Fonseca
2009-09-29llvmpipe: Implement non SSE4.1 versions of floor and round.José Fonseca
2009-09-29glx: indentation fixesBrian Paul
2009-09-29Merge branch 'mesa_7_6_branch'Brian Paul
2009-09-29mesa: bump version to 7.6.1Brian Paul
2009-09-29mesa: work-around glXCopyContext() bug in _mesa_copy_texture_state()Brian Paul
2009-09-29softpipe: initialize the clear_flags bitvector in sp_create_tile_cache()Brian Paul
2009-09-29softpipe: Grab a ref when the fb is set.Brian Paul
2009-09-29egl_xdri: Report full list of supported configs.Chia-I Wu
2009-09-29egl: Add support for querying render buffer.Chia-I Wu
2009-09-29egl: Add a function to convert __GLcontextModes to _EGLConfig.Chia-I Wu
2009-09-29egl: Rework config lookup.Chia-I Wu
2009-09-29egl: Rework configuration management.Chia-I Wu
2009-09-29egl: Introduce config keys.Chia-I Wu
2009-09-29llvmpipe: Emit SSE intrinsics based on runtime cpu capability check.José Fonseca
2009-09-29util: Cleanup u_cpu_detect, build. Support X86_64 and detect SSE4.1 too.José Fonseca
2009-09-29gallium: New PIPE_OS_UNIX to simplify code that is portable to all unices.José Fonseca