Merge commit 'origin/master' into gallium-0.2
[mesa.git] / src / mesa /
2008-10-10 Brian PaulMerge commit 'origin/master' into gallium-0.2
2008-10-10 Ian Romanickintel: GLSL 1.20 is broken in Mesa, so disable it in...
2008-10-10 Eric Anholti965: Add missing intel_pixel_draw.c symlink to fix...
2008-10-10 Brian Paulmesa: fix asst. issues in _mesa_texstore_argb8888()
2008-10-10 Brian Paulmesa: include needed header
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-10 Brian Paulmesa: fix error codes in _mesa_GetObjectParameterivARB...
2008-10-10 Brian Paulmesa: rename macro params to emphasize that there's...
2008-10-10 Brian Paulmesa: remove unneeded includes
2008-10-10 Ian Romanickintel: GLSL 1.20 is broken in Mesa, so disable it in...
2008-10-10 Eric Anholti965: Add missing intel_pixel_draw.c symlink to fix...
2008-10-10 Keith WhitwellMerge commit 'origin/master' into gallium-0.2
2008-10-10 Keith WhitwellMerge commit 'origin/gallium-0.1' into gallium-0.2
2008-10-09 Brian Paulmesa: rasterizer state depends on ST_NEW_VERTEX_PROGRAM
2008-10-09 Eric Anholti965: Accelerate depth textures with border color.
2008-10-09 Eric Anholti965: Actually hook up the accelerated DrawPixels support.
2008-10-09 Eric Anholti915: Accelerate depth textures with border color.
2008-10-08 Brian Paulmesa: in _mesa_combine_programs() take new STATE_CURREN...
2008-10-08 Brian Paulmesa: vertex emit debug code (disabled)
2008-10-08 Brian Paulmesa: fix vertex format/attribute bug
2008-10-08 Eric Anholtmesa: Pass the context to query object delete cb to...
2008-10-08 Eric Anholti965: Add ARB_occlusion_query support.
2008-10-08 Eric Anholtintel: Push flushing for cliprects changes down into...
2008-10-08 Xiang, Haihaoi965: Fix a potential assertion failure.
2008-10-07 Brian Paulmesa: pass 'mask', not NULL to renderbuffer->Put functions
2008-10-07 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-07 Brian Paulmesa: replace GLuint with GLbitfield to be clearer...
2008-10-07 Keith Whitwellmesa: update state after binding vertex list in dlist...
2008-10-07 Keith Whitwellmesa: protect against segfault in get_fp_input_mask()
2008-10-07 Brian Paulmesa: remove old assertion
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brianmesa: fix convolve/convolution mix-ups
2008-10-06 Brian Paulmesa: set FRAG_BIT_FOGC bit in InputsUsed if FogOption...
2008-10-06 Stephane MarchesinMesa: fix the case where there are no vertex attributes.
2008-10-06 Brian Paulmesa: adjust texcoords for swrast sprite points.
2008-10-06 Brian Paulmesa: updated _mesa_delete_query() comments
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-06 Brian Paulmesa: add missing GLcontext param to _mesa_delete_query().
2008-10-05 Eric Anholti915: Refine the texture indirect lookup accounting.
2008-10-04 Keith Whitwellmesa: handle vertex program enabled case also in texenv...
2008-10-03 Ian Romanickintel: Don't advertise unsupported extensions on pre...
2008-10-03 Keith Whitwellmesa: avoid generating constant vertex attributes in...
2008-10-03 Keith WhitwellMesa: short-circuit case when looking up the same progr...
2008-10-03 Keith Whitwellmesa: add new internal state for tracking current verte...
2008-10-03 Keith Whitwellmesa: add missing state dependencies for various tracke...
2008-10-03 Keith Whitwellmesa: shrink texenvprogram state key struct
2008-10-02 Michal Krolmesa: Fix compiler warnings on Windows.
2008-10-02 Brian Paulmesa: fix temp register allocation problems.
2008-10-02 Ian RomanickUnify ARB_depth_texture and SGIX_depth_texture
2008-10-01 Eric Anholti965: sampler default color ends up in texture cache...
2008-10-01 Eric Anholti965: Fix overwriting of depth override for SetTexOffset.
2008-10-01 Michal Krolmesa: Fix compiler warnings on Windows.
2008-09-30 Jonathan Whitecell: Fixed usage of MAX_INSTRUCTIONS to use new MAX_PR...
2008-09-30 Ian Romanickintel: Clean-up the extension string madness!
2008-09-29 Ian RomanickGLSL: Implement GL_OBJECT_TYPE_ARB query
2008-09-29 Ian RomanickGLSL: Implement _mesa_get_handle
2008-09-29 Ian RomanickGLSL: AttachShader returns INVALID_OPERATION for repeat...
2008-09-29 Jouk Jansenmesa: asst updates for VMS
2008-09-29 Shunichi Fujimesa: drop calloc from _mesa_get_fixed_func_vertex_program
2008-09-29 Ian RomanickUse 3Dnow! x86-64 routines only on processors that...
2008-09-29 Ian RomanickRemove TNL-to-VP tracking from i965
2008-09-27 Tobias Jakobiglapi: add DISPATCH_FUNCTION_SIZE
2008-09-27 Tobias Jakobiglapi: add gl_dispatch_functions_start and end
2008-09-27 Brian Paulmesa: fix temp register allocation problems.
2008-09-26 Eric Anholtintel: Fix a number of memory leaks on context destroy.
2008-09-26 Alan Hourihanest: add prototype for st_get_framebuffer_dimensions()
2008-09-26 Alan Hourihanest: export st_get_framebuffer_dimensions() to retrieve
2008-09-26 Brian Paulmesa: remove invalid assertions that programs have...
2008-09-26 Brian Paulmesa: fix assertion in _mesa_reference_program()
2008-09-26 Brad Kingmesa: fix param indexing
2008-09-26 Brian Paulmesa: fix incorrect parameter order
2008-09-26 Brian Paulmesa: remove const qualifiers to match device driver...
2008-09-26 Brian Paulgallium: rename tgsi_translate_mesa_program() to st_tra...
2008-09-26 Brian Paulmesa: add some braces
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-26 Brian Paulmesa: fix default buffer object access value
2008-09-26 Brian Paulgallium: rename tgsi_translate_mesa_program() to st_tra...
2008-09-26 Brian Paulmesa: add some braces
2008-09-26 Alan Hourihanest: change from ** to * for st_unreference_framebuffer()
2008-09-26 Keith Whitwellmesa: fix indenting
2008-09-26 Keith Whitwelldri: remove unused files present only on gallium-0...
2008-09-26 Keith WhitwellMerge commit 'origin/master' into HEAD
2008-09-26 Brianmesa: fix cast/conversion for optional code
2008-09-26 Brian Paulmesa: fix/simplify initialization of vertex/fragment...
2008-09-26 Brian Paulmesa: fix typo (s/feadback/feedback/). Fixes broken...
2008-09-26 Brian Paulmesa: increase MAX_INSTRUCTIONS
2008-09-26 Brian Paulmesa: fix swizzle failure, fix typo
2008-09-25 Brian Paulmesa: fix float->int mapping for glGetIntegerv(GL_DEPTH...
2008-09-25 Brian Paulmesa: fix default buffer object access value
2008-09-25 Brian Paulmesa: fix some VBO buffer object issues
2008-09-25 Sam Hocevarmesa: fix function params to match prototypes
2008-09-25 Sam Hocevarmesa: prevent the slang code generator from aborting...
2008-09-25 Sam Hocevari965: support for sin() and cos() in vertex shaders.
2008-09-25 Sam Hocevari965: more meaningful message for unsupported opcodes.
2008-09-24 Eric Anholtintel: Fix clears to depth_stencil texture attachments.
2008-09-24 Brianset SamplerUnit[] entry in load_texture() just to be...
2008-09-24 Brianuse PROGRAM_CONSTANT instead of PROGRAM_STATE_VAR when...
2008-09-24 Brianset program->SamplersUsed bit when using a texture...
next