glsl_to_tgsi: implement ir_binop_all_equal and ir_binop_any_nequal for native integers
[mesa.git] / src / mesa / main /
2011-09-19 Ian Romanickglapi: Update generated file modified by previous commit
2011-09-19 Ian Romanickmesa: Delete stale comment about MESAX extensions
2011-09-19 Ian Romanickmesa: Replace _mesa_rgba_logicop_enabled(ctx) with...
2011-09-19 Ian Romanickmesa: Use ColorLogicOpEnabled instead of _LogicOpEnabled
2011-09-19 Ian Romanickmesa: Remove support for GL_EXT_blend_logic_op
2011-09-19 Ian Romanickmesa: Remove unused _mesa_enable_imaging_extensions...
2011-09-19 Eric Anholtmesa: Throw an error when starting conditional render...
2011-09-19 Eric Anholtmesa: Throw an error instead of asserting for condrende...
2011-09-19 Eric Anholtmesa: Add support for Begin/EndConditionalRender in...
2011-09-19 Brian Paulmesa: fix format/type check in unpack_image() for bitmaps
2011-09-19 Ian Romanickmesa: Advertise GL_OES_compressed_paletted_texture...
2011-09-19 Ian Romanickmesa: Remove redundant compressed paletted texture...
2011-09-19 Ian Romanickmesa: Refactor compressed texture error checks to work...
2011-09-19 Ian Romanickmesa: Add _mesa_cpal_compressed_format_type
2011-09-19 Ian Romanickmesa: Refactor expected texture size check in cpal_get_info
2011-09-19 Ian Romanickmesa: Add GL_OES_compressed_paletted_texture formats...
2011-09-19 Ian Romanickmesa: Add GL_OES_compressed_paletted_texture formats...
2011-09-19 Yuanhan Liumesa: fix error handling for glMapBufferRange
2011-09-19 Brian Paulmesa: generate GL_INVALID_OPERATION in glIsEnabledIndex...
2011-09-19 Yuanhan Liumesa: fix error handling for glSelectBuffer
2011-09-19 Yuanhan Liumesa: fix error handling for glPixelZoom
2011-09-19 Yuanhan Liumesa: fix error handling for glIsEnabled
2011-09-19 Yuanhan Liumesa: fix error handling for glTexEnv
2011-09-19 Yuanhan Liumesa: fix error handling for some glGet* functions
2011-09-19 Yuanhan Liumesa: fix error handling for glEvalMesh1/2D
2011-09-17 Brian Paulmesa: use ctx->Driver.AllocTextureImageBuffer() to...
2011-09-17 Brian Paulmesa: add AllocTextureImageBuffer() driver hook
2011-09-17 Brian Paulmesa: move gl_texture_image::FetchTexel fields to swrast
2011-09-17 Brian Paulmesa: add new DeleteTextureImage() driver hook
2011-09-17 Brian Paulmesa: move software texel fetch code into swrast
2011-09-17 Brian Paulmesa: move _mesa_update_fetch_functions() calls into...
2011-09-17 Brian Paulmesa: implement unpack_SIGNED_GR1616 in format_unpack.c
2011-09-17 Brian Paulmesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
2011-09-15 Brian Paulmesa: fix error handling for dlist image unpacking
2011-09-15 Brian Paulmesa: add missing ')' in error message
2011-09-15 Dave Airlieuniforms: accept all int/unsigned int sampler types...
2011-09-14 Brian Paulmesa: minor clean-up on _mesa_unclamped_float_rgba_to_u...
2011-09-14 Brian Paulmesa: white space, comment fixes in mtypes.h
2011-09-14 Dave Airliemesa/colormac: introduce inline helper for 4 unclamped...
2011-09-14 Dave Airliemesa: introduce a clear color union to be used for...
2011-09-13 Dave Airliemesa/pack: don't apply transfer operations to integer...
2011-09-10 Marek Olšákmesa: fix more valgrind warnings
2011-09-10 Marek Olšákmesa: fix a valgrind warning
2011-09-09 Ian Romanicknvprogram: Silence "warning: unused parameter ‘ctx’"
2011-09-09 Ian Romanickmesa: Silence "main/teximage.h:148:72: warning: unused...
2011-09-09 Brian Paulmesa: remove unneeded #include of texfetch.h
2011-09-09 Brian Paulmesa: use _mesa_unpack_float_z_row in get_tex_depth()
2011-09-09 Brian Paulmesa: use ctx->Driver.GetTexImage() to decompress base...
2011-09-09 Brian Paulmesa: handle compressed images in get_tex_rgba()
2011-09-09 Brian Paulmesa: new _mesa_decompress_image() function
2011-09-09 Brian Paulmesa: added _mesa_get_uncompressed_format(), _mesa_form...
2011-09-09 Brian Paulmesa: add new pixel format unpacking code
2011-09-08 Adam Jacksongles: Fix glGet(GL_{NUM_,}COMPRESSED_TEXTURE_FORMATS_ARB)
2011-09-08 José FonsecaDefine INLINE macro in terms of inline.
2011-09-07 Dave Airlievarray.c: fix logic around BGRA with ARB_vertex_type_2_...
2011-09-06 Brian Paulmesa: whitespace fixes, just to be consistent
2011-09-06 Brian Paulmesa: put _mesa_ prefix on vert_result_to_frag_attrib()
2011-09-06 Brian Paulmesa: fix vert_result_to_frag_attrib() parameter type
2011-09-06 Brian Paulmesa: s/inline/INLINE/ to fix MSVC build
2011-09-06 Ian Romanickmesa: Remove support for unpacking from client memory...
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from _mesa_{dest,source...
2011-09-06 Ian Romanickmesa: Remove GL_COLOR_INDEX from base format assertions
2011-09-06 Ian Romanickmesa: Remove unused struct gl_color_table
2011-09-06 Ian Romanickmesa: Remove unused functions _mesa_lookup_rgba_{float...
2011-09-06 Ian Romanickmesa: Remove all mention of GL_COLOR_INDEX*_EXT
2011-09-06 Ian Romanickmesa: Remove dd_function_table::CopyColorTable, ::CopyC...
2011-09-06 Ian Romanickmesa: Remove API facing bits of EXT_paletted_texture...
2011-09-06 Paul BerryRefactor code that converts between gl_vert_result...
2011-09-06 Dave Airliemesa/varray: add interface support for ARB_vertex_type_...
2011-09-06 Dave Airliemesa: add initial API changes for ARB_vertex_type_2_10_...
2011-09-06 Dave Airlieglapi: regen API files for new extension
2011-09-06 Bryan Cainmesa: add a UniformBooleanTrue option
2011-09-02 Marek Olšákmesa: handle zero-size buffers in MapBuffer and ranges...
2011-09-01 Brian Paulmesa: fix broken store_texel() functions
2011-09-01 Bryan Cainmesa: Replace the EmitNoIfs compiler flag with a MaxIfD...
2011-08-31 Brian Paulmesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_...
2011-08-31 Brian Paulmesa: bump max program local params, max uniforms limit
2011-08-30 Eric Anholtmesa: Fix glGetUniform() type conversions.
2011-08-30 Christoph Bumillermesa: update multisample state on _NEW_BUFFERS
2011-08-29 Ian Romanickmesa: Remove all mention of MESA_FORMAT_CI8
2011-08-29 Brian Paulmesa: Convert texture debug dump function to using...
2011-08-29 Brian Paulmesa: Convert texstore.c to accessing textures using...
2011-08-29 Brian Paulmesa: Add driver hooks for texture image mapping/unmapping.
2011-08-29 Eric Anholtmesa: Don't check for image->Data when freeing an image...
2011-08-29 Eric Anholtmesa: Rename FreeTexImageData to FreeTextureImageBuffer.
2011-08-27 Ian Romanickmapi: Commit generated files modified by previous commit
2011-08-27 Stéphane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2011-08-25 Brian PaulMerge branch 'kasanen-post-process-v2'
2011-08-25 Kenneth Graunkeglsl: Implement the GL_ARB_conservative_depth extension.
2011-08-24 Brian Paulmesa: add gl_texture_image::Face, Level fields
2011-08-23 Ian Romanickmesa: Eliminate dd_function_table::MapBuffer
2011-08-23 Ian Romanickmesa: Fix incorrect access parameter passed to MapBuffer
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Ian Romanickmesa: Remove target parameter from dd_function_table...
2011-08-23 Chia-I Wumesa: call _mesa_set_vp_override in glDrawTex*
2011-08-20 Chia-I Wumesa: android has no log2f nor ffs
next