mesa.git
2014-05-02 Emil Velikovtargets/xvmc: limit the amount of exported symbols
2014-05-02 Emil Velikovtargets/osmesa: hide osmesa_create_screen
2014-05-02 Emil Velikovtargets/pipe-loader: drop driver_descriptor symbol...
2014-05-02 Juha-Pekka... mesa: add extra null checks in vbo_rebase_prims()
2014-05-02 Juha-Pekka... mesa: add missing null checks in _tnl_register_fastpath()
2014-05-02 Ian Romanickmesa: Add _mesa_error_no_memory for logging out-of...
2014-05-02 Chia-I Wuglsl: make static constant variables "static const"
2014-05-02 Petri Latvaladocs: update 10.2 release notes
2014-05-02 Petri Latvalai965: Enable INTEL_performance_query for Gen5+.
2014-05-02 Petri Latvalamesa: Implement INTEL_performance_query.
2014-05-02 Petri Latvalamesa: Add core support for the GL_INTEL_performance_que...
2014-05-02 Petri Latvalamesa: Add INTEL_performance_query enums to tests/enum_s...
2014-05-02 Petri LatvalaRegenerate gl_mangle.h.
2014-05-02 Ilia Mirkindocs: update ARB_buffer_storage for nouveau
2014-05-02 Ilia Mirkinnouveau: add ARB_buffer_storage support
2014-05-02 Ilia Mirkinnouveau: remove cb_dirty, it's never used
2014-05-02 Ilia Mirkinnvc0: treat non-linear 2DRect textures the same as 2D
2014-05-02 Ilia Mirkinmesa/st: enable carry/borrow lowering pass
2014-05-02 Ilia Mirkinglsl: add lowering passes for carry/borrow
2014-05-02 Ian Romanickmesa: Eliminate gl_shader_program::InternalSeparateShader
2014-05-02 Ian Romanickmesa: Enable GL_EXT_separate_shader_objects for OpenGL ES
2014-05-02 Ian Romanickglsl: Sort the list of extensions
2014-05-02 Ian Romanickmesa: Remove support for desktop OpenGL GL_EXT_separate...
2014-05-02 Ian Romanickmesa/sso: Enable GL_ARB_separate_shader_objects by...
2014-05-02 Ian Romanicksso: Add display list support for ARB_separate_shader_o...
2014-05-02 Ian Romanicklinker: Modify cross_validate_outputs_to_inputs to...
2014-05-02 Ian Romanicklinker: Sort shader I/O variables into a canonical...
2014-05-02 Ian Romanicklinker: Allow geometry shader without vertex shader...
2014-05-02 Ian Romanicklinker: Assign varying locations for separable programs
2014-05-02 Ian Romanicklinker: Allow consumer stage or producer stage to be...
2014-05-02 Ian Romanicklinker: Refactor code that gets an input matching an...
2014-05-02 Ian Romanickglsl: Exit when the shader IR contains an interface...
2014-05-02 Ian Romanickglsl/tests: Add first simple tests of populate_consumer...
2014-05-02 Ian Romanicklinker: Refactor code that builds hash tables of varyin...
2014-05-02 Ian Romanickmeta: Fix saving the program pipeline state
2014-05-02 Ian Romanickmesa/sso: Refactor new function _mesa_bind_pipeline
2014-05-02 Ian Romanicklinker: Make lower_packed_varyings work with explicit...
2014-05-02 Ian Romanickglsl: Remove varying "base" parameters
2014-05-02 Ian Romanickglsl: Constify parameter to a couple varying_matches...
2014-05-02 Tom Stellardclover: Add a stub implementation of clCreateImage...
2014-05-02 Chris Forbesdocs: Add missing ARB_gpu_shader5 subfeature to GL3.txt
2014-05-02 Fredrik Höglunddocs: Mark ARB_multi_bind as done
2014-05-02 Fredrik Höglundmesa: Enable ARB_multi_bind
2014-05-02 Fredrik Höglundmesa: Implement glBindImageTextures
2014-05-02 Fredrik Höglundmesa: Implement glBindVertexBuffers
2014-05-02 Fredrik Höglundmesa: Implement glBindBuffersRange
2014-05-02 Fredrik Höglundmesa: Implement glBindBuffersBase
2014-05-02 Fredrik Höglundmesa: Add _mesa_set_transform_feedback_binding()
2014-05-02 Fredrik Höglundmesa: Refactor set_ubo_binding()
2014-05-02 Fredrik Höglundmesa: Add helper functions for looking up multiple...
2014-05-02 Fredrik Höglundmesa: Refactor set_atomic_buffer_binding()
2014-05-02 Fredrik Höglundmesa: Implement glBindTextures
2014-05-02 Fredrik Höglundmesa: Add a texUnit parameter to dd_function_table...
2014-05-02 Fredrik Höglundmesa: Add helper functions for looking up multiple...
2014-05-02 Fredrik Höglundmesa: Implement glBindSamplers
2014-05-02 Fredrik Höglundglapi: Add infrastructure for ARB_multi_bind
2014-05-02 Fredrik Höglundmesa: Add functions for doing unlocked hash table lookups
2014-05-02 Fredrik Höglundmesa: Optimize unbind_texobj_from_texunits()
2014-05-02 Fredrik Höglundmesa: Add a _BoundTextures field in gl_texture_unit
2014-05-02 Fredrik Höglundmesa: Store the target index in gl_texture_object
2014-05-01 Eric Anholti965: Fix the file comment for intel_image.h
2014-05-01 Eric Anholti965: Rename intel_regions.h to something more appropri...
2014-05-01 Eric Anholti965: Delete the intel_regions.c code.
2014-05-01 Eric Anholti965: Drop region usage from DRI2 winsys-allocated...
2014-05-01 Eric Anholti965: Drop a funny assert about mt pitch.
2014-05-01 Eric Anholti965: Fix intel_bufferobj_buffer range for blit drawpixels.
2014-05-01 Eric Anholti965: Drop use of intel_region from miptrees.
2014-05-01 Eric Anholti965: Replace the region in DRIimage with just a BO...
2014-05-01 Eric Anholti965: Make intel_set_texture_region just take a BO...
2014-05-01 Eric Anholti965: Stop making a pointless region for DRI2 to just...
2014-05-01 Eric Anholti965: Drop the global GEM name from regions.
2014-05-01 Eric Anholti965: Drop the tiling argument to intel_miptree_create_...
2014-05-01 Eric Anholti965: Drop pointless cast of texObj to intelObj.
2014-05-01 Eric Anholti965: Move intel_region_get_aligned_offset() to be...
2014-05-01 Eric Anholti965: Move intel_region_get_tile_masks() to be a miptre...
2014-05-01 Eric Anholti965: Fix another broken offset-aligned-to-tile test.
2014-05-01 Eric Anholti965: Fix offset-aligned-to-tile test in dma_buf import.
2014-05-01 Eric Anholti965: Reuse intel_miptree_get_tile_offsets().
2014-05-01 Brian Paulmesa: move declarations before code in texstore.c
2014-05-01 Ville Syrjäläi965: Fix format of private renderbuffers
2014-05-01 Ville Syrjäläi915: Don't advertise Z formats in TextureFormatSupport...
2014-05-01 Ville Syrjäläi915: Fix format of private renderbuffers
2014-05-01 Anuj Phogatmesa: Allow FLOAT_32_UNSIGNED_INT_24_8_REV in get_tex_d...
2014-05-01 Anuj Phogatmesa: Add support to unpack depth-stencil texture in...
2014-05-01 Anuj Phogatmesa: Add new helper function _mesa_unpack_depth_stenci...
2014-05-01 Anuj Phogatmesa: Remove redundant if checks in _mesa_texstore_xx_x...
2014-05-01 Anuj Phogatmesa: Allow srcFormat=GL_DEPTH_STENCIL in _mesa_texstor...
2014-05-01 Anuj Phogatmesa: Add missing types in _mesa_texstore_xx_xx() functions
2014-05-01 Anuj Phogati965: Fix crash in do_blit_readpixels()
2014-05-01 Anuj Phogatmesa: Add error condition for format=STENCIL_INDEX...
2014-05-01 Anuj Phogatmesa: Add entry for extension ARB_texture_stencil8
2014-05-01 Anuj Phogatglsl: Apply the link error conditions to GL_ARB_fragmen...
2014-05-01 Anuj Phogatglsl: Link error if fs defines conflicting qualifiers...
2014-05-01 Anuj Phogatglsl: Compile error if fs uses gl_FragCoord before...
2014-05-01 Anuj Phogatglsl: Compile error if fs defines conflicting qualifier...
2014-05-01 Anuj Phogatmesa: Use location VERT_ATTRIB_GENERIC0 for vertex...
2014-05-01 Anuj Phogatmesa: Fix querying location of nth element of an array...
2014-05-01 Anuj Phogatglsl: Allow overlapping locations for vertex input...
2014-05-01 Roland Scheideggerglx/drisw: fix memory leak when destroying screen.
2014-05-01 Roland Scheideggergallivm: fix 2 leaks in disassembly code
next