add tag and changes
[profile/ivi/mesa.git] / src / mesa /
2013-02-21 Andreas Bollmesa: Bump version to 9.0.3
2013-02-21 Eric Anholti965/gen7: Set up all samplers even if samplers are...
2013-02-20 Eric Anholti965/vs: Try again when we've successfully spilled...
2013-02-14 Brian Paulnouveau: Fix build.
2013-02-13 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-13 Kenneth Graunkei965: Fix the SF Vertex URB Read Length calculation...
2013-02-13 Kenneth Graunkei965: Compute the maximum SF source attribute.
2013-02-13 Kenneth Graunkei965: Refactor Gen6+ SF attribute override code.
2013-02-13 Brian Paulmesa: don't expose IBM_rasterpos_clip in a core context
2013-02-13 Brian Paulst/mesa: only enable GL_EXT_framebuffer_multisample...
2013-02-13 Brian Paulmesa: don't enable GL_EXT_framebuffer_multisample for...
2013-02-13 Brian Paulst/mesa: do proper error checking for u_upload_alloc...
2013-02-13 Brian Paulst/mesa: add null pointer check in st_renderbuffer_delete()
2013-02-13 Brian Paulmesa: remove warning message in _mesa_reference_renderb...
2013-02-13 Brian Paulst/mesa: fix context use-after-free problem in st_rende...
2013-02-13 Brian Paulmesa: pass context parameter to gl_renderbuffer::Delete()
2013-02-13 Brian Paulmesa: fix-up and use _mesa_delete_renderbuffer()
2013-02-13 Brian Paulst/mesa: set ctx->Const.MaxSamples = 0, not 1
2013-02-13 Brian Paulxlib: use _mesa_generate_mipmap() for mipmap generation...
2013-02-13 Brian Paulosmesa: use _mesa_generate_mipmap() for mipmap generati...
2013-02-13 Brian Paulvbo: add a null pointer check to handle OOM instead...
2013-02-13 Brian Paulmesa: use GLbitfield64 when copying program inputs
2013-02-13 Adam Jacksonr200: Fix probable thinko in r200EmitArrays
2013-02-13 Jordan Justenunpack: support unpacking MESA_FORMAT_ARGB2101010
2013-02-13 Brian Paulxlib: allow GLX_DONT_CARE for glXChooseFBConfig() attri...
2013-02-13 Brian Paulxlib: handle _mesa_initialize_visual()'s return value
2013-02-13 Frank Henigmanmesa: add bounds checking for uniform array access
2013-02-13 Paul Berrymesa: Allow glReadBuffer(GL_NONE) for winsys framebuffers.
2013-02-13 Matt Turnermesa/uniform_query: Don't write to *params if there...
2013-02-13 Stefan Dösingerr200: Initialize swrast before setting limits
2013-02-13 Stefan Dösingerradeon: Initialize swrast before setting limits
2013-02-13 Stefan Dösingermeta: Disable GL_FRAGMENT_SHADER_ATI in MESA_META_SHADER
2013-02-13 Kenneth Graunkemesa: Disable GL_NV_primitive_restart extension in...
2013-02-13 Anuj Phogatmesa: Fix GL_LUMINANCE handling for textures in glGetTe...
2013-02-13 Matt Turnermesa: Set transform feedback's default buffer mode...
2013-02-13 Matt Turnermesa: Return 0 for XFB_VARYING_MAX_LENGTH if no varyings
2013-02-13 José Fonsecamesa/st: Don't use 4bits for GL_UNSIGNED_BYTE_3_3_2...
2013-02-02 Eric Anholti965: Actually add support for GL_ANY_SAMPLES_PASSED...
2013-01-30 Chad Versacei965/disasm: Fix horizontal stride of dest registers
2013-01-30 Kenneth Graunkei965/vs: Store texturing results into a vec4 temporary.
2013-01-30 Kenneth Graunkei965/vs: Set LOD to 0 for ordinary texture() calls.
2013-01-30 Kenneth Graunkei965/vs: Create a 'lod_type' temporary for ir->lod_info...
2013-01-30 Kenneth Graunkei965: Add missing _NEW_BUFFERS dirty bit in Gen7 SBE...
2013-01-30 Eric Anholti965/fs: Don't generate saturates over existing variabl...
2013-01-30 Eric Anholti965/fs: Fix the gen6-specific if handling for 80ecb8f1...
2013-01-30 Kenneth Graunkei965: Add chipset limits for Haswell GT1/GT2.
2013-01-30 Kenneth Graunkei965: Use Haswell's sample_d_c for textureGrad with...
2013-01-30 Kenneth Graunkei965: Lower textureGrad() with samplerCubeShadow.
2013-01-30 Kenneth Graunkei965: Do texture swizzling in hardware on Haswell.
2013-01-30 Kenneth Graunkei965: Refactor texture swizzle generation into a helper.
2013-01-30 Kenneth Graunkei965: Fix primitive restart on Haswell.
2013-01-22 Andreas Bollmesa: Bump version to 9.0.2
2013-01-20 smokiradeon/r200: Fix tcl culling
2013-01-20 smokir200: fix broken tcl lighting
2013-01-20 Eric Anholti965/gen4: Fix memory leak each time compile_gs_prog...
2013-01-20 Vinson Leei915: Fix wrong sizeof argument in i915_update_tex_unit.
2013-01-20 Chad Versacei965: Validate requested GLES context version in brwCre...
2013-01-20 Eric Anholtmesa: Fix segfault on reading from a missing color...
2013-01-20 Marek Olšákmesa: add MaxNumLevels to gl_texture_image, remove...
2013-01-20 Kenneth Graunkei965: Fix AA Line Distance Mode in 3DSTATE_SF on Ivybridge.
2013-01-20 Mario Kleinermesa: Don't glPopAttrib() GL_POINT_SPRITE_COORD_ORIGIN...
2013-01-20 Kenneth Graunkemesa: Fix glGetVertexAttribI[u]iv now that we have...
2013-01-20 Dave Airlieglsl_to_tgsi: fix dst register for texturing fetches.
2013-01-20 Anuj Phogatmeta: Remove redundant code in _mesa_meta_GenerateMipmap
2013-01-20 Anuj Phogatmesa: Generate invalid operation in glGenerateMipMap...
2013-01-20 Eric Anholtmesa: Fix core GL genned-name handling for glBeginQuery().
2013-01-20 Eric Anholtmesa: Fix the core GL genned-name handling for glBindBu...
2013-01-20 Bryan Cainglsl_to_tgsi: set correct register type for array and...
2013-01-20 Kenneth Graunkei965/vs: Preserve the type when copy propagating into...
2013-01-20 Kenneth Graunkei965/vs: Don't lose the MRF writemask when doing comput...
2013-01-20 Brian Paulst/mesa: free TGSI tokens with ureg_free_tokens()
2013-01-20 Brian Paulst/mesa: replace REALLOC() with realloc()
2013-01-20 Kenneth Graunkemesa: Don't flatten IF statements by default.
2013-01-20 Abdiel Janulguemesa: Fix a crash in update_texture_state() for externa...
2013-01-20 Tapani Pälliandroid: generate matching remap_helper to dispatch...
2013-01-20 Kenneth Graunkei965/vs: Implement register spilling.
2013-01-20 Kenneth Graunkei965/vs: Fix unit mismatch in scratch base_offset param...
2012-12-21 Marek Olšákmesa: fix BlitFramebuffer between linear and sRGB formats
2012-11-23 Marek Olšákst/mesa: fix computation of last_level in GenerateMipmap
2012-11-23 Marek Olšákst/mesa: fix computation of last_level during texture...
2012-11-23 Marek Olšákst/mesa: fix guessing the base level size
2012-11-23 Marek Olšákmesa: fix error checking of TexStorage(levels) for...
2012-11-23 Marek Olšákmesa: add MaxNumLevels to gl_texture_image, remove...
2012-11-23 Marek Olšákvbo: fix glVertexAttribI* functions
2012-11-23 Marek Olšákmesa: bump MAX_VARYING to 32
2012-11-23 Marek Olšákst/mesa: fix integer texture border color for some...
2012-11-08 Ian Romanickmesa: Bump version to 9.0.1
2012-10-24 Ian Romanicki965: Fix regression in depth texture rendering on...
2012-10-24 Michel Dänzerst/mesa: Fix assertions for copying texture image to...
2012-10-19 Michel Dänzerst/mesa: Fix source miptree level for copying data...
2012-10-10 Quentin Glidicintel: Add missing #include <time.h>
2012-10-10 Imre Deakglget: fix make check for glGet GL_POLYGON_OFFSET_BIAS
2012-10-10 Imre Deakmesa: glGet: fix parameter lookup for apps using multip...
2012-10-10 Tomeu Vizosomesa/es: Define GL_MAX_TEXTURE_MAX_ANISOTROPY_EXT enum...
2012-10-10 Imre Deakmesa: glGet: fix API check for EGL_image_external enums
2012-10-10 Imre Deakmesa: glGet: fix indentation of print_table_stats
2012-10-10 Imre Deakmesa: glGet: fix indentation of find_value
2012-10-10 Imre Deakmesa: glGet: fix indentation of _mesa_init_get_hash
2012-10-09 Brian Paulmesa: fix error check for zero-sized compressed subtexture
2012-10-09 Brian Paulmesa: don't call TexImage driver hooks for zero-sized...
next