summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* main: Use _mesa_geometric_samples to calculate GL_SAMPLE_BUFFERSNeil Roberts2016-02-052-1/+4
* main: Use _mesa_geometric_samples to calculate the value of GL_SAMPLESNeil Roberts2016-02-052-1/+5
* mesa: add core implementation of ARB_query_buffer_objectIlia Mirkin2016-02-041-147/+138
* mesa: add driver interface for writing query results to buffersIlia Mirkin2016-02-041-0/+9
* mesa: Handle QUERY_BUFFER_BINDING in GetIntegervRafal Mielniczuk2016-02-042-0/+8
* mesa: Add QueryBuffer to contextRafal Mielniczuk2016-02-042-0/+16
* mesa: Add ARB_query_buffer_object extension flagRafal Mielniczuk2016-02-042-0/+2
* mesa: add MESA_NO_MINMAX_CACHE environment variableNicolai Hähnle2016-02-031-0/+22
* vbo: disable the minmax cache when the hit rate is lowNicolai Hähnle2016-02-031-0/+2
* mesa: add USAGE_DISABLE_MINMAX_CACHE flag to buffer UsageHistoryNicolai Hähnle2016-02-031-0/+1
* vbo: cache/memoize the result of vbo_get_minmax_indices (v3)Nicolai Hähnle2016-02-032-1/+15
* mesa/main: bail earlier for size == 0 in _mesa_clear_buffer_sub_dataNicolai Hähnle2016-02-031-8/+8
* mesa/main: add USAGE_PIXEL_PACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2016-02-032-0/+10
* mesa/main: add USAGE_TRANSFORM_FEEDBACK_BUFFER flag to buffer UsageHistoryNicolai Hähnle2016-02-032-0/+4
* util/hash_table: add _mesa_hash_table_num_entriesNicolai Hähnle2016-02-031-3/+1
* mesa: use default geometry's samples when there are no attachmentsIlia Mirkin2016-02-021-1/+1
* mesa: invalidate framebuffer when changing parametersIlia Mirkin2016-02-021-0/+3
* mesa: the _mesa_geometric_* functions require full types from mtypes.hIlia Mirkin2016-02-021-1/+1
* mesa: fix typo in python scriptsRoland Scheidegger2016-02-021-1/+1
* mesa: enable enums for OES_geometry_shaderMarta Lofstedt2016-02-012-36/+98
* mesa: add PROGRAM_IMMEDIATE, PROGRAM_BUFFERIlia Mirkin2016-01-291-0/+2
* glsl: add GL_OES_geometry_point_size and conditionalize gl_PointSizeIlia Mirkin2016-01-261-0/+1
* glsl: move to compiler/Emil Velikov2016-01-269-21/+21
* nir: move glsl_types.{cpp,h} to compilerEmil Velikov2016-01-263-3/+3
* nir: move shader_enums.[ch] to compilerEmil Velikov2016-01-261-1/+1
* mesa: Don't include meta.hIan Romanick2016-01-251-1/+0
* Revert "mesa: enable enums for OES_geometry_shader"Marek Olšák2016-01-242-86/+30
* Revert "mesa: Deal with size differences between GLuint and GLhandleARB in Ge...Jeremy Huddleston Sequoia2016-01-221-17/+1
* mesa: Update _mesa_has_geometry_shadersMarta Lofstedt2016-01-221-1/+2
* mesa: enable enums for OES_geometry_shaderMarta Lofstedt2016-01-222-30/+86
* glapi: add GL_OES_geometry_shader extensionMarta Lofstedt2016-01-223-0/+5
* mesa: wire up EmitStringMarker for KHR_debugRob Clark2016-01-211-0/+7
* mesa: add GREMEDY_string_markerRob Clark2016-01-216-0/+28
* texobj: Remove redundant checks that the texture cube faces match sizeNeil Roberts2016-01-211-10/+0
* texobj: Fix the completeness checks for cube texturesNeil Roberts2016-01-211-1/+11
* mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia2016-01-211-1/+17
* mesa: Fix format warningsJeremy Huddleston Sequoia2016-01-211-1/+1
* mesa: Fix some function prototype mismatchingJeremy Huddleston Sequoia2016-01-214-27/+26
* mesa: remove link validation that should be done elsewhereTimothy Arceri2016-01-201-60/+3
* mesa: Move sanity check of BindVertexBuffer for OpenGL ES 3.1Marta Lofstedt2016-01-192-1/+5
* mesa: fix segfault in glUniformSubroutinesuiv()Timothy Arceri2016-01-181-0/+10
* mesa: add Driver.InvalidateBufferSubDataNicolai Hähnle2016-01-142-8/+9
* mesa: fix the checks in _mesa_InvalidateBuffer(Sub)DataNicolai Hähnle2016-01-141-3/+15
* texobj: Check completeness with InternalFormat rather than Mesa formatNeil Roberts2016-01-141-1/+1
* mesa: do not validate io of non-compute and compute stageTapani Pälli2016-01-131-0/+7
* mesa: print the invalid enum when CreateShader failsTimothy Arceri2016-01-131-1/+2
* mesa: use gl_shader_variable in program resource listTapani Pälli2016-01-122-19/+80
* main: get rid of needless conditionalErik Faye-Lund2016-01-121-13/+12
* mesa: Refator _mesa_BindSampler to make _mesa_bind_samplerIan Romanick2016-01-112-6/+16
* mesa: Add _mesa_set_sampler_srgb_decode methodIan Romanick2016-01-112-0/+14