aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* r600g: fix EXP on CaymanMarek Olšák2012-10-161-4/+2
* r600g: fix RSQ of negative value on CaymanMarek Olšák2012-10-161-0/+5
* winsys/radeon: fix relocs cachingVadim Girlin2012-10-162-8/+6
* r300g: fix colormask with non-BGRA formatsMarek Olšák2012-10-164-31/+160
* r600g: 8.0.x support for TrinityAlex Deucher2012-10-163-3/+5
* radeon: fix Base/base typoBrian Paul2012-10-141-1/+1
* i965: Add support for GL_SKIP_DECODE_EXT on other SRGB formats.Eric Anholt2012-10-121-8/+3
* glsl: Fix #pragma invariant(all) language version check.Kenneth Graunke2012-10-121-1/+1
* i965: Support MESA_FORMAT_SIGNED_RGBA_16.Kenneth Graunke2012-10-121-1/+1
* st/mesa: call update_renderbuffer_surface for sRGB renderbuffers, tooChristoph Bumiller2012-10-121-2/+3
* meta: fix glDrawPixels fallback test, stencil drawingBrian Paul2012-10-121-2/+2
* svga: fix invalid memory reference in needs_to_create_zero()Brian Paul2012-10-121-5/+5
* radeon: set swrast_renderbuffer::ColorType field when mapping renderbuffersBrian Paul2012-10-121-0/+2
* xlib: add X error handler around XGetImage() callBrian Paul2012-10-121-0/+29
* mesa: loosen small matrix determinant checkBrian Paul2012-10-121-1/+1
* intel: move error on create context to proper pathJordan Justen2012-10-121-1/+1
* mesa: Prevent repeated glDeleteShader() from blowing away our refcounts.Kenneth Graunke2012-10-121-3/+5
* i830: Fix stack corruptionChad Versace2012-10-121-1/+1
* mesa: disable MSVC global optimization in pack.cJosé Fonseca2012-10-121-0/+13
* Revert "i965: Avoid unnecessary recompiles for shaders that don't use dFdy()."Ian Romanick2012-10-124-10/+14
* darwin: do not create double-buffered offscreen pixel formatsJonas Maebe2012-09-241-1/+1
* winsys/radeon: Remove unnecessary pipe_thread_destroy in radeon_drm_cs_destroyMaarten Lankhorst2012-09-201-1/+0
* i965/fs: Initialize output_components[] by filling it with zeros.Kenneth Graunke2012-09-101-0/+1
* mesa: Don't advertise GLES extensions in GL contextsChad Versace2012-09-061-5/+6
* android: do not expose single buffered eglconfigsTapani Pälli2012-08-311-11/+8
* xmlconfig: use __progname when building for AndroidTapani Pälli2012-08-311-1/+1
* i965: Fix bug in the old FS backend's projtex() calculation.Eric Anholt2012-08-261-3/+1
* mesa: Use GLdouble for depthMax in final unpack conversions.Kenneth Graunke2012-08-161-1/+1
* i965/Gen7: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-08-052-0/+36
* i965/Gen6: Work around GPU hangs due to misaligned depth coordinate offsets.Paul Berry2012-08-052-0/+36
* st/egl: fix uninitialized pointer bugBrian Paul2012-07-311-1/+1