intel: fix the wrong code to detect null texture.
[mesa.git] / src / mesa /
2011-09-23 Yuanhan Liuintel: fix the wrong code to detect null texture.
2011-09-23 Yuanhan Liui965: fix the constant interp bitmask for flat mode
2011-09-22 Brian Paulst/mesa: remove unnecessary st_texture_match_image...
2011-09-22 Eric Anholtintel: Unindent the blit call in PBO blit uploads.
2011-09-22 Eric Anholtintel: Drop gratuitous flush in PBO blit upload.
2011-09-22 Eric Anholtintel: Clean up check_pbo_format to ignore internalFormat.
2011-09-22 Eric Anholtintel: Move more of the PBO blit upload logic into...
2011-09-22 Eric Anholtintel: Remove stale comment about non-intel gl_buffer_o...
2011-09-22 Eric Anholtintel: Remove the pbo zero-copy code.
2011-09-22 Eric Anholtintel: Remove extra FreeTextureImageBuffer() from glTex...
2011-09-22 Eric Anholti965: Add support for GL_EXT_packed_float.
2011-09-22 Eric Anholti965: Add support for GL_EXT_texture_shared_exponent.
2011-09-22 Brian Paulmesa: remove support for GL_APPLE_client_storage extension
2011-09-22 Brian Paulmesa: move gl_texture_image::Width/Height/DepthScale...
2011-09-22 Brian Paulmesa: move gl_texture_image::_IsPowerOfTwo into swrast
2011-09-22 Michel Dänzerst/mesa: Finalize texture on render-to-texture.
2011-09-22 Brian Paulst/mesa: Convert size assertions to conditionals in...
2011-09-21 Eric Anholtmeta: Don't hang on to program refcounts after metaops...
2011-09-21 Eric Anholti965/vs: Return a dummy value when visiting ir_texture.
2011-09-21 Eric Anholti965/gen6+: When only BFC is written, use BFC as the...
2011-09-21 Eric Anholti965/gen6+: Respect the VERTEX_PROGRAM_TWO_SIDE flag...
2011-09-21 Eric Anholtmesa: Add a context flag indicating whether two-sided...
2011-09-21 Brian Paulmesa: check glBegin()/glDrawArrays()/etc mode with...
2011-09-21 Brian Paultnl: include swrast/s_chan.h to fix sse build
2011-09-21 Brian Paulswrast: s/GLubyte/GLchan/ in a cast
2011-09-21 Brian Paulmeta: use _mesa_set_enable() in more places
2011-09-21 Brian Paulmeta: use _mesa_set_enable(), fix decompress_texture_im...
2011-09-21 Brian Paulst/mesa: specify source mipmap level in decompress_with...
2011-09-21 Brian Paulmeta: fix broken sRGB mipmap generation
2011-09-21 Brian Paulmesa: fix PACK_COLOR_5551(), PACK_COLOR_1555() macros
2011-09-21 Brian Paulmesa: move last bits of GLchan stuff into swrast
2011-09-21 Brian Paulmesa: remove CHAN_TYPE cruft from debug.c
2011-09-21 Brian Paulmesa: remove unused interp/stride chan macros
2011-09-21 Brian Paulmesa: remove unused UNCLAMPED_FLOAT_TO_RGB_CHAN() macro
2011-09-21 Brian Paulradeon: use _mesa_unclamped_float_rgba_to_ubyte()
2011-09-21 Brian Paulr200: use _mesa_unclamped_float_rgba_to_ubyte()
2011-09-21 Brian Paulmesa: remove unused <type>_TO_CHAN() macros
2011-09-21 Brian Paulmesa: convert _mesa_unpack_color_span_chan() to ubyte
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_...
next