summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: add an assertion in _mesa_enable_vertex_array_attrib()Brian Paul2018-01-301-0/+1
* mesa: rename some vars in client_state()Brian Paul2018-01-301-25/+25
* mesa: Care for differences in fog mode only if fog is consumed.Mathias Fröhlich2018-01-301-3/+5
* mesa: Reduce ffvertex_prog state_key to 36 bytes.Mathias Fröhlich2018-01-301-14/+15
* mesa: Remove unused ffvertex_prog texunit_really_enabled.Mathias Fröhlich2018-01-301-4/+0
* mesa: Remove unused bit in ffvertex_prog state_key.Mathias Fröhlich2018-01-301-6/+0
* mesa: texgen_enabled is only 1 bit.Mathias Fröhlich2018-01-301-1/+1
* mesa: Encode fog modes in a 2 bit field.Mathias Fröhlich2018-01-301-38/+37
* mesa: Move seperate_specular into the lighting section.Mathias Fröhlich2018-01-301-3/+3
* mesa: Get the point size array state from varying_vp_inputs.Mathias Fröhlich2018-01-301-5/+1
* mesa: Remove unused gl_fog_attrib::_Scale.Mathias Fröhlich2018-01-302-17/+0
* mesa: Correctly print glTexImage dimensionsElie Tournier2018-01-301-7/+6
* mesa: shrink size of gl_array_attributes (v2)Brian Paul2018-01-292-9/+16
* mesa: shrink gl_vertex_arrayBrian Paul2018-01-291-10/+11
* mesa: replace GLenum with GLenum16 in common structures (v4)Marek Olšák2018-01-298-187/+237
* mesa: fix incorrect size/error test in _mesa_GetUnsignedBytevEXT()Brian Paul2018-01-291-1/+1
* mesa: skip validation of legality of size/type queries for format queriesRoland Scheidegger2018-01-301-3/+0
* mesa: restrict formats being supported by target type for formatqueryRoland Scheidegger2018-01-301-10/+21
* mesa: (trivial) add TODO comment for default results for internal queriesRoland Scheidegger2018-01-301-0/+6
* mesa: remove misleading gles checks for formatqueryRoland Scheidegger2018-01-301-3/+1
* mesa/vbo: replace vbo_draw_method() with _mesa_set_drawing_arrays()Brian Paul2018-01-294-33/+28
* mesa: remove MESA_FUNCTIONBrian Paul2018-01-262-4/+2
* mesa: change gl_link_status enums to uppercaseBrian Paul2018-01-265-14/+14
* mesa: change gl_compile_status enums to uppercaseBrian Paul2018-01-264-8/+8
* mesa: minor comment reformatting, whitespace fixes in mtypes.hBrian Paul2018-01-261-43/+54
* mesa: silence MinGW 'may be unused uninitialized' warning in get.cBrian Paul2018-01-261-1/+1
* mesa: Pass the translated color logic op dd_function_table::LogicOpcodeIan Romanick2018-01-262-2/+2
* mesa: Also track a remapped version of the color logic opIan Romanick2018-01-262-0/+58
* mesa: whitespace fixes in attrib.cBrian Paul2018-01-251-78/+77
* mesa: whitespace fixes in varray.hBrian Paul2018-01-251-26/+29
* mesa: include mtypes.h in varray.hBrian Paul2018-01-251-3/+1
* mesa: s/gl_vertex_attrib_array/gl_array_attributes/ in commentsBrian Paul2018-01-253-3/+3
* mesa: simplify _mesa_delete_list() a bit, add some assertionsBrian Paul2018-01-251-28/+11
* mesa: add missing RGB9_E5 format in _mesa_base_fbo_formatJuan A. Suarez Romero2018-01-251-0/+3
* vbo: remove vbo_context.h and change includes to use vbo.h insteadBrian Paul2018-01-242-2/+2
* mesa: use new _vbo_install_exec_vtxfmt() functionBrian Paul2018-01-241-2/+1
* mesa: move vbo_count_tessellated_primitives() to api_validate.cBrian Paul2018-01-241-3/+65
* mesa: update comment on gl_display_listBrian Paul2018-01-241-3/+1
* mesa: whitespace clean-ups in mtypes.hBrian Paul2018-01-241-68/+82
* mesa: remove unused MAT_INDEX_AMBIENT/DIFFUSE/SPECULAR contantsBrian Paul2018-01-241-4/+0
* vbo: move DLIST_DANGLING_REFS from mtypes.h to vbo_save_api.cBrian Paul2018-01-241-9/+0
* mesa: Only require independent blending for GLES 3.2.Eric Anholt2018-01-211-1/+1
* autotools: include meson build files in tarballDylan Baker2018-01-191-0/+2
* mesa: Make numSamples an unsigned intGert Wollny2018-01-194-6/+6
* mesa: move gl_external_samplers() to program.[ch]Brian Paul2018-01-171-17/+0
* mesa: remove unneeded #includes of main/compiler.hBrian Paul2018-01-1711-11/+0
* mesa: include util/macros.h in format_fallback.cBrian Paul2018-01-171-0/+1
* mesa: remove unneeded semicolonsGrazvydas Ignotas2018-01-172-2/+2
* mesa: require at least 14 UBOs for GL 4.3Roland Scheidegger2018-01-121-0/+1
* meson: Use consistent style for testsDylan Baker2018-01-111-1/+3