i965: Don't calculate masks of used FS inputs
[mesa.git] / src / mesa / main /
2012-01-11 Ian Romanicklinker: Calculate used samplers and shadow samplers...
2012-01-11 Ian Romanicklinker: Calculate the sampler to texture target mapping...
2012-01-11 Ian Romanickmesa: Validate sampler settings using uniform storage
2012-01-11 Ian Romanickmesa: Track fixed-function fragment shader as a shader
2012-01-11 Ian Romanickmesa: Use static buffer for uniform name
2012-01-11 Ian Romanickmesa: Use uniform interfaces in fixed-function fragment...
2012-01-11 Brian Paulmesa: add _mesa_HashNumEntries() function
2012-01-11 Paul Berrymesa: Fix transform feedback of unsubscripted gl_ClipDi...
2012-01-11 Dave Airliemesa/clear: fix crashes with illegal clear tests.
2012-01-11 Dave Airliemesa: fix cubemap depth completeness test
2012-01-10 Brian Paulmesa: fix > vs. >> typo in EXPAND_3_8() macro
2012-01-10 Brian Paulmesa: use STATIC_ASSERT in a few more places
2012-01-10 Brian Paulmesa: move _mesa_clear_accum_buffer() inside FEATURE_ac...
2012-01-10 Brian Paulmesa: add missing color buffer datatype check for glBli...
2012-01-09 Kenneth Graunkemesa: Bump version to 8.0 (devel)
2012-01-09 Brian Paulmesa: fix error message in _mesa_BlitFramebufferEXT()
2012-01-09 Brian Paulmesa: check depth, stencil formats (not depths) in...
2012-01-09 Brian Paulmesa: add missing error check for linear blit of intege...
2012-01-09 Brian Paulmesa: add _mesa_unpack_ubyte_rgba_row() function
2012-01-09 Brian Paulmesa: rename _mesa_unpack_int_rgba_row() to _mesa_unpac...
2012-01-07 Brian Paulmesa: rework ctx->Driver.CopyTexSubImage() parameters
2012-01-07 Brian Paulmesa: remove unused _mesa_unpack_uint_rgba_row() prototype
2012-01-07 Brian Paulmesa: add some 'f' suffixes to silence MSVC warnings
2012-01-07 Brian Paulmesa: add/update comments in _mesa_copy_buffer_subdata()
2012-01-06 Brian Paulmesa: remove gl_framebuffer:_DepthBuffer, _StencilBuffe...
2012-01-06 Eric Anholtmesa: Fix packing of stencil bits to MESA_FORMAT_Z32_FL...
2012-01-06 Vinson Leemesa: Remove 'texelBytes' declarations that are only...
2012-01-05 Paul Berrymesa: Avoid segfault when getting an unbound transform...
2012-01-05 Paul Berrymesa: Add gl_transform_feedback_info::ComponentOffset.
2012-01-05 Eric Anholtmesa: Remove the dead Varyings list in the program.
2012-01-05 Eric Anholtmesa: Fix glGetTransformFeedbackVarying().
2012-01-05 Brian Paulmesa: only map src/dest regions in _mesa_copy_buffer_su...
2012-01-05 Brian Paulmesa: print more info in buffer_object_subdata_range_go...
2012-01-05 Ian Romanickmesa: Add missing GL_RG_INTEGER cases
2012-01-04 Paul Berrymesa: Additional error checks for transform feedback.
2012-01-04 Paul Berrymesa: Check that all buffers are bound in BeginTransfor...
2012-01-04 Paul Berrymesa: Fix typos in transform feedback error messages.
2012-01-04 Brian Paulmesa: remove unused _mesa_init_teximage_fields() target...
2012-01-04 Ian Romanickff_fragment_shader: Don't generate swizzles for scalar...
2012-01-02 Brian Paulmesa: remove the dstX/Y/Zoffset params to _mesa_texstor...
2011-12-30 Brian Paulmesa: simplify Driver.GetCompressedTexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.CompressedTex[Sub]Image function...
2011-12-30 Brian Paulmesa: simplify Driver.TexImage() parameters
2011-12-30 Brian Paulmesa: simplify Driver.TexSubImage() parameters
2011-12-29 Vinson Leemesa: Use __builtin_ffsll on Mac OS X.
2011-12-28 José Fonsecamesa: Re-add main/bitset.h to fix classic nouveau build...
2011-12-28 Mathias Fröhlichmesa: Remove now unused main/bitset.h.
2011-12-28 Mathias Fröhlichmesa: Remove remaining FEATURE_ARB_vertex_buffer_object...
2011-12-28 Mathias Fröhlichmesa: Convert RENDERINPUTS* macros to GLbitfield64.
2011-12-27 Alexander von Gluckmesa: fpclassify is available on Haiku
2011-12-26 Brian Paulmesa: fix signed/unsigned comparison warnings
2011-12-26 Mathias Fröhlichmesa: remove leftovers from color indexed rendering.
2011-12-26 Mathias Fröhlichmesa: remove unused _mesa_copy_materials.
2011-12-24 Brian Paulmesa: consolidate texstore functions
2011-12-24 Brian Paulmesa: fix _mesa_store_texsubimage2d() for GL_TEXTURE_1D...
2011-12-24 Brian Paulmesa: update comment for MapTextureImage()
2011-12-24 Brian Paulmesa: remove gl_renderbuffer::PutRowRGB()
2011-12-24 Brian Paulmesa: remove gl_renderbufer::PutMonoRow() and PutMonoVa...
2011-12-24 Brian Paulmesa: add _mesa_pack_colormask()
2011-12-24 Brian Paulmesa: add _mesa_get_format_max_bits()
2011-12-24 Brian Paulmesa: split get_tex_rgba() into compressed/uncompressed...
2011-12-24 Brian Paulmesa: fix comments in getteximage_error_check()
2011-12-24 Jian Zhaomesa: move the format and type check before select_tex_...
2011-12-23 Paul Berrymesa: Disable certain error checks when transform feedb...
2011-12-23 Paul Berrymesa: Ensure that Paused is reset to false on EndTransf...
2011-12-22 Dave Airlieformat_unpack: add 8/16 rgba/rgb types.
2011-12-21 Paul Berrymesa: Add _NEW_RASTERIZER_DISCARD as synonym for _NEW_T...
2011-12-21 Paul Berrymesa: Move RasterDiscard to toplevel of gl_context.
2011-12-20 Paul Berrymesa: Remove unnecessary FLUSH_VERTICES in bind_buffer_...
2011-12-20 Paul Berrymesa: Fix off-by-one error in transform feedback size...
2011-12-20 Paul Berrymesa: Record transform feedback strides/offsets in...
2011-12-20 Jon TURNEYFix compilation on cygwin after commit 762c9766c93697af...
2011-12-20 Pekka Paalanenmesa: fix a leak in _mesa_delete_texture_image()
2011-12-19 Brian Paulmesa: make _mesa_set_tex_image() static since it's...
2011-12-16 Brian Paulmesa: new _mesa_prepare_mipmap_level() function for...
2011-12-16 Brian Paulmesa: make update_fbo_texture() non-static
2011-12-16 Brian Paulmesa: whitespace and comment fixes in fbobject.c
2011-12-16 Brian Paulmesa: add MESA_FORMAT_RGB565[_REV] as candidates for...
2011-12-16 Brian Paulmesa: add a few comments for the z unpacking functions
2011-12-15 Anuj PhogatEnabling display list support for glClearBuffer functio...
2011-12-15 Marek Olšákmesa: implement DrawTransformFeedback from ARB_transfor...
2011-12-14 Jian ZhaoAdd mismatch check for glGetTexImage or it will return...
2011-12-14 Ian RomanickRegenerate files from previous commits
2011-12-13 Marek Olšákmesa: add const flags to skip MaxVarying and MaxUniform...
2011-12-13 Brian Paulmesa: update comments for _DepthBuffer, _StencilBuffer...
2011-12-13 Brian Paulmesa: remove _DepthBuffer, _StencilBuffer resize code
2011-12-13 Brian Paulmesa: remove unused depthstencil.[ch] files
2011-12-13 Brian Paulmesa: move depth/stencil buffer validation to swrast
2011-12-13 Brian Paulmesa: move update_depth/stencil_buffer() functions
2011-12-13 Brian Paulmesa: stop using _Depth, _StencilBuffer fields in _mesa...
2011-12-12 Marek Olšákmesa: fix possible precision issues in pack/unpack...
2011-12-10 Dave Airliemesa: add missing RG_INTEGER and some RED_INTEGER_EXT...
2011-12-08 nobledmesa,intel: use _mesa_image_offset() for PBOs
2011-12-08 nobledmesa: add _mesa_image_offset()
2011-12-08 nobledmesa/image: assert on bad format
2011-12-08 nobledmesa/image: delete dead store
2011-12-08 Brian Paulmesa: use malloc instead of MAX_WIDTH array in glReadPi...
2011-12-08 Brian Paulmesa: use malloc instead of MAX_WIDTH array in _mesa_co...
2011-12-08 Brian Paulmesa: add MAX_PIXEL_BYTES define
2011-12-08 Brian Paulmesa: simplify _mesa_remove_renderbuffer()
next