summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: reorder gl_light_attribDave Airlie2015-03-211-4/+7
* mesa: reorder gl_framebufferDave Airlie2015-03-211-8/+9
* mesa: fix hole in vertex_array_objectDave Airlie2015-03-211-1/+3
* mesa: repack gl_texture_attrib.Dave Airlie2015-03-211-4/+5
* mesa: reduce gl_colorbuffer_attrib and gl_fog_attribDave Airlie2015-03-211-3/+4
* mesa: reorder gl_image_unitDave Airlie2015-03-211-6/+7
* mesa: reorder gl_program, gl_shader, gl_shader_programDave Airlie2015-03-211-6/+9
* mesa: reorder gl_transform_feedback_objectDave Airlie2015-03-211-9/+9
* mesa: reorder gl_array_attribDave Airlie2015-03-211-3/+3
* mesa: reorder gl_client_arrayDave Airlie2015-03-211-1/+1
* mesa: reorder gl_texture_unitDave Airlie2015-03-211-2/+3
* mesa: reorder gl_point_attribDave Airlie2015-03-211-1/+1
* mesa: reorder gl_multisample_attribDave Airlie2015-03-211-2/+4
* mesa: Make sure the buffer exists in _mesa_lookup_bufferobj_errFredrik Höglund2015-03-201-4/+6
* main: Add TEXTURE_CUBE_MAP support in CopyTextureSubImage3D.Laura Ekstrand2015-03-191-3/+11
* main: Simplify debug messages for CopyTex*SubImage*D.Laura Ekstrand2015-03-192-49/+38
* main: Change the type argument of use_shader_program() to gl_shader_stage.Paul Berry2015-03-191-12/+11
* main: Clean up a strange construction in use_shader_program().Paul Berry2015-03-191-1/+1
* mesa: use more descriptive error messages for glUniform errorsBrian Paul2015-03-191-4/+65
* mesa: Replace _mesa_round_to_even() with _mesa_roundeven().Matt Turner2015-03-182-25/+3
* mesa: remove MSVC warning pragmasBrian Paul2015-03-181-20/+0
* mesa: add void to format_array_format_table_init() declarationBrian Paul2015-03-181-1/+1
* mesa: make _mesa_alloc_dispatch_table() staticBrian Paul2015-03-182-9/+5
* mesa: reimplement dispatch table no-op function handlingBrian Paul2015-03-183-67/+37
* main: Correct _mesa_error with no format in bufferobj.c.Laura Ekstrand2015-03-171-1/+1
* main: Cosmetic changes to GetBufferSubData.Laura Ekstrand2015-03-172-3/+3
* main: Add entry point for GetNamedBufferSubData.Laura Ekstrand2015-03-173-0/+27
* main: Cosmetic updates to GetBufferPointerv.Laura Ekstrand2015-03-171-4/+5
* main: Add entry point for GetNamedBufferPointerv.Laura Ekstrand2015-03-173-0/+25
* main: Add entry points for GetNamedBufferParameteri[64]v.Laura Ekstrand2015-03-173-0/+48
* main: Refactor GetBufferParameteri[64]v.Laura Ekstrand2015-03-171-74/+45
* main: Add entry point for FlushMappedNamedBufferRange.Laura Ekstrand2015-03-173-0/+21
* main: Refactor FlushMappedBufferRange.Laura Ekstrand2015-03-172-26/+40
* main: Add entry point for UnmapNamedBuffer.Laura Ekstrand2015-03-173-13/+42
* main: Add entry points for MapNamedBuffer[Range].Laura Ekstrand2015-03-173-3/+55
* main: Refactor MapBuffer[Range].Laura Ekstrand2015-03-172-161/+133
* main: Minor whitespace fixes in ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-172-4/+4
* main: Add entry points for ClearNamedBuffer[Sub]Data.Laura Ekstrand2015-03-173-0/+48
* main: Refactor ClearBuffer[Sub]Data.Laura Ekstrand2015-03-172-77/+67
* main: Add entry point for CopyNamedBufferSubData.Laura Ekstrand2015-03-173-33/+79
* main: Improve errors and style in BufferSubData.Laura Ekstrand2015-03-172-5/+9
* main: Add entry point for NamedBufferSubData.Laura Ekstrand2015-03-173-49/+90
* main: Add entry point for NamedBufferData.Laura Ekstrand2015-03-173-22/+61
* main: Add entry point for NamedBufferStorage.Laura Ekstrand2015-03-173-17/+58
* main: Add entry point for CreateBuffers.Laura Ekstrand2015-03-173-14/+57
* Revert "main: _mesa_cube_level_complete checks NumLayers."Laura Ekstrand2015-03-171-4/+0
* mesa: Check for valid PBO access in gl(Compressed)Tex(Sub)Image callsEduardo Lima Mitev2015-03-131-77/+103
* mesa: Separate PBO validation checks from buffer mapping, to allow reuseEduardo Lima Mitev2015-03-132-31/+100
* mesa: Set the correct image size in _mesa_validate_pbo_access()Eduardo Lima Mitev2015-03-131-1/+1
* mesa: improve ARB_copy_image internal format compat checkSeán de Búrca2015-03-121-21/+130