summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: make glFramebuffer* check immutable texture level boundsKenneth Graunke2017-10-071-6/+14
* mesa: Use a 565 format for GL_RGB and GL_UNSIGNED_SHORT_5_6_5 textures.Kenneth Graunke2017-10-051-0/+3
* mesa: silence 'variable may be used uninitialized' warning in teximage.cBrian Paul2017-10-031-1/+1
* mesa: silence 'variable may be used uninitialized' warning in bufferobj.cBrian Paul2017-10-031-0/+1
* mesa: Delete now unused dlopen.hMatt Turner2017-10-022-98/+0
* mesa: Drop Mesa_DXTn from gl_contextMatt Turner2017-10-027-61/+6
* mesa: Drop function pointer checks in s3tc codeMatt Turner2017-10-021-133/+60
* mesa: Call DXTn functions directlyMatt Turner2017-10-021-92/+25
* mesa: Remove fprintf referring to libdxtnMatt Turner2017-10-021-1/+1
* mesa: Remove prototypes and mark S3TC functions staticMatt Turner2017-10-021-18/+5
* mesa: Remove commented-out DXTn fetch codeMatt Turner2017-10-021-80/+0
* mesa: Combine libtxc_dxtn sources into texcompress_s3tc_tmp.hMatt Turner2017-10-024-303/+245
* mesa: Import libtxc_dxtn sourcesMatt Turner2017-10-023-0/+1141
* mesa/main: R10G10B10_(A2) formats are not color renderable in ESNicolai Hähnle2017-10-021-2/+5
* mesa/main: select the R10G10B10X2_UNORM internal format based on data typeNicolai Hähnle2017-10-021-1/+3
* glsl: do not set the 'smooth' qualifier by default on ES shadersNicolai Hähnle2017-10-021-1/+7
* mesa: fix texture updates for ATI_fragment_shaderMarek Olšák2017-09-281-3/+5
* mesa: free current ComputeProgram state in _mesa_free_context_dataTapani Pälli2017-09-211-0/+2
* mesa: Deal with size differences between GLuint and GLhandleARB in GetAttache...Jeremy Huddleston Sequoia2017-09-131-7/+15
* mesa: whitespace, formatting fixes in teximage.cBrian Paul2017-09-081-55/+55
* mesa: provide more info in some texture image error messagesBrian Paul2017-09-081-9/+11
* mesa/main: Fix GetTransformFeedbacki64 for glTransformFeedbackBufferBaseIago Toral Quiroga2017-09-071-0/+22
* mesa: allow user to set MESA_NO_ERROR=0Eric Engestrom2017-09-071-1/+2
* mesa: replace date/time macros with MESA_GIT_SHA1Emil Velikov2017-09-061-3/+7
* mesa: don't use %s for PACKAGE_VERSION macroEmil Velikov2017-09-062-4/+4
* mesa/main: Fix GetTextureImage error reportingIago Toral Quiroga2017-09-061-1/+1
* mesa/mtypes: repack gl_sampler_object.Dave Airlie2017-09-061-1/+1
* mesa/mtypes: repack gl_texture_object.Dave Airlie2017-09-061-5/+5
* mesa/mtypes: repack gl_shader_program_data.Dave Airlie2017-09-061-3/+3
* mesa/mtypes: reorganise gl_shaderDave Airlie2017-09-061-4/+5
* mesa/mtypes: repack display list structs.Dave Airlie2017-09-061-3/+2
* mesa/mtypes: reduce size of gl_sync_object.Dave Airlie2017-09-061-1/+1
* mesa/mtypes: reorg vertex/fragment program state.Dave Airlie2017-09-061-6/+6
* mesa/bindless: reorder gl_bindless_image gl_bindless_sampler.Dave Airlie2017-09-061-6/+6
* util: move string_to_uint_map to glslEmil Velikov2017-08-292-2/+2
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-257-13/+11
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-254-1/+4
* mesa: add KHR_no_error support to glBindBufferOffsetEXT()Samuel Pitoiset2017-08-252-0/+14
* mesa: add bind_buffer_offset() helperSamuel Pitoiset2017-08-251-13/+23
* mesa: add KHR_no_error support to glTransformFeedbackVaryings()Samuel Pitoiset2017-08-252-0/+16
* mesa: add transform_feedback_varyings() helperSamuel Pitoiset2017-08-251-26/+37
* mesa: add KHR_no_error support to glResumeTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add resume_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glPauseTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add pause_transform_feedback() helperSamuel Pitoiset2017-08-251-7/+15
* mesa: add KHR_no_error support to glEndTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add end_transform_feedback() helperSamuel Pitoiset2017-08-251-9/+17
* mesa: add KHR_no_error support to glBeginTransformFeedback()Samuel Pitoiset2017-08-252-0/+11
* mesa: add begin_transform_feedback() helperSamuel Pitoiset2017-08-251-20/+35
* mesa: add KHR_no_error support to glBindTransformFeedback()Samuel Pitoiset2017-08-252-0/+11