android: fix the building rules for Android 5.0
[mesa.git] / src / mesa / main /
2015-04-21 Marius Predutmain: remove __FUNCTION__ defined because it is obsolete
2015-04-21 Tapani Pällimesa: add missing break in switch statement
2015-04-21 Tapani Pällimesa: fix UBO queries for active uniforms
2015-04-17 Connor Abbottmesa/main: add autogenerated format-info.c to gitignore
2015-04-16 Jose Fonsecamesa,glsl: rename `interface` to `programInterface`.
2015-04-16 Tapani Pällimesa: refactor GetUniformBlockIndex
2015-04-16 Tapani Pällimesa: refactor GetUniformIndices
2015-04-16 Tapani Pällimesa: refactor GetUniformLocation
2015-04-16 Tapani Pällimesa: refactor GetActiveUniformBlockName
2015-04-16 Tapani Pällimesa: remove unused _mesa_get_uniform_name
2015-04-16 Tapani Pällimesa: refactor GetActiveUniformName
2015-04-16 Tapani Pällimesa: refactor GetActiveUniform
2015-04-16 Tapani Pällimesa: refactor GetTransformFeedbackVarying
2015-04-16 Tapani Pällimesa: refactor GetActiveUniformsiv, use _mesa_program_r...
2015-04-16 Tapani Pällimesa: mesa_bufferiv utility function for buffer objects
2015-04-16 Tapani Pällimesa: refactor GetFragDataIndex
2015-04-16 Tapani Pällimesa: refactor GetFragDataLocation
2015-04-16 Tapani Pällimesa: refactor GetAttribLocation
2015-04-16 Tapani Pällimesa: refactor GetActiveAttrib
2015-04-16 Tapani Pällimesa: enable GL_ARB_program_interface_query extension
2015-04-16 Tapani Pällimesa: implementation of glGetProgramResourceiv
2015-04-16 Tapani Pällimesa: glGetProgramResourceLocationIndex
2015-04-16 Tapani Pällimesa: glGetProgramResourceLocation
2015-04-16 Tapani Pällimesa: glGetProgramResourceName
2015-04-16 Tapani Pällimesa: glGetProgramResourceIndex
2015-04-16 Tapani Pällimesa: glGetProgramInterfaceiv
2015-04-16 Tapani Pällimesa/glsl: build list of program resources during linking
2015-04-16 Tapani Pälliglapi: add GL_ARB_program_interface_query skeleton
2015-04-15 Brian Paulmesa: log shaders, GLSL info log with _mesa_log()
2015-04-15 Brian Paulmesa: add _mesa_log(), _mesa_get_log_file() functions
2015-04-15 Jose Fonsecamesa: Enable _mesa_dlopen on MSVC too.
2015-04-14 Marius Predutmain: replace __FUNCTION__ with __func__
2015-04-13 Jose Fonsecamesa: Remove pointless USE_EXTERNAL_DXTN_LIB macro.
2015-04-11 Kenneth Graunkei965: Create NIR during LinkShader() and ProgramStringN...
2015-04-10 Kenneth Graunkenir: Move gl_shader_stage enum from mtypes.h to shader_...
2015-04-05 Mathias Froehlichmesa: Remove unused variables left over from 107ae27e57d.
2015-04-05 Mathias Froehlichmesa: Remove the _WindowMap from gl_viewport_attrib.
2015-04-02 Ilia Mirkinmesa: add ARB_depth_buffer_float to ES3.0 required...
2015-04-01 Kenneth Graunkemesa: Implement _mesa_flsll().
2015-04-01 Laura Ekstrandmain: create_buffers unlocks mutex when throwing OUT_OF...
2015-04-01 Brian Paulmesa: don't include colormac.h in format code
2015-04-01 Brian Paulmesa: remove unneeded #include of colormac.h
2015-04-01 Brian Paulmesa: remove unused macros from colormac.h
2015-04-01 Eric Anholtmesa: Make a shared header for 3D pipeline enum / ...
2015-04-01 Martin Peresmesa/fbo: lock ctx->Shared->Mutex when allocating rende...
2015-04-01 Martin Peresmesa/fbo: do not assign a value that is never read...
2015-03-30 Brian Paulglsl: allow ForceGLSLVersion to override #version direc...
2015-03-25 Jose Fonsecamesa: Avoid MSVC C6334 warning in /analyze mode.
2015-03-25 Martin Peresmain: Added entry points for NamedRenderbufferStorage...
2015-03-25 Martin Peresmain: Added entry point for glGetNamedRenderbufferParam...
2015-03-25 Martin Peresmain: Added entry point for glCreateRenderbuffers
2015-03-25 Martin Peresmain: Added entry point for glCreateSamplers
2015-03-25 Martin Peresmain: Added entry point for glCreateProgramPipelines
2015-03-25 Martin Peresmain: Added entry points for glGetQueryBufferObject*
2015-03-25 Martin Peresmain: Added entry point for glCreateQueries
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki64_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbacki_v
2015-03-25 Martin Peresmain: Added entry point for glGetTransformFeedbackiv
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferRange
2015-03-25 Martin Peresmain: Added entry point for glTransformFeedbackBufferBase
2015-03-25 Martin Peresmain: Added entry point for glCreateTransformFeedbacks
2015-03-25 Martin Peresmain: fix the validation of the number of samples
2015-03-25 Martin Peresmain: replace tabs by 8 spaces in fbobject.c
2015-03-25 Martin Peresmain: replace tabs by 8 spaces in bufferobj.c
2015-03-22 Jose Fonsecaglsl: Avoid GLboolean vs bool arithmetic MSVC warnings.
2015-03-20 Dave Airliemesa: reorder gl_light_attrib
2015-03-20 Dave Airliemesa: reorder gl_framebuffer
2015-03-20 Dave Airliemesa: fix hole in vertex_array_object
2015-03-20 Dave Airliemesa: repack gl_texture_attrib.
2015-03-20 Dave Airliemesa: reduce gl_colorbuffer_attrib and gl_fog_attrib
2015-03-20 Dave Airliemesa: reorder gl_image_unit
2015-03-20 Dave Airliemesa: reorder gl_program, gl_shader, gl_shader_program
2015-03-20 Dave Airliemesa: reorder gl_transform_feedback_object
2015-03-20 Dave Airliemesa: reorder gl_array_attrib
2015-03-20 Dave Airliemesa: reorder gl_client_array
2015-03-20 Dave Airliemesa: reorder gl_texture_unit
2015-03-20 Dave Airliemesa: reorder gl_point_attrib
2015-03-20 Dave Airliemesa: reorder gl_multisample_attrib
2015-03-20 Fredrik Höglundmesa: Make sure the buffer exists in _mesa_lookup_buffe...
2015-03-19 Laura Ekstrandmain: Add TEXTURE_CUBE_MAP support in CopyTextureSubIma...
2015-03-19 Laura Ekstrandmain: Simplify debug messages for CopyTex*SubImage*D.
2015-03-19 Paul Berrymain: Change the type argument of use_shader_program...
2015-03-19 Paul Berrymain: Clean up a strange construction in use_shader_pro...
2015-03-19 Brian Paulmesa: use more descriptive error messages for glUniform...
2015-03-19 Matt Turnermesa: Replace _mesa_round_to_even() with _mesa_roundeven().
2015-03-18 Brian Paulmesa: remove MSVC warning pragmas
2015-03-18 Brian Paulmesa: add void to format_array_format_table_init()...
2015-03-18 Brian Paulmesa: make _mesa_alloc_dispatch_table() static
2015-03-18 Brian Paulmesa: reimplement dispatch table no-op function handling
2015-03-17 Laura Ekstrandmain: Correct _mesa_error with no format in bufferobj.c.
2015-03-17 Laura Ekstrandmain: Cosmetic changes to GetBufferSubData.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferSubData.
2015-03-17 Laura Ekstrandmain: Cosmetic updates to GetBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry point for GetNamedBufferPointerv.
2015-03-17 Laura Ekstrandmain: Add entry points for GetNamedBufferParameteri...
2015-03-17 Laura Ekstrandmain: Refactor GetBufferParameteri[64]v.
2015-03-17 Laura Ekstrandmain: Add entry point for FlushMappedNamedBufferRange.
2015-03-17 Laura Ekstrandmain: Refactor FlushMappedBufferRange.
2015-03-17 Laura Ekstrandmain: Add entry point for UnmapNamedBuffer.
2015-03-17 Laura Ekstrandmain: Add entry points for MapNamedBuffer[Range].
next