summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/mtypes.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove gl_shader_compiler_options::EmitNoNoiseMarek Olšák2016-10-191-1/+0
* mesa: rename gl_vertex_attrib_array gl_array_attributesBrian Paul2016-10-131-3/+3
* mesa: rename gl_vertex_attrib_array::VertexBindingBrian Paul2016-10-131-1/+1
* mesa: replace gl_framebuffer::_IntegerColor wih _IntegerBuffersBrian Paul2016-10-131-2/+1
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-071-1/+23
* mesa: remove the UsesDFdy flagTimothy Arceri2016-10-061-1/+0
* mesa: use uint32_t rather than unsigned for xfb struct membersTimothy Arceri2016-10-011-10/+10
* mesa/st: support lowering multi-planar YUVRob Clark2016-09-261-0/+16
* Revert "glsl: move xfb BufferStride into gl_transform_feedback_info"Timothy Arceri2016-09-241-3/+2
* glsl: move xfb BufferStride into gl_transform_feedback_infoTimothy Arceri2016-09-241-2/+3
* mesa: add GL_OES_viewport_array to the extension stringIlia Mirkin2016-09-221-0/+1
* mesa: Implement ARB_shader_viewport_layer_array for i965Dylan Baker2016-09-201-0/+1
* glsl: add core plumbing for GL_ANDROID_extension_pack_es31aIlia Mirkin2016-09-131-0/+1
* glsl: add gl_BoundingBox and associated varying slotsIlia Mirkin2016-08-301-0/+5
* mesa: add support for GL_PRIMITIVE_BOUNDING_BOX storage and queryIlia Mirkin2016-08-301-0/+7
* mesa: add scaffolding for OES/EXT_primitive_bounding_boxIlia Mirkin2016-08-301-0/+1
* glsl: Calculate bitset of secondary outputs written in ir_set_program_inouts.Francisco Jerez2016-08-301-0/+1
* mesa: remove OES_shader_io_blocks enableIlia Mirkin2016-08-281-1/+0
* mesa: Add support for OES_texture_cube_map_arrayIan Romanick2016-08-261-0/+1
* mesa: Implement GL_KHR_blend_equation_advanced_coherent.Kenneth Graunke2016-08-251-0/+4
* mesa: Track the current advanced blending mode.Kenneth Graunke2016-08-251-0/+9
* glsl: process blend_support_* qualifiersIlia Mirkin2016-08-251-0/+5
* mesa: add KHR_blend_equation_advanced enable and extension stringIlia Mirkin2016-08-251-0/+1
* glsl: Keep track of the set of fragment outputs read by a GL program.Francisco Jerez2016-08-241-0/+1
* mesa: Add extension enables for framebuffer fetch extensions.Francisco Jerez2016-08-241-0/+2
* mesa/subroutines: start adding per-context subroutine index support (v1.1)Dave Airlie2016-08-231-0/+10
* mesa: Dynamically allocate the matrix stack.Eric Anholt2016-08-041-0/+1
* mesa: Remove set but not used gl_client_array::Stride.Mathias Fröhlich2016-07-311-1/+0
* mesa: Remove set but not used gl_client_array::Enabled.Mathias Fröhlich2016-07-311-1/+0
* MESA_shader_integer_functions: Boiler plate extension trackingIan Romanick2016-07-191-0/+1
* mesa: Add the infrastructure for KHR_texture_compression_astc_sliced_3dAnuj Phogat2016-07-181-0/+1
* compiler: Rename INTERP_QUALIFIER_* to INTERP_MODE_*.Kenneth Graunke2016-07-171-3/+3
* glsl: add driconf to zero-init unintialized varsRob Clark2016-07-021-0/+5
* glsl/mesa: move duplicate shader fields into new struct gl_shader_infoTimothy Arceri2016-06-301-161/+80
* glsl/mesa: split gl_shader in twoTimothy Arceri2016-06-301-20/+123
* glsl/mesa: stop duplicating geom and tcs layout valuesTimothy Arceri2016-06-231-19/+1
* glsl/mesa: stop duplicating tes layout valuesTimothy Arceri2016-06-231-7/+0
* mesa: Fix incorrect "see also" commentsIan Romanick2016-06-201-1/+1
* mesa: add GL_EXT_window_rectangles state storage/retrieval functionalityIlia Mirkin2016-06-181-0/+5
* mesa: Remove the linked list of enabled lightsMathias Fröhlich2016-06-161-4/+0
* mesa: Track enabled lights in a bitmaskMathias Fröhlich2016-06-161-0/+2
* mesa: Rename CoordReplaceBits back to CoordReplace.Mathias Fröhlich2016-06-161-1/+1
* mesa: Remove the now unused CoordsReplace array.Mathias Fröhlich2016-06-161-1/+0
* mesa: Add gl_point_attrib::CoordReplaceBits bitfield.Mathias Fröhlich2016-06-161-0/+1
* 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: hook up core bits of GL_ARB_shader_group_voteIlia Mirkin2016-06-061-0/+1
* mesa: Get rid of _mesa_active_fragment_shader_has_side_effectsJason Ekstrand2016-06-031-18/+0
* glsl: Add glsl LowerCsDerivedVariables optionJordan Justen2016-06-011-0/+3
* mesa: Add extension tracking for GL_OES_shader_io_blocksIan Romanick2016-05-261-0/+1