summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
...
* mesa: Don't call _mesa_ClipControl from glPopAttrib when unsupported.Kenneth Graunke2014-11-031-1/+2
* mesa: protect the debug state with a mutexChia-I Wu2014-10-302-47/+126
* util: add _mesa_strtod and _mesa_strtofChia-I Wu2014-10-302-22/+0
* mesa/gallium: Signal _NEW_TRANSFORM from glClipControl.Mathias Fröhlich2014-10-301-6/+2
* mesa: Fix order of errors for glDrawTransformFeedbackStreamChris Forbes2014-10-291-5/+5
* mesa: Add support for the GL_KHR_context_flush_control extensionNeil Roberts2014-10-284-2/+14
* mesa: Silence unused parameter warning in _mesa_init_shader_programIan Romanick2014-10-243-7/+6
* mesa: Remove context parameter from dd_function_table::NewShaderProgramIan Romanick2014-10-244-5/+4
* mesa: Make _mesa_init_shader_program staticIan Romanick2014-10-242-6/+3
* mesa: Remove context parameter from _mesa_init_shader_programIan Romanick2014-10-242-3/+3
* mesa: Silence unused parameter warning in _mesa_clear_shader_program_dataIan Romanick2014-10-242-5/+3
* mesa: Add some missing clean-up to _mesa_clear_shader_program_dataIan Romanick2014-10-241-1/+14
* mesa: Remove prototypes for nonexistent functionsIan Romanick2014-10-241-9/+0
* ff_fragment_shader: Silence unused parameter warning in smearIan Romanick2014-10-241-6/+6
* mesa: Implement ARB_clip_control.Mathias Fröhlich2014-10-2411-6/+131
* mesa: Refactor viewport transform computation.Mathias Fröhlich2014-10-243-20/+44
* mesa/shaderimage.c: fix inconsistent sign warningAlon Levy2014-10-231-1/+1
* mesa: remove conditional render and rgtc from ES3 requirementsIlia Mirkin2014-10-231-2/+0
* glsl: Delete unused gl_uniform_driver_format enum values.Kenneth Graunke2014-10-211-25/+2
* mesa: fix 'feeedback' typo in commentBrian Paul2014-10-201-1/+1
* mesa: fix 'misalgned' typos in error messagesBrian Paul2014-10-201-2/+2
* mesa: validate sampler uniforms during gluniform callsTapani Pälli2014-10-204-35/+36
* mesa: Drop the "target" parameter from NewBufferObject().Kenneth Graunke2014-10-164-11/+9
* mesa: Mark buffer objects that are used as atomic counter buffersChris Forbes2014-10-162-0/+2
* mesa: Mark buffer objects that are used as TexBOsChris Forbes2014-10-162-0/+9
* mesa: Mark buffer objects which are bound as UBOsChris Forbes2014-10-161-0/+6
* mesa: Add usage history bitfield to buffer objectsChris Forbes2014-10-161-0/+9
* mesa: fix error reported on gTexSubImage2D when level not validTapani Pälli2014-10-101-1/+1
* mesa: Make _mesa_print_arrays use stderr.Kenneth Graunke2014-10-091-3/+3
* mesa: fix spurious wglGetProcAddress / GL_INVALID_OPERATION errorBrian Paul2014-10-031-1/+35
* mesa: fix GetTexImage for 1D array depth texturesDave Airlie2014-10-031-2/+7
* mesa: relax draw api validation on ES2Tapani Pälli2014-10-021-3/+2
* mesa: fix _mesa_alloc_dispatch_table() declarationBrian Paul2014-10-011-1/+1
* mesa: Add new variables in gl_context to store sample layoutAnuj Phogat2014-10-011-0/+32
* mesa: Avoid flagging _NEW_VIEWPORT on redundant viewport updates.Kenneth Graunke2014-10-011-0/+6
* glsl: Add context-level controls for whether temporaries have real namesIan Romanick2014-09-303-0/+22
* mesa: Drop the always-software-primitive-restart paths.Eric Anholt2014-09-302-8/+0
* Remove Bluegene/L wrappersEmil Velikov2014-09-272-10/+4
* mesa: remove last DJGPP remainsEmil Velikov2014-09-272-9/+0
* mesa: Replace IS_NEGATIVE(x) with x < 0.0f.Matt Turner2014-09-251-7/+0
* mesa: Replace a priori knowledge of gcc builtins with configure tests.Matt Turner2014-09-252-21/+26
* mesa: Use VertexArray, not _VertexArray, in array size expressions.Kenneth Graunke2014-09-243-6/+6
* mesa: Use proper structure for glGet*(GL_TEXTURE_COORD_ARRAY*).Kenneth Graunke2014-09-241-4/+4
* mesa: Remove some dead helper functions.Kenneth Graunke2014-09-241-26/+0
* mesa: remove EXT suffix from FBO error messagesBrian Paul2014-09-241-30/+30
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-247-29/+10
* mesa: Drop _mesa_bsearch() wrapper.Matt Turner2014-09-242-21/+0
* mesa: Unifdef _WIN32_WCE.Matt Turner2014-09-243-24/+1
* mesa: Unifdef _XBOX.Matt Turner2014-09-241-1/+1
* mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner2014-09-243-20/+2