mesa: Round the argument to PixelStoref instead of truncating.
[mesa.git] / src / mesa / main /
2011-10-20 Eric Anholtmesa: Round the argument to PixelStoref instead of...
2011-10-20 Yuanhan Liumesa: handle PBO access error in display list mode
2011-10-19 Brian Paulmesa: better debug messages in _mesa_test_texobj_comple...
2011-10-19 Yuanhan Liumesa: handle the pbo case for save_Bitmap
2011-10-19 Yuanhan Liumesa: fix inverted pbo test error at _mesa_GetnCompress...
2011-10-19 Yuanhan Liumesa: generate error if pbo offset is not aligned with...
2011-10-19 Brian Paulmesa: use format string in _mesa_error() call to silenc...
2011-10-19 Ian Romanickmesa: Use glsl_type::gl_type in glGetActiveUniform
2011-10-19 Ian Romanickmesa: Move _mesa_GetActiveUniformARB to uniform_query.cpp
2011-10-19 Ian Romanickmesa: Simplify uniform debug logging logic
2011-10-18 Chad Versacemesa: Add dd_function_table::PrepareExecBegin
2011-10-18 Chad Versacemesa: Declare _mesa_RenderMode as non-static
2011-10-18 Eric Anholtmesa: Make the program texel offsets limits available...
2011-10-18 Eric Anholtmesa: Convert fixed function fragment program generator...
2011-10-18 Eric Anholtmesa: Add a flag for shader programs to allow SSO linka...
2011-10-18 Eric Anholtff_fragment_shader: Use FRAG_RESULT_COLOR to write...
2011-10-17 Yuanhan Liumesa: add a function to do the image data copy stuff...
2011-10-13 Brian Paulmesa: remove unused gl_sampler_object::_CompleteTexture...
2011-10-13 Brian Pauls/format/baseFormat/ to be more explicit
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexsubimage...
2011-10-13 Brian Paulmesa: remove redundant buffer checks in copytexture_err...
2011-10-13 Brian Paulmesa: check attachment Type field in renderbuffer_exists()
2011-10-13 Brian Paulmesa: consolidate _mesa_source/dest_buffer_exists()
2011-10-12 Brian Paulmesa: make _mesa_update_depth/stencil_buffer() static
2011-10-11 Ian Romanickmesa: Only allow queries of window system FBO on deskto...
2011-10-11 Ian Romanickmesa: Accept GL_DEPTH and GL_STENCIL for window system...
2011-10-10 Eric Anholtmesa: Prevent repeated glDeleteProgram() from blowing...
2011-10-08 Dave Airliemesa/texformat: add integer fallbacks to other formats
2011-10-08 Dave Airliemesa: add packing for int/uint
2011-10-07 Ian Romanickmesa: Silence several 'warning: unused parameter' in...
2011-10-07 Ian Romanickmesa: Simplify validate_shader_program after previous...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Ian Romanickmesa: Use gl_shader_program::_LinkedShaders instead...
2011-10-07 Chad Versacemesa: Close Doxygen group
2011-10-07 Brian Paulmesa: fix software mipmap generation code for packed...
2011-10-07 Brian Paulmesa: update gl_texture_image comments
2011-10-07 Brian Paulmesa: fix image unpacking when storing compressed textures
2011-10-07 Paul Berrymesa: Create _mesa_bitcount_64() to replace i965's...
2011-10-06 Kenneth Graunkemesa/es: Allow GL_CLIP_PLANE0+6 and GL_CLIP_PLANE0+7.
2011-10-06 Kenneth Graunkemesa/get: Move MAX_LIGHTS from GL/ES2 to GL/ES1.
2011-10-06 Brian Paulmesa: remove some unneeded forward struct declarations
2011-10-06 Brian Paulmesa: remove unused _mesa_rescale_teximage2d() function
2011-10-06 Brian Paulmesa: remove unused gl_texture_image::DriverData field
2011-10-06 Brian Paulmesa: get rid of imageOffsets arrays in texstore code
2011-10-05 Paul Berryi965 Gen6: Implement gl_ClipVertex.
2011-10-05 Paul Berrymesa: Add a gl_vert_result for gl_ClipVertex.
2011-10-05 Dave Airliemesa: update fbo format tablet for integer types.
2011-10-05 Dave Airliemesa/texstore: add texstore paths for all the integer...
2011-10-05 Dave Airliemesa/texformat: update choose_tex_format for integer...
2011-10-05 Dave Airliemesa/formats: add rest of integer formats.
2011-10-05 Dave Airlietexstore: create texstore table on first access.
2011-10-04 Ian Romanickmesa: Remove unused gl_program::Attributes
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTE_MAX_LENGTH by walki...
2011-10-04 Ian Romanickmesa: Determine GL_ACTIVE_ATTRIBUTES by walking the...
2011-10-04 Ian Romanickmesa: Remove unused gl_shader_program::Attributes
2011-10-04 Ian Romanickmesa: Make _mesa_GetActiveAttribARB use the attributes...
2011-10-04 Ian Romanickmesa: Move _mesa_GetActiveAttribARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Add gl_shader_program::AttributeBindings
2011-10-04 Ian Romanickmesa: Move _mesa_BindAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickmesa: Move _mesa_GetAttribLocationARB to shader_query.cpp
2011-10-04 Ian Romanickglapi: regen API files for new extension
2011-10-04 Ian Romanickmesa: Remove ARB_draw_buffers extension enable flag
2011-10-04 Ian Romanickmesa: Advertise NV_fbo_color_attachments on OpenGL...
2011-10-04 Ian Romanickmesa: Advertise NV_draw_buffers in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_DRAW_BUFFERi in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Allow querying GL_MAX_COLOR_ATTACHMENTS in...
2011-10-04 Ian Romanickmesa/es: Allow other color attachments in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Make glDrawBuffersNV available in OpenGL ES 2.0
2011-10-04 Ian Romanickmesa/es: Remove redundant renderbuffer target validation
2011-10-04 Ian Romanickmesa/es: Validate FBO target enum in Mesa code rather...
2011-10-04 Ian Romanickmesa/es: Validate FBO attachment enum in Mesa code...
2011-10-03 Brian Paulmesa: fix warning (MSVC error) about void pointer arith...
2011-10-03 Eric Anholtmesa: Reuse existing make_2d_mipmap for 2D array genera...
2011-10-03 Eric Anholtmesa: Make the uncompressed sw mipmap gen path do a...
2011-10-03 Eric Anholtmesa: When storing texture data for a 1D array, map...
2011-10-03 Brian Paulmesa: Convert _mesa_generate_mipmap to MapTexImage...
2011-10-02 Eric Anholtmesa: Respect GL_RASTERIZER_DISCARD for various meta...
2011-10-02 Eric Anholtmesa: Add missing glGetIntegerv() support for ARB_color...
2011-10-01 Brian Paulmesa: number of combiner terms to pop depends on GL_NV_...
2011-10-01 Brian Paulmesa: s/INLINE/inline/
2011-10-01 Brian Paulmesa: use !! to simplify some _mesa_set_enable() calls...
2011-10-01 Brian Paulmesa: use loop in pop_texture_group() to restore 4...
2011-09-30 Ian Romanickmesa: Remove unused field gl_program::Varying
2011-09-30 Chad Versacemesa: Remove unused tnl items from dd_functions
2011-09-30 Brian Paulmeta: fix GetTexImage() for luminance, l/a, intensity...
2011-09-30 Brian Paulmesa: simplify parameters to GetTexImage() driver hook
2011-09-29 Ian Romanickmesa: Remove ARB_texture_mirrored_repeat extension...
2011-09-29 Ian Romanickmesa: Remove EXT_blend_subtract extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_stencil_wrap extension enable flag
2011-09-29 Ian Romanickmesa: Remove EXT_texture_lod_bias extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_combine extension enable...
2011-09-29 Ian Romanickmesa: Remove EXT_texture_env_add extension enable flag
2011-09-29 Ian Romanickmesa: Remove ARB_multitexture extension enable flag
2011-09-28 Brian Paulmesa: fix signed/unsigned sscanf() warning in _mesa_ove...
2011-09-28 Eric Anholtmesa: Add missing _mesa_sizeof_glsl_type() for UNSIGNED...
2011-09-28 Chad Versacemesa: Allow overriding GLSL version with environment...
2011-09-28 Brian Paulmesa: fix signed/unsigned warning in sscanf()
2011-09-27 Brian Paulmesa: Finally, convert RGBA glGetTexImage() to using...
2011-09-27 Brian Paulmesa: Convert depth glGetTexImage() to using MapTexture...
next