mesa: fix format/type check in unpack_image() for bitmaps
[mesa.git] / src / mesa /
2011-09-19 Brian Paulmesa: fix format/type check in unpack_image() for bitmaps
2011-09-19 Paul Berryi965 new VS: Fix copy propagation of double negatives.
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-18 Brian Paulswrast: fix more store_texel() bugs
2011-09-18 Dave Airliegallium: move clear paths from rgba to a pointer to...
2011-09-17 Brian Paulmesa: use ctx->Driver.AllocTextureImageBuffer() to...
2011-09-17 Brian Paulmesa: plug in swrast texture image alloc/free functions
2011-09-17 Brian Paulswrast: add Alloc/FreeTextureImageBuffer() driver functions
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 Paulswrast: plug in _swrast_new/delete_texture_image()...
2011-09-17 Brian Paulradeon: make radeon_texture_image a subclass of swrast_...
2011-09-17 Brian Paulintel: make intel_texture_image a subclass of swrast_te...
2011-09-17 Brian Paulswrast: introduce new swrast_texture_image struct
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 Paulmeta: fix/add checks for GL_EXT_framebuffer_sRGB
2011-09-17 Brian Paulmesa: s/short/ushort/ in unpack_SIGNED_RGBA_16()
2011-09-15 Eugeni DodonovChange strerror(ret) to strerror(-ret).
2011-09-15 Brian Paulmesa: fix error handling for dlist image unpacking
2011-09-15 Brian Paulst/mesa: rewrap a long line
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 Andrew DeasonDRI: Log something if we don't support legacy DRI
2011-09-14 Brian Paulst/mesa: fix/update comment on st_translate_color()
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 Brian Paulst/mesa: fix incorrect debug output
2011-09-13 Dave Airliemesa/pack: don't apply transfer operations to integer...
2011-09-12 Marek Olšákst/mesa: clamp Max program param limits
2011-09-10 Bryan Cainglsl_to_tgsi: use UARL instead of I2F and ARL
2011-09-10 Marek Olšákmesa: fix more valgrind warnings
2011-09-10 Marek Olšákmesa: fix a valgrind warning
2011-09-10 Marek Olšákglsl_to_tgsi: fix shadow2DArray comparison
2011-09-10 Marek Olšákir_to_mesa: fix shadow2DArray comparison
2011-09-10 Marek Olšákst/mesa: convert shadow array samplers to TGSI
2011-09-10 Marek Olšákgallium: add PIPE_CAP_MAX_TEXTURE_ARRAY_LAYERS
2011-09-09 Ian Romanickdri: Remove all extension enabling utility functions
2011-09-09 Ian Romanickswrast-dri: Remove call to driInitExtensions
2011-09-09 Ian Romanickradeon: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr600: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr300: Enable extensions by just setting the flags
2011-09-09 Ian Romanickr200: Enable extensions by just setting the flags
2011-09-09 Ian Romanicknouveau: Enable extensions by just setting the flags
2011-09-09 Ian Romanickintel: Move S3TC extension enable bits to intel_extensi...
2011-09-09 Ian Romanickintel: Enable extensions by just setting the flags
2011-09-09 Ian Romanicknvprogram: Silence "warning: unused parameter ‘ctx’"
2011-09-09 Ian Romanickswrast: Silence many "warning: unused parameter ‘ctx’"
2011-09-09 Ian Romanicktnl_dd: Silence "tnl_dd/t_dd_tritmp.h:292:3: warning...
2011-09-09 Ian Romanickspantmp2: Silence many "warning: unused parameter ...
2011-09-09 Ian Romanickmesa: Silence "main/teximage.h:148:72: warning: unused...
2011-09-09 Ian Romanickswrast-dri: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickdri: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickdri_util: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "intel/intel_fbo.h:105:4: warning: compa...
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘depth0’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘target’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘fb’"
2011-09-09 Ian Romanickintel: Silence "warning: unused parameter ‘intel’"
2011-09-09 Ian Romanickintel: Silence several "warning: unused parameter"
2011-09-09 Ian Romanickintel: Silence many "intel_batchbuffer.h:97:39: warning...
2011-09-09 Brian Paulnouveau: remove target parameter from nouveau_bufferobj...
2011-09-09 Brian Paulst/mesa: init program MaxLocalParams, MaxEnvParams...
2011-09-09 Eric Anholti965/vs: Allow copy propagation on GRFs.
2011-09-09 Eric Anholti965/vs: Clear tracked copy propagation values whose...
2011-09-09 Eric Anholti965/vs: Add support for copy propagation of the UNIFOR...
2011-09-09 Eric Anholti965/vs: Add constant propagation to a few opcodes.
2011-09-09 Eric Anholti965/vs: Keep track of indices into a per-register...
2011-09-09 Eric Anholti965/vs: Switch to the new VS backend by default.
2011-09-09 Eric Anholti965/vs: Add support for overflowing the number of...
2011-09-09 Eric Anholti965/vs: Pack uniform registers before optimization
2011-09-09 Eric Anholti965/vs: When failing due to lack of spilling, don...
2011-09-09 Eric Anholti965/vs: Fix variable indexed array access with more...
2011-09-09 Eric Anholti965/vs: Add annotation to more of the URB write.
2011-09-09 Chia-I Wuintel: add support for __DRI_IMAGE_FORMAT_ABGR8888
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()
next