summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* main: Added entry point for glTextureParameteri.Laura Ekstrand2015-01-082-11/+52
* main: Added entry point for glTextureParameterfv.Laura Ekstrand2015-01-083-13/+47
* main: Added entry point for glTextureParameterf.Laura Ekstrand2015-01-083-10/+60
* main: Added get_texobj_by_name in texparam.c.Laura Ekstrand2015-01-081-13/+51
* main: set_tex_parameterf now handles errors according to the OpenGL 4.5 Speci...Laura Ekstrand2015-01-081-17/+20
* main: set_tex_parameteri now handles errors according to the OpenGL 4.5 Speci...Laura Ekstrand2015-01-081-28/+42
* main: Added entry point for BindTextureUnit.Laura Ekstrand2015-01-085-5/+150
* main: Corrected comment on _mesa_is_zero_size_texture.Laura Ekstrand2015-01-081-1/+1
* main: Added entry points for glTextureSubImage*D.Laura Ekstrand2015-01-083-81/+284
* main: Added entry points for glTextureStorage*D.Laura Ekstrand2015-01-083-51/+189
* main: Added entry point for glCreateTextures.Laura Ekstrand2015-01-083-26/+90
* main: Removed trailing whitespaces in texture code.Laura Ekstrand2015-01-082-28/+28
* main: Renamed _mesa_get_compressed_teximage to _mesa_GetCompressedTexImage_sw.Laura Ekstrand2015-01-082-6/+6
* main: Renamed _mesa_get_teximage to _mesa_GetTexImage_sw.Laura Ekstrand2015-01-082-6/+6
* main: Changed _mesa_alloc_texture_storage to _mesa_AllocTextureStorage_sw.Laura Ekstrand2015-01-082-8/+8
* main: Moved _mesa_get_current_tex_object from teximage.c to texobj.c.Laura Ekstrand2015-01-084-85/+84
* 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