mesa: replace GLchan with GLubyte in texcompress_s3tc.c
[mesa.git] / src / mesa /
2011-09-21 Brian Paulmesa: replace GLchan with GLubyte in texcompress_s3tc.c
2011-09-21 Brian Paulmesa/gallium: remove GLchan from latc, rgtc code
2011-09-21 Brian Paulmesa: remove GLchan in texcompress_fxt1.c
2011-09-21 Brian Paulmesa: s/_mesa_make_temp_chan_image()/_mesa_make_temp_ub...
2011-09-21 Brian Paulmesa: move _mesa_upscale_teximage2d() to texcompress_fxt1.c
2011-09-21 Brian Paulmesa: s/GLchan/GLubyte/ in mipmap generation code
2011-09-20 Ian Romanickmesa: Don't expose compressed paletted formats via...
2011-09-20 Paul BerryIncrease MAX_CLIP_PLANES to 8
2011-09-20 Paul BerryHardcode the default value of ctx->Const.MaxClipPlanes...
2011-09-20 Paul Berryi965: Remove bogus assertion on MAX_CLIP_PLANES.
2011-09-20 Paul Berrymesa: Update clipping code to use ctx->Const.MaxClipPlanes.
2011-09-20 Bryan Cainglsl_to_tgsi: implement ir_binop_all_equal and ir_binop...
2011-09-20 Eric Anholti965/vs: Add support for compute-to-MRF.
2011-09-20 Eric Anholti965/vs: Do VUE writes using the MRF file instead of...
2011-09-20 Eric Anholti965/vs: Handle destinations in the MRF file.
2011-09-20 Eric Anholti965/vs: Add a function for how many MRFs get written...
2011-09-20 Eric Anholti965/vs: Remove dead fields of src_reg.
2011-09-20 Eric Anholti965/vs: Add support for simple algebraic optimizations.
2011-09-20 Eric Anholti965: Fix polygon stipple offset state flagging.
2011-09-20 Eric Anholti965: Add missing _NEW_POLYGON flag to polygon stipple...
2011-09-20 Eric Anholti965: Fix compiler warnings.
2011-09-20 Yuanhan Liumesa: fix error handling for glMaterial*
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Gen4.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ivybridge.
2011-09-19 Kenneth Graunkei965/fs: Implement texelFetch() on Ironlake and Sandybr...
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 Romanickst/mesa: 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 Marek Olšákmesa: fix an autoconf build-system bug related to glsl_...
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
next