u_upload_mgr: remove the return value from u_upload_alloc
[mesa.git] / src / mesa / main /
2015-09-03 Neil Robertsmesa/pbo: Handle zero width, height or depth when valid...
2015-09-02 Ian Romanickmesa: Don't allow wrong type setters for matrix uniforms
2015-09-02 Ian Romanickmesa: Pass the type to _mesa_uniform_matrix as a glsl_b...
2015-09-02 Ian Romanickmesa: Silence unused parameter warnings in bufferobj.c
2015-09-02 Ian Romanickmesa: Remove target parameter from _mesa_handle_bind_bu...
2015-09-01 Dave Airliemesa/readpixels: check strides are equal before skippin...
2015-09-01 Dave Airlietexcompress_s3tc/fxt1: fix stride checks (v1.1)
2015-09-01 Dave Airliemesa/formats: 8-bit channel integer formats addition
2015-09-01 Dave Airliemesa/formats: add some formats from GL3.3
2015-09-01 Dave Airliemesa: handle SwapBytes in compressed texture get code.
2015-09-01 Dave Airliemesa: fix SwapBytes handling in numerous places
2015-09-01 Jason Ekstrandmesa: Move gl_vert_attrib from mtypes.h to shader_enums.h
2015-09-01 Marta Lofstedtmesa: Limit Framebuffer Parameter OpenGL ES 3.1 usage
2015-09-01 Marta Lofstedtmesa: Expose GL_ARB_framebuffer_no_attachments to GLES 3.1
2015-09-01 Nanley Cherymesa/glformats: recognize ASTC formats as color formats
2015-08-31 Nanley Cherymesa/texformat: use format conversion function in _mesa...
2015-08-31 Nanley Cherymesa/texcompress: correct mapping of S3TC formats in...
2015-08-28 Daniel Scharrermesa: return old name for deleted samplers for SAMPLER_...
2015-08-28 Daniel Scharrermesa: add missing queries for ARB_direct_state_access
2015-08-28 Ilia Mirkinmesa: fix dispatch sanity with GL_OES_texture_storage_m...
2015-08-27 Brian Paulmesa: rename rowStride to imageStride in texturesubimage()
2015-08-27 Ilia Mirkinmesa: only copy the requested teximage faces
2015-08-27 Tapani Pällimesa: enable enums for OES_texture_storage_multisample_...
2015-08-27 Tapani Pällimesa: Add extension enable for OES_texture_storage_mult...
2015-08-26 Nanley Cherymesa: return bool instead of GLboolean in compressedtex...
2015-08-26 Nanley Cherymesa/macros: move ALIGN_NPOT to macros.h
2015-08-26 Nanley Cherymesa/macros: add power-of-two assertions for alignment...
2015-08-26 Nanley Cherymesa/teximage: return the base internal format of the...
2015-08-26 Nanley Cherymesa/teximage: accept ASTC formats for 3D texture speci...
2015-08-26 Nanley Cherymesa/texcompress: enable translation between MESA and...
2015-08-26 Nanley Cherymesa/glformats: recognize ASTC formats as compressed
2015-08-26 Nanley Cherymesa: add ASTC extensions to the extensions table
2015-08-26 Nanley Cherymesa: don't enable online compression for ASTC formats
2015-08-26 Nanley Cherymesa/formats: define the 2D ASTC formats
2015-08-26 Ilia Mirkinmesa: remove pointless es31 checks, fix indirect to...
2015-08-26 Ilia Mirkinmesa: uncomment checks in es31 computation, add texture_ms
2015-08-26 Marek Olšákmesa: create multisample fallback textures like normal...
2015-08-26 Tapani Pällimesa: GetTexLevelParameter{if}v changes for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Allow GL_COMPUTE_WORK_GROUP_SIZE for OpenGL...
2015-08-26 Marta Lofstedtmesa/es3.1: Enable getting MAX_COMPUTE_WORK_GROUP_...
2015-08-26 Dave Airliemesa/formats: pass correct parameter to _mesa_is_format...
2015-08-26 Dave Airliemesa/texgetimage: fix missing stencil check
2015-08-25 Nanley Cherymesa/teximage: Add GL error parameter to _mesa_target_c...
2015-08-25 Nanley Cherymesa/formats: remove compressed formats from matching...
2015-08-25 Nanley Cherymesa/formats: make format testing a gtest
2015-08-25 Dave Airliemesa: enable texture stencil8 for multisample
2015-08-25 Brian Paulmesa: make _mesa_bind_texture_unit() static
2015-08-24 Nanley Cherymesa/formats: store whether or not a format is sRGB...
2015-08-24 Nanley Cherymesa/formats: only do type and component lookup for...
2015-08-23 Dave Airliemesa/arb_gpu_shader_fp64: add support for glGetUniformdv
2015-08-21 Tapani Pällimesa: update fbo state in glTexStorage
2015-08-21 Nanley CheryRevert "mesa/formats: refactor by collapsing cases...
2015-08-20 Martin Peresmain: add extension GL_ARB_shader_image_size
2015-08-20 Francisco Jerezmesa: Add ES31 API tag for the extension table.
2015-08-20 Francisco Jerezmesa: Refuse to bind image uniforms using glUniform...
2015-08-20 Francisco Jerezmesa: Refuse to bind a mutable texture object to an...
2015-08-20 Francisco Jerezmesa: Initialize image unit state to different defaults...
2015-08-20 Francisco Jerezmesa: Reset image unit state to the default values...
2015-08-20 Francisco Jerezmesa: Reject image formats not supported by GLES.
2015-08-20 Francisco Jerezmesa: Don't lose track of the shader image layer origin...
2015-08-20 Francisco Jerezmesa: Rename MaxCombinedImageUnitsAndFragmentOutputs...
2015-08-19 Nanley Cherymesa/formats: refactor by collapsing cases in switch...
2015-08-19 Nanley Cherymesa/formats: add more MESA_FORMAT_LAYOUTs
2015-08-19 Marta Lofstedtmesa/main: Add GL_IMAGE_FORMAT_COMPATIBILITY_TYPE to...
2015-08-19 Tapani Pällimesa: validate size parameters for glTexStorage*Multisample
2015-08-19 Tapani Pällimesa: expose dimension check for glTex*Storage functions
2015-08-19 Eric Anholtmesa: Move varying slots and FS output names to shader_...
2015-08-19 Timothy Arcerimesa: undo split out of create shader code
2015-08-17 Timothy Arcerimesa: move non-generic samples validation
2015-08-17 Timothy Arcerimesa: check samples > 0 for glTex*Multisample
2015-08-17 Marta Lofstedtmesa: Raise INVALID_VALUE from glCreateShaderProgramv...
2015-08-17 Marta Lofstedtmesa: AtomicBufferBindings should be initialized to...
2015-08-17 Tapani Pällimesa: fix target error checking in glGetTexLevelParameter
2015-08-17 Timothy Arcerimesa: rename texture function now that its static
2015-08-17 Marta Lofstedtmesa: Implement glMemoryBarrierByRegion
2015-08-14 Tapani Pällimesa: set correct error for non-renderable multisample...
2015-08-13 Timothy Arcerimesa: remove extern from texture function
2015-08-13 Tapani Pällimesa: update MaxShaderStorageBlockSize to 2^27
2015-08-13 Tapani Pällimesa: fix name returned for XFB varyings
2015-08-12 Edward O'Callaghanmesa: Fix printf format specifier warn of the ptrdiff_t
2015-08-12 Rob Clarkmesa: add NV_read_{depth,stencil,depth_stencil} extensions
2015-08-12 Nanley Cherymesa/teximage: report the correct function which trigge...
2015-08-12 Oded Gabbaymesa/formats: don't byteswap when building array formats
2015-08-12 Jason Ekstrandmesa/formats: Don't flip channels of null array formats
2015-08-12 Jason Ekstrandmesa/formats: Fix swizzle flipping for big-endian targets
2015-08-12 Jason Ekstrandmesa/formats: Only do byteswapping for packed formats
2015-08-10 Jason Ekstrandmesa/format_utils: Add src_bits == dst_bits cases to...
2015-08-10 Marta Lofstedtmesa/es3.1: Allow Multisampled FrameBufferTextures
2015-08-10 Marta Lofstedtmesa/es3.1: Pass sample count check for multisampled...
2015-08-10 Oded Gabbaymesa: clear existing swizzle info before bitwise-OR
2015-08-07 Marta Lofstedtmesa: NULL check InfoLog
2015-08-06 Marek Olšákmesa: save which transform feedback buffer is associate...
2015-08-06 Brian Paulmesa: handle no-op cases sooner in _mesa_[Client]Active...
2015-08-05 Eduardo Lima Mitevmesa: Add missing check of format and type in glTexSubI...
2015-08-05 Eduardo Lima Mitevmesa: Fix error returned by glCopyTexImage2D() upon...
2015-08-05 Eduardo Lima Mitevmesa: Validate target before resolving tex obj in glTex...
2015-08-05 Eduardo Lima Mitevmesa: Fix errors values returned by glShaderBinary()
2015-08-05 Tapani Pällimesa: do not modify args when errors with GetProgramRes...
2015-08-04 Matt Turnermesa: Use _mesa_lroundevenf() in some more places.
2015-08-03 Matt Turnermesa: Replace F_TO_I() with _mesa_lroundevenf().
next