summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2010-05-11st/xorg: Fix SCons build.Michel Dänzer
2010-05-11mesa/st: Remove internal flushes from Mesa state tracker.José Fonseca
2010-05-11tests/graw: raw -> grawJosé Fonseca
2010-05-10mesa: s/uint/GLuint/ in _mesa_BindTransformFeedback prototype.Vinson Lee
2010-05-11gallium: Add llvmpipe support to st/egl.Chia-I Wu
2010-05-10mesa: more transform feedback infrastructureBrian Paul
2010-05-10intel: Also flush front buffer in glFinish()Kristian Høgsberg
2010-05-10llvmpipe: enable PIPE_CAP_INDEP_BLEND_ENABLEBrian Paul
2010-05-10llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul
2010-05-10llvmpipe: update image dump/debug codeBrian Paul
2010-05-10llvmpipe: add, update, rewrap commentsBrian Paul
2010-05-10gallivm/llvmpipe: move an old comment to a better locationBrian Paul
2010-05-10st/mesa: rename vars, added commentsBrian Paul
2010-05-10i915: Drop intelFlush().Vinson Lee
2010-05-10intel: Drop intelFlush()Kristian Høgsberg
2010-05-10intel: Only flush fake front buffer on API level glFlush()Kristian Høgsberg
2010-05-10intel: Don't mark front buffer dirty if we're only readingKristian Høgsberg
2010-05-10intel: Mark frontbuffer dirty in intel_prepare_render()Kristian Høgsberg
2010-05-10glx: Only call DRI2 invalidate when necessaryKristian Høgsberg
2010-05-10svga: Fill in is_resource_referenced callback.José Fonseca
2010-05-10gallivm: Silent warning.José Fonseca
2010-05-10gallivm: Add missing lvalue.José Fonseca
2010-05-10st/mesa: only set prevInstWrotePsiz if translating a vertex programBrian Paul
2010-05-10st/mesa: additional assertions in dst_register()Brian Paul
2010-05-10i965g: link with software- wrapper winsys and drm api helperJakob Bornecrantz
2010-05-10gallium: Add software drm api helper to scons buildJakob Bornecrantz
2010-05-10gallium: Add pipe wrapper software winsys to scons buildJakob Bornecrantz
2010-05-10i965g: fix resource creation recursion bugRoland Scheidegger
2010-05-10i965g: add brw_state_debug.c to SConscriptRoland Scheidegger
2010-05-10i965g: avoid void * arithmeticRoland Scheidegger
2010-05-10gallivm: Temporarily disable custom LLVMDumpValue on MSVC.José Fonseca
2010-05-10gallivm: cosf/sinf are macros on MSVC.José Fonseca
2010-05-09mesa: Update comments in get_gen_es.py.Vinson Lee
2010-05-09swrast: fix 16-bit/channel renderingBrian Paul
2010-05-09osmesa: use unsigned 16-bit/channel formatBrian Paul
2010-05-09mesa: fix typos, comment in signed 16-bit tex fetch codeBrian Paul
2010-05-09mesa: added unsigned 16-bit/channel tex formatBrian Paul
2010-05-09mesa: added comments for signed 16-bit formatsBrian Paul
2010-05-09mesa: use GL_RGBA16_SNORM for accum bufferBrian Paul
2010-05-09mesa: added texstore function for signed 16-bit formatsBrian Paul
2010-05-09mesa: added UNCLAMPED_FLOAT_TO_SHORT macroBrian Paul
2010-05-09mesa: add missing cases for signed 16-bit formatsBrian Paul
2010-05-09st/mesa: Ignore internal_format in st_context_teximage.Chia-I Wu
2010-05-08gallivm: Add an alternative to LLVMDumpValue that works with Windows GUI apps.José Fonseca
2010-05-08gallivm: Fix mipfiltering with negative lod bias.José Fonseca
2010-05-08gallivm: Actually do floor/ceil/trunc for scalars.José Fonseca
2010-05-08gallivm: Import the code to compute the minimax polynomials.José Fonseca
2010-05-08gallivm: Use a minimax polynomial for exp2 in range [0,1] instead [-0.5,5].José Fonseca
2010-05-08gallivm: Don't hardcode number of args twice.José Fonseca
2010-05-08r300g: follow pipe_rasterizer_state::light_twosideMarek Olšák