summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* darwin: Remove extra kCGLPFAColorSize attribute when requesting an offscreen ...8.0Jeremy Huddleston Sequoia2014-05-311-2/+0
* darwin: Guard Core Profile usage behind a testing envvarJeremy Huddleston Sequoia2014-05-241-10/+20
* darwin: Write errors in choosing the pixel format to the crash logJeremy Huddleston Sequoia2014-05-241-2/+16
* appleglx: Improve error reporting if CGLChoosePixelFormat() didn't find any m...Jon TURNEY2014-05-241-0/+5
* darwin: Fix test for kCGLPFAOpenGLProfile support at runtimeJeremy Huddleston Sequoia2014-05-201-5/+9
* glapi: Avoid heap corruption in _glapi_tableJeremy Huddleston Sequoia2014-05-201-1/+1
* Apple: glFlush() is not needed with CGLFlushDrawable()Jeremy Huddleston Sequoia2013-07-201-2/+0
* dri/nouveau: don't use nested functionsnobled2013-01-172-64/+78
* mesa: test for GL_EXT_framebuffer_sRGB in glPopAttrib()Brian Paul2012-11-281-1/+2
* glsl: initialise const force glsl extension warning in fake ctxDave Airlie2012-11-141-0/+1
* mesa: use .cherry-ignore in the get-pick-list.sh scriptAndreas Boll2012-11-141-2/+2
* mesa: update .cherry-ignore fileAndreas Boll2012-11-141-0/+23
* mesa: add initial .cherry-ignore file for the 8.0 branchIan Romanick2012-11-141-0/+68
* nvfx: handle some unknown PIPE_CAPsAndreas Boll2012-10-301-0/+6
* mesa: fix per-level max texture size error checkingBrian Paul2012-10-261-15/+21
* docs: add another fixed bug to mesa 8.0.5 release notesAndreas Boll2012-10-251-0/+2
* docs: Add 8.0.5 release md5sumsAndreas Boll2012-10-241-1/+3
* docs: Add 8.0.5 release notesmesa-8.0.5Andreas Boll2012-10-241-0/+252
* mesa: Bump version number to 8.0.5Andreas Boll2012-10-243-4/+4
* mesa: fix incorrect error for glCompressedSubTexImageBrian Paul2012-10-241-3/+3
* mesa: do internal format error checking for glTexStorage()Brian Paul2012-10-241-0/+48
* dri_util: Use calloc to allocate __DRIcontextIan Romanick2012-10-241-1/+1
* mesa: Allow glGetTexParameter of GL_TEXTURE_SRGB_DECODE_EXTIan Romanick2012-10-241-0/+12
* mesa: fix dropped && in glGetStringi()Chris Forbes2012-10-241-1/+1
* i965: Drop the confusing saturate argument to math instruction setup.Eric Anholt2012-10-248-44/+6
* mesa: In conditional rendering fallback, check the query status.Eric Anholt2012-10-241-0/+2
* mesa: Fix glPopAttrib() behavior on GL_FRAMEBUFFER_SRGB.Eric Anholt2012-10-241-0/+13
* i965/fs: Don't use brw->fragment_program in calculate_urb_setup().Kenneth Graunke2012-10-241-1/+1
* st/mesa: s/CALLOC/calloc/ to fix allocation bugBrian Paul2012-10-241-1/+1
* i965: Fix accumulator_contains() test to also reject swizzles of the dst.Eric Anholt2012-10-241-1/+1
* glsl/linker: Avoid buffer over-run in parcel_out_uniform_storage::visit_fieldStéphane Marchesin2012-10-241-1/+1
* mesa/es: Validate glTexImage border in Mesa code rather than the ES wrapperIan Romanick2012-10-242-10/+4
* mesa: Generate an error when glCopyTexImage border is invalidIan Romanick2012-10-241-0/+2
* mesa: raise GL_INVALID_OPERATION in glGenerateMipmap for missing base imageBrian Paul2012-10-241-0/+2
* st/mesa: index can be negative in the PROGRAM_CONSTANT caseNiels Ole Salscheider2012-10-241-1/+1
* gallium/u_blit: set dst format from pipe_resource, not pipe_surfaceMarek Olšák2012-10-241-1/+1
* intel: Move finish_batch() call before MI_BATCH_BUFFER_END and padding.Kenneth Graunke2012-10-241-3/+3
* softpipe: fix softpipe_delete_fs_state() failed assertionBrian Paul2012-10-241-2/+4
* st/mesa: fix renderbuffer validation bugBrian Paul2012-10-241-0/+6
* gallivm: fix crash in lp_sampler_static_state()Brian Paul2012-10-241-4/+3
* st/mesa: fix glCopyTexSubImage crashBrian Paul2012-10-241-1/+9
* i965/vs: Convert EdgeFlagPointer values appropriately for the VS on gen4.Eric Anholt2012-10-241-0/+10
* dri2: Fix bug in attribute handling for non-desktop OpenGL contextsIan Romanick2012-10-241-6/+17
* i965/vs: Don't clobber sampler message MRFs with subexpressions.Kenneth Graunke2012-10-241-17/+42
* swrast: Fix implicit declaration warningsChad Versace2012-10-241-0/+1
* i965: Fix regression in depth texture rendering on pre-SNBIan Romanick2012-10-241-2/+4
* st/mesa: Fix assertions for copying texture image to finalized miptree.Michel Dänzer2012-10-241-1/+4
* mesa: add get-pick-list.sh script into bin/Andreas Boll2012-10-231-0/+29
* r600g: fix instance divisor on CaymanMarek Olšák2012-10-191-19/+35
* st/mesa: Fix source miptree level for copying data to finalized miptree.Michel Dänzer2012-10-191-1/+5