summaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: rename various buffer bindings to one struct.Dave Airlie2017-10-112-38/+13
* mesa: align atomic buffer handling code with ubo/ssbo (v1.1)Dave Airlie2017-10-112-44/+92
* main/format: skip format conversion if src and dst format are equalKarol Herbst2017-10-101-0/+14
* mesa: Make _mesa_get_format_bytes handle array formats.Jason Ekstrand2017-10-101-0/+5
* mesa: Alphabetize GL_MESA_tile_raster_order in the extensions list.Eric Anholt2017-10-101-1/+1
* mesa: Implement a new GL_MESA_tile_raster_order extension.Eric Anholt2017-10-104-0/+55
* mesa: move _mesa_half_is_negative() to half_float.hBrian Paul2017-10-101-6/+0
* mesa: move _mesa_exec_malloc/free() prototypes to their own headerBrian Paul2017-10-103-7/+38
* mesa: Set new renderbuffers to RGBA4 on all GLES contexts.Eric Anholt2017-10-101-1/+1
* mesa: Expose GL_OES_required_internalformat on GLES contexts.Eric Anholt2017-10-104-38/+74
* mesa: Only expose GLES's EXT_texture_type_2_10_10_10_REV if supported in HW.Eric Anholt2017-10-103-2/+4
* mesa: Add X1B5G5R5 along with A1B5G5R5.Eric Anholt2017-10-104-0/+8
* st/mesa: fix switching from surface-based to non-surface-based texturesNicolai Hähnle2017-10-102-5/+9
* meson: Build i965 and dri stackDylan Baker2017-10-091-0/+46
* 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