aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/main
Commit message (Expand)AuthorAgeFilesLines
* mesa: move non-generic samples validationTimothy Arceri2015-08-182-9/+10
* mesa: check samples > 0 for glTex*MultisampleTimothy Arceri2015-08-181-0/+5
* mesa: Raise INVALID_VALUE from glCreateShaderProgramv if count < 0Marta Lofstedt2015-08-171-0/+9
* mesa: AtomicBufferBindings should be initialized to zero.Marta Lofstedt2015-08-171-2/+2
* mesa: fix target error checking in glGetTexLevelParameterTapani Pälli2015-08-171-7/+25
* mesa: rename texture function now that its staticTimothy Arceri2015-08-171-31/+31
* mesa: Implement glMemoryBarrierByRegionMarta Lofstedt2015-08-173-2/+50
* mesa: set correct error for non-renderable multisample texturesTapani Pälli2015-08-141-3/+10
* mesa: remove extern from texture functionTimothy Arceri2015-08-132-10/+1
* mesa: update MaxShaderStorageBlockSize to 2^27Tapani Pälli2015-08-131-1/+1
* mesa: fix name returned for XFB varyingsTapani Pälli2015-08-131-4/+16
* mesa: Fix printf format specifier warn of the ptrdiff_tEdward O'Callaghan2015-08-131-1/+1
* mesa: add NV_read_{depth,stencil,depth_stencil} extensionsRob Clark2015-08-122-9/+42
* mesa/teximage: report the correct function which triggered the errorNanley Chery2015-08-121-4/+4
* mesa/formats: don't byteswap when building array formatsOded Gabbay2015-08-121-11/+3
* mesa/formats: Don't flip channels of null array formatsJason Ekstrand2015-08-121-1/+2
* mesa/formats: Fix swizzle flipping for big-endian targetsJason Ekstrand2015-08-121-4/+12
* mesa/formats: Only do byteswapping for packed formatsJason Ekstrand2015-08-121-3/+3
* mesa/format_utils: Add src_bits == dst_bits cases to unorm_to_unormJason Ekstrand2015-08-101-1/+3
* mesa/es3.1: Allow Multisampled FrameBufferTexturesMarta Lofstedt2015-08-101-2/+3
* mesa/es3.1: Pass sample count check for multisampled texturesMarta Lofstedt2015-08-101-1/+4
* mesa: clear existing swizzle info before bitwise-OROded Gabbay2015-08-091-0/+5
* mesa: NULL check InfoLogMarta Lofstedt2015-08-071-2/+2
* mesa: save which transform feedback buffer is associated with which streamMarek Olšák2015-08-061-0/+5
* mesa: handle no-op cases sooner in _mesa_[Client]ActiveTexture()Brian Paul2015-08-061-10/+10
* mesa: Add missing check of format and type in glTexSubImageXD on GLES 3.0Eduardo Lima Mitev2015-08-051-47/+69
* mesa: Fix error returned by glCopyTexImage2D() upon an invalid internal formatEduardo Lima Mitev2015-08-051-9/+9
* mesa: Validate target before resolving tex obj in glTex(ture)SubImageXDEduardo Lima Mitev2015-08-051-15/+14
* mesa: Fix errors values returned by glShaderBinary()Eduardo Lima Mitev2015-08-051-3/+14
* mesa: do not modify args when errors with GetProgramResourceNameTapani Pälli2015-08-051-6/+0
* mesa: Use _mesa_lroundevenf() in some more places.Matt Turner2015-08-041-2/+2
* mesa: Replace F_TO_I() with _mesa_lroundevenf().Matt Turner2015-08-035-42/+17
* mesa: fix type for array indexing validationTimothy Arceri2015-08-031-1/+1
* mesa/es3.1: Allow multisampled textures for GLES 3.1Marta Lofstedt2015-08-031-2/+2
* mesa/es3.1: Allow query of GL_TEXTURE_MULTISAMPLEMarta Lofstedt2015-08-031-1/+3
* mesa/es3.1: Allow enable of GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa/es3.1: Allow textures with target GL_TEXTURE_2D_MULTISAMPLEMarta Lofstedt2015-08-032-3/+3
* mesa/es3.1: Allow GL_DEPTH_STENCIL_TEXTURE_MODEMarta Lofstedt2015-08-031-1/+3
* mesa/es3.1: Allow GL_SAMPLE_MASKMarta Lofstedt2015-08-031-1/+1
* mesa/es3.1: Allow binding GL_DRAW_INDIRECT_BUFFER with gles 3.1Marta Lofstedt2015-08-031-2/+3
* mesa: remove now unused _mesa_get_uniform_locationTimothy Arceri2015-07-302-79/+0
* mesa: remove now unused subscript validationsTimothy Arceri2015-07-302-108/+0
* mesa: fix and simplify resource query for arraysTimothy Arceri2015-07-305-92/+106
* Delete unused functions in format parserAnuj Phogat2015-07-291-7/+0
* Delete duplicate function is_power_of_two() and use _mesa_is_pow_two()Anuj Phogat2015-07-291-11/+0
* mesa: Avoid double promotion.Matt Turner2015-07-2913-47/+47
* mesa: Use floats for viewport bounds.Matt Turner2015-07-292-8/+8
* mesa/es3.1: enable GL_ARB_explicit_uniform_location for GLES 3.1Marta Lofstedt2015-07-292-1/+9
* mesa/es3.1: enable GL_ARB_compute_shader for GLES 3.1Marta Lofstedt2015-07-292-10/+16
* mesa/es3.1: enable GL_ARB_texture_gather for GLES 3.1Marta Lofstedt2015-07-292-2/+10