aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: fix error checking logic on CopyImageSubDataAlejandro Piñeiro2016-07-021-5/+10
* mesa: Close fp on error path.Matt Turner2016-06-301-6/+4
* glsl/mesa: move duplicate shader fields into new struct gl_shader_infoTimothy Arceri2016-06-305-190/+110
* glsl/main: remove unused params and make function staticTimothy Arceri2016-06-304-11/+7
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-3010-40/+180
* mesa: don't use drivers NewShader function when creating shader objectsTimothy Arceri2016-06-301-2/+1
* Remove wrongly repeated words in commentsGiuseppe Bilotta2016-06-234-4/+4
* glsl/mesa: stop duplicating geom and tcs layout valuesTimothy Arceri2016-06-234-39/+36
* glsl/mesa: stop duplicating tes layout valuesTimothy Arceri2016-06-233-24/+28
* mesa: Fix incorrect "see also" commentsIan Romanick2016-06-201-1/+1
* mesa: Silence unused parameter warningIan Romanick2016-06-201-1/+1
* mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin2016-06-188-3/+120
* glapi: add GL_EXT_window_rectangles entrypointsIlia Mirkin2016-06-183-0/+16
* mesa: remove remaining tabs in api_validate.cTimothy Arceri2016-06-171-11/+11
* mesa: If validation fails in a debug context just emit a debug messageIan Romanick2016-06-161-2/+15
* mesa/main: Update _mesa_new_shader.Jose Fonseca2016-06-161-1/+1
* mesa: Use bitmask/ffs to iterate the active_samplers bitmask.Mathias Fröhlich2016-06-161-3/+5
* mesa: Use bitmask/ffs to iterate the enabled textures.Mathias Fröhlich2016-06-161-15/+16
* mesa: Use designated bool value to check texture unit completeness.Mathias Fröhlich2016-06-161-1/+4
* mesa: Use bitmask/ffs to iterate SamplersUsedMathias Fröhlich2016-06-161-21/+21
* mesa: Use bitmask/ffs to iterate enabled clip planes.Mathias Fröhlich2016-06-162-20/+20
* mesa: Use bitmask/ffs to iterate color material attributes.Mathias Fröhlich2016-06-161-5/+6
* mesa: Use bitmask/ffs to build ff fragment shader keys.Mathias Fröhlich2016-06-161-3/+7
* mesa: Use bitmask/ffs to build ff vertex shader keys.Mathias Fröhlich2016-06-161-2/+4
* mesa: Remove the linked list of enabled lightsMathias Fröhlich2016-06-164-22/+1
* mesa: Use bitmask/ffs to iterate enabled lights for ff shader keys.Mathias Fröhlich2016-06-161-13/+15
* mesa: Use bitmask/ffs to iterate enabled lightsMathias Fröhlich2016-06-162-14/+39
* mesa: Track enabled lights in a bitmaskMathias Fröhlich2016-06-163-0/+5
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-165-10/+10
* mesa: Remove the now unused CoordsReplace array.Mathias Fröhlich2016-06-163-8/+0
* mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich2016-06-165-14/+26
* mesa/glsl: stop using GL shader type internallyTimothy Arceri2016-06-164-15/+15
* glsl: Optionally lower TCS gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-151-0/+1
* glsl: Optionally lower TES gl_PatchVerticesIn to a uniform.Kenneth Graunke2016-06-151-0/+1
* mesa/main: fix integer overflows in _mesa_image_offsetNicolai Hähnle2016-06-151-4/+4
* mesa: Make use of u_bit_scan{,64}.Mathias Fröhlich2016-06-142-5/+5
* mesa/gallium: Move u_bit_scan{,64} from gallium to util.Mathias Fröhlich2016-06-142-74/+1
* mesa: Make TexSubImage check negative dimensions sooner.Kenneth Graunke2016-06-131-19/+43
* st/mesa: inline _mesa_create_context() into its only callerEmil Velikov2016-06-132-44/+0
* mesa: remove _mesa_init_get_hash()Emil Velikov2016-06-133-70/+0
* mesa: kill off _mesa_do_init_remap_table()Emil Velikov2016-06-131-18/+7
* mesa: use native types when possibleEmil Velikov2016-06-131-5/+6
* mesa: make _mesa_map_function_spec() staticEmil Velikov2016-06-132-6/+3
* mesa: remove used _mesa_get_function_spec() and gl_function_remapEmil Velikov2016-06-132-27/+0
* mesa: remove unused _mesa_map_function_array()Emil Velikov2016-06-132-47/+0
* mesa: remove unused function _mesa_map_static_functions()Emil Velikov2016-06-132-23/+0
* mesa: add drawbuffer argument to ClearNamedFramebufferfiIlia Mirkin2016-06-102-3/+3
* mesa: Fix region overlap conditions for rectangles with a shared edgeAnuj Phogat2016-06-101-4/+4
* mesa: Wrap extensions.h declarations with extern "C".Jose Fonseca2016-06-101-0/+8
* mesa: Add a helper function for shared code in get_tex_rgba_{un}compressedAnuj Phogat2016-06-091-45/+38