mesa.git
2010-05-11 Kristian Høgsbergintel: Drop viewport hack when we can
2010-05-11 Kristian Høgsbergglx: Provide the __DRI_USE_INVALIDATE extension to...
2010-05-11 Kristian Høgsbergdri_interface.h: Add new __DRI_USE_INVALIDATE extension
2010-05-11 Michel Dänzerst/xorg: Fix SCons build.
2010-05-11 José Fonsecamesa/st: Remove internal flushes from Mesa state tracker.
2010-05-11 José Fonsecatests/graw: raw -> graw
2010-05-11 Vinson Leemesa: s/uint/GLuint/ in _mesa_BindTransformFeedback...
2010-05-11 Chia-I Wugallium: Add llvmpipe support to st/egl.
2010-05-11 Brian Paulmesa: more transform feedback infrastructure
2010-05-11 Kristian Høgsbergintel: Also flush front buffer in glFinish()
2010-05-10 Brian Paulllvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLE
2010-05-10 Brian Paulllvmpipe: fix up indexing of blend/colormask state...
2010-05-10 Brian Paulllvmpipe: update image dump/debug code
2010-05-10 Brian Paulllvmpipe: add, update, rewrap comments
2010-05-10 Brian Paulgallivm/llvmpipe: move an old comment to a better location
2010-05-10 Brian Paulst/mesa: rename vars, added comments
2010-05-10 Vinson Leei915: Drop intelFlush().
2010-05-10 Kristian Høgsbergintel: Drop intelFlush()
2010-05-10 Kristian Høgsbergintel: Only flush fake front buffer on API level glFlush()
2010-05-10 Kristian Høgsbergintel: Don't mark front buffer dirty if we're only...
2010-05-10 Kristian Høgsbergintel: Mark frontbuffer dirty in intel_prepare_render()
2010-05-10 Kristian Høgsbergglx: Only call DRI2 invalidate when necessary
2010-05-10 José Fonsecasvga: Fill in is_resource_referenced callback.
2010-05-10 José Fonsecagallivm: Silent warning.
2010-05-10 José Fonsecagallivm: Add missing lvalue.
2010-05-10 Brian Paulst/mesa: only set prevInstWrotePsiz if translating...
2010-05-10 Brian Paulst/mesa: additional assertions in dst_register()
2010-05-10 Jakob Bornecrantzi965g: link with software- wrapper winsys and drm api...
2010-05-10 Jakob Bornecrantzgallium: Add software drm api helper to scons build
2010-05-10 Jakob Bornecrantzgallium: Add pipe wrapper software winsys to scons...
2010-05-10 Roland Scheideggeri965g: fix resource creation recursion bug
2010-05-10 Roland Scheideggeri965g: add brw_state_debug.c to SConscript
2010-05-10 Roland Scheideggeri965g: avoid void * arithmetic
2010-05-10 José Fonsecagallivm: Temporarily disable custom LLVMDumpValue on...
2010-05-10 José Fonsecagallivm: cosf/sinf are macros on MSVC.
2010-05-10 Vinson Leemesa: Update comments in get_gen_es.py.
2010-05-10 Brian Paulswrast: fix 16-bit/channel rendering
2010-05-10 Brian Paulosmesa: use unsigned 16-bit/channel format
2010-05-10 Brian Paulosmesa: add mapi/glapi to SRC_DIRS to fix build
2010-05-10 Brian Paulmesa: fix typos, comment in signed 16-bit tex fetch...
2010-05-10 Brian Paulmesa: added unsigned 16-bit/channel tex format
2010-05-10 Brian Paulmesa: added comments for signed 16-bit formats
2010-05-10 Brian Paulmesa: use GL_RGBA16_SNORM for accum buffer
2010-05-10 Brian Paulmesa: added texstore function for signed 16-bit formats
2010-05-10 Brian Paulmesa: added UNCLAMPED_FLOAT_TO_SHORT macro
2010-05-10 Brian Paulmesa: add missing cases for signed 16-bit formats
2010-05-09 Chia-I Wust/mesa: Ignore internal_format in st_context_teximage.
2010-05-08 José Fonsecagallivm: Add an alternative to LLVMDumpValue that works...
2010-05-08 José Fonsecagallivm: Fix mipfiltering with negative lod bias.
2010-05-08 José Fonsecagallivm: Actually do floor/ceil/trunc for scalars.
2010-05-08 José Fonsecagallivm: Import the code to compute the minimax polynom...
2010-05-08 José Fonsecagallivm: Use a minimax polynomial for exp2 in range...
2010-05-08 José Fonsecagallivm: Don't hardcode number of args twice.
2010-05-08 Marek Olšákr300g: follow pipe_rasterizer_state::light_twoside
2010-05-08 Marek Olšákr300g: follow pipe_rasterizer_state::point_size_per_vertex
2010-05-08 Marek Olšákr300g: move GA_POINT_MINMAX back to rs_state
2010-05-08 Marek Olšákr300g: fix glean/pointSprite using lodbias correction
2010-05-08 Marek Olšákr300g: pass depth texture swizzle to the compiler if...
2010-05-08 Marek Olšákr300g: respect compare mode regardless of sampler type
2010-05-08 Marek Olšákr300/compiler: fake equal/notequal for shadow samplers
2010-05-08 Marek Olšákr300/compiler: use perspective division only for TXP...
2010-05-08 Marek Olšákr300/compiler: make shadow sampler codegen more readabl...
2010-05-08 Marek Olšákr300/compiler: shorten RC_*SWIZZLE* expressions
2010-05-08 Marek Olšákr300/compiler: generalize depth texture mode to support...
2010-05-08 Marek Olšákr300/compiler: fix LIT instruction case 0^0 = 1
2010-05-08 Marek Olšákr300g: consolidate common render code into one function
2010-05-08 José Fonsecagallivm: The the JIT engine to use our sinf()/cosf...
2010-05-08 José Fonsecagallivm: Fix BREAK/CONT translation.
2010-05-08 José Fonsecallvmpipe: Cover more formats in unit test.
2010-05-08 José Fonsecagallivm: Fix segfaul when inserting allocas in an empty...
2010-05-08 José Fonsecagallivm: Centralize SoA swizzling into a single place.
2010-05-08 José Fonsecagallivm: Support predicates.
2010-05-08 José Fonsecallvmpipe: Match p_screen.h's function prototype.
2010-05-08 Chia-I WuUpdate file list for the tarballs.
2010-05-08 Vinson Leellvmpipe: Remove unnecessary header.
2010-05-08 Chia-I Wudocs: Update EGL and OpenGL ES docs.
2010-05-08 Chia-I Wuegl: Build drivers in $(TOP)/$(LIB_DIR)/egl.
2010-05-08 Chia-I Wugallium: Add egl-apis target.
2010-05-08 Chia-I Wumapi: Add install rules for OpenGL ES.
2010-05-08 Chia-I Wumapi: Install .pc file for OpenVG.
2010-05-08 Chia-I Wumapi: Update vgapi to build libOpenVG.so.
2010-05-08 Chia-I Wumapi: Merge src/gles/.
2010-05-08 Chia-I WuDefine OpenGL ES and OpenVG library names.
2010-05-08 Chia-I Wuegl_g3d: Check external modules for client APIs first.
2010-05-08 Chia-I Wuegl: Add _eglSearchPathForEach.
2010-05-07 Brian Paulgallium/draw: additional comments in the clipping code
2010-05-07 Brian Paulmesa: remove driver hooks for GetFloat/Integer/Doublev...
2010-05-07 Kristian Høgsbergglx: Get GLX_SCREEN first in __glXQueryContextInfo()
2010-05-07 Jon TURNEYmesa: fpclassify dummy definition is not needed on...
2010-05-07 Brian Paultgis: fix SOA aliasing for MUL instruction in SSE codegen
2010-05-07 Vinson Leeapple: Move glapi to mapi.
2010-05-07 José Fonsecamapi/glapi: Don't allocate a page for every function...
2010-05-07 José Fonsecamapi: Avoid Data Execution Prevention on windows.
2010-05-07 José Fonsecawgl: Add mapi to includes.
2010-05-07 Chia-I Wumapi: Add x86-64 dispatcher.
2010-05-07 Chia-I Wumapi: Add x86 dispatcher.
2010-05-07 Chia-I Wust/vega: Use vgapi.
2010-05-07 Chia-I Wumapi: Add vgapi.
2010-05-07 Chia-I Wumapi: Add a generic C dispatcher.
2010-05-07 Chia-I Wumapi: Add mapi and share the code with glapi.
next