aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from texi...Laura Ekstrand2015-01-083-19/+19
* main: Added utility function _mesa_lookup_texture_err().Laura Ekstrand2015-01-082-0/+19
* glapi: Added ARB_direct_state_access.xml file.Laura Ekstrand2015-01-081-0/+1
* mesa: Address `assignment makes integer from pointer without a cast` gcc warn...José Fonseca2015-01-081-2/+2
* mesa: Don't use _mesa_generic_nop on Windows.José Fonseca2015-01-071-0/+9
* mesa: create, use new _mesa_texture_base_format() functionBrian Paul2015-01-053-1/+18
* mesa: remove unused ctx parameter for _mesa_select_tex_image()Brian Paul2015-01-0510-30/+26
* mesa: add _mesa_base_tex_image() helper functionBrian Paul2015-01-051-0/+10
* mesa: simplify a conditional in detach_shader()Brian Paul2015-01-051-3/+1
* mesa: minor whitespace fixes in shaderapi.cBrian Paul2015-01-051-12/+13
* mesa: make _mesa_reference_shader_program() an inline functionBrian Paul2015-01-052-4/+15
* mesa: update comment on delete_shader_program()Brian Paul2015-01-051-2/+3
* mesa: rearrange error handling in glProgramParameteri()Brian Paul2015-01-051-15/+11
* mesa: fix error strings in shaderapi.cBrian Paul2015-01-051-2/+2
* mesa: Remove __SSE4_1__ guards from sse_minmax.c.Matt Turner2014-12-291-3/+0
* mesa: remove support for GCC older than 4.1.0Timothy Arceri2014-12-171-1/+1
* main: remove extern C around #includes in ff_fragment_shader.cppBrian Paul2014-12-161-5/+3
* mesa: move #include of mtypes.h outside __cplusplus checkBrian Paul2014-12-161-2/+1
* mesa: put extern "C" in header filesBrian Paul2014-12-164-0/+41
* util/hash_table: Rework the API to know about hashingJason Ekstrand2014-12-141-5/+12
* mesa: remove obsolete comment on _mesa_ClearColor()Brian Paul2014-12-121-4/+0
* mesa: whitespace fixes, 80-column wrapping in texobj.cBrian Paul2014-12-121-21/+33
* mesa: whitespace, line wrap fixes in clear.cBrian Paul2014-12-121-8/+11
* mesa: use build flag to ensure stack is realigned on x86Timothy Arceri2014-12-101-3/+0
* main: return two minor digits for ES shading language versionSamuel Iglesias Gonsalvez2014-12-091-1/+1
* mesa: Recompute LegalTypesMask if the GL API has changedIago Toral Quiroga2014-12-092-19/+22
* mesa: Returns zero samples when querying GL_NUM_SAMPLE_COUNTS when internal f...Eduardo Lima Mitev2014-12-091-23/+34
* mesa: Enables GL_RGB and GL_RGBA unsized internal formats for OpenGL ES 3.0Eduardo Lima Mitev2014-12-091-0/+6
* mesa: Considers GL_DEPTH_STENCIL_ATTACHMENT a valid argument for FBO invalida...Eduardo Lima Mitev2014-12-091-0/+8
* Don't cast the return value of malloc/reallocMatt Turner2014-12-083-6/+5
* Remove useless checks for NULL before freeingMatt Turner2014-12-081-5/+2
* glsl: Don't optimize min/max into saturate when EmitNoSat is setAbdiel Janulgue2014-12-081-0/+1
* mesa: Add a source parameter to _mesa_gl_debug.Matt Turner2014-12-053-2/+6
* mesa: Ensure stack is realigned on x86.José Fonseca2014-12-051-0/+3
* mesa: Use current Mesa coding style in check_valid_to_renderIan Romanick2014-12-021-25/+24
* mesa: Use unreachable instead of assert in check_valid_to_renderIan Romanick2014-12-021-1/+1
* mesa: Silence unused parameter warnings in _mesa_validate_Draw functionsIan Romanick2014-12-022-14/+10
* mesa: Refactor common validation code to validate_DrawElements_commonIan Romanick2014-12-021-125/+43
* mesa: Generate GL_INVALID_OPERATION when drawing w/o a VAO in core profileIan Romanick2014-12-021-1/+9
* mesa: fix height error check for 1D array texturesBrian Paul2014-12-021-1/+1
* main, glsl: Bump max known desktop glsl version to 4.50Jordan Justen2014-12-011-0/+6
* mesa: fix arithmetic error in _mesa_compute_compressed_pixelstore()Brian Paul2014-12-011-1/+1
* mesa: some improvements for print_list()Brian Paul2014-12-012-69/+84
* mesa: inline/remove _mesa_polygon_stipple()Brian Paul2014-12-012-32/+10
* mesa: Fix Get(GL_TRANSPOSE_CURRENT_MATRIX_ARB) to transposeChris Forbes2014-11-241-1/+1
* mesa: Fix function name in GetActiveUniformName errorChris Forbes2014-11-231-1/+1
* mesa/main: Fix tmp_row memory leak in texstore_rgba_integer.Siavash Eliasi2014-11-181-1/+3
* Revert "mesa: Wrap SSE4.1 code in #ifdef __SSE4_1__."Emil Velikov2014-11-151-3/+0
* i915: Use L8A8 instead of I8 to simulate A8 on gen2Ville Syrjälä2014-11-131-0/+3
* mesa: Remove _mesa_max_buffer_indexIan Romanick2014-11-102-52/+0