aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* glsl: remove Lower{TCS,TES}PatchVerticesInIago Toral Quiroga2018-01-101-2/+0
* Fix use of alloca() without #include <c99_alloca.h>Jon Turney2018-01-091-0/+1
* mesa: remove dd_function_table::GetCompressedTexSubImage and clean it upMarek Olšák2018-01-063-30/+11
* mesa/bindless: fix missing image _Layer initializationIlia Mirkin2018-01-041-0/+1
* mesa: Add GL_UNSIGNED_INT_2_10_10_10_REV OES read type for BGRX1010102.Mario Kleiner2018-01-031-1/+2
* mesa: Add GL_RGBA + GL_UNSIGNED_INT_2_10_10_10_REV for OES read type.Mario Kleiner2018-01-031-0/+3
* mesa: Add _mesa_bind_texture methodIan Romanick2018-01-022-2/+26
* Revert "mesa: remove unused _mesa_delete_nameless_texture()"Ian Romanick2018-01-022-0/+46
* mesa: Fold _mesa_record_error into its only callerIan Romanick2018-01-023-30/+2
* mesa: always compare optype with symbolic name in ATI_fsMiklós Máté2017-12-251-3/+3
* mesa: document ati_fragment_shader::cur_pass and swizzlerqMiklós Máté2017-12-251-0/+4
* mesa: move ATI_fs state compile changes after the error checksMiklós Máté2017-12-251-54/+53
* mesa: fix not having secondary color in ATI_fs in swrastMiklós Máté2017-12-251-7/+10
* mesa: fix validate for secondary interpolatorMiklós Máté2017-12-251-13/+27
* mesa: fix typo in ATI_fs dstMod error checkingMiklós Máté2017-12-251-1/+1