summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2013-11-26mesa: enable GL_TEXTURE_LOD_BIAS set/getTapani Pälli1-8/+8
2013-11-26st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul1-2/+4
2013-11-26i965: Fix vertical alignment for multisampled buffers.Paul Berry1-4/+7
2013-11-12meta: enable vertex attributes in the context of the newly created array objectPetr Sebor1-2/+3
2013-11-12osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-11-12i965: Also emit HiZ and Stencil packets when disabling depth on Gen6.Kenneth Graunke1-0/+12
2013-11-12i965: Also emit HIER_DEPTH and STENCIL packets when disabling depth.Kenneth Graunke1-0/+12
2013-11-12i965: Move post-sync non-zero flush for 3DSTATE_MULTISAMPLE.Kenneth Graunke1-3/+3
2013-11-12i965: Also guard 3DSTATE_DRAWING_RECTANGLE with a flush in blorp.Kenneth Graunke1-0/+3
2013-11-12i965: Emit post-sync non-zero flush before 3DSTATE_DRAWING_RECTANGLE.Kenneth Graunke1-0/+4
2013-11-12i965: Emit post-sync non-zero flush before 3DSTATE_GS_SVB_INDEX.Kenneth Graunke1-0/+3
2013-11-12i965: CS writes/reads should use I915_GEM_INSTRUCTIONDaniel Vetter1-2/+2
2013-10-30st/mesa: move out of memory check in st_draw_vbo()Brian Paul1-3/+4
2013-10-30Remove error when calling glGenQueries/glDeleteQueries while a query is activeCarl Worth1-15/+10
2013-10-25i965: Fix texture buffer rendering after a whole buffer replacement.Eric Anholt1-0/+2
2013-10-25mesa: fixes for MSVC 2013Scott Graham1-0/+2
2013-10-16mesa: consolidate cube width=height error checkingBrian Paul1-38/+5
2013-10-14mesa: Add missing switch break in invalidate_framebuffer_storage()Constantin Baranov1-0/+1
2013-10-14i965: Fix 3D texture layout by more literally copying from the spec.Eric Anholt1-55/+20
2013-10-14mesa: Fix compiler warnings when ALIGN's alignment is "1 << value".Eric Anholt1-1/+1
2013-10-14i965: Don't forget the cube map padding on gen5+.Eric Anholt1-7/+15
2013-10-04mesa: Don't return any data for GL_SHADER_BINARY_FORMATSIan Romanick1-1/+1
2013-10-04meta: Set correct viewport and projection in decompress_texture_image.Kenneth Graunke1-0/+5
2013-10-02i965: fix bogus swizzle in brw_cubemap_normalizeChris Forbes1-4/+6
2013-10-01mesa: check for bufSize > 0 in _mesa_GetSynciv()Brian Paul1-1/+1
2013-10-01i965: Reenable glBitmap() after the sRGB winsys enabling.Eric Anholt1-1/+2
2013-10-01mesa: Remove all traces of GL_OES_matrix_getIan Romanick3-12/+0
2013-09-27i965: Fix cube array coordinate normalizationChris Forbes1-5/+11
2013-09-27i965/gen4: Fix fragment program rectangle texture shadow compares.Eric Anholt1-4/+4
2013-09-27mesa: Support GL_MAX_VERTEX_OUTPUT_COMPONENTS query with ES3Ian Romanick2-0/+2
2013-09-27i965: Fix brw_vs_prog_data_compare to actually check field members.Kenneth Graunke1-1/+1
2013-09-27st/mesa: don't dereference stObj->pt if NULLDave Airlie1-1/+1
2013-09-27i965/vec4: Only zero out unused message components when there are any.Kenneth Graunke1-2/+4
2013-09-27i965/fs: Gen4: Zero out extra coordinates when using shadow compareChris Forbes1-1/+7
2013-09-26st/dri: do not create a new context for msaa copyMaarten Lankhorst1-1/+1
2013-09-10i965/fs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-1/+5
2013-09-10i965/vs: Detect GRF sources in split_virtual_grfs send-from-GRF code.Kenneth Graunke1-2/+6
2013-09-10mesa: Don't choose S3TC for generic compression if we can't compress.Eric Anholt1-4/+8
2013-09-10mesa: Rip out more extension checking from texformat.c.Eric Anholt1-10/+4
2013-08-28i965: Initialize inout_offset parameter to brw_search_cache().Paul Berry2-2/+2
2013-08-26mesa: Set query->EverBound in glQueryCounter().Kenneth Graunke1-0/+1
2013-08-23mesa: Fix assertion error with glDebugMessageControlTimothy Arceri1-13/+2
2013-08-23mesa: Specify a better GL_MAX_SERVER_WAIT_TIMEOUT limit.Kenneth Graunke1-1/+1
2013-08-22i965: Fix misapplication of gles3 srgb workaroundChad Versace1-3/+7
2013-08-21i965: Don't copy propagate bitcasts with source modifiers.Matt Turner3-4/+23
2013-08-21i965: Emit MOVs for neg/abs.Matt Turner2-4/+4
2013-08-21osmesa: Symlink shared library to LIB_DIRArmin K1-0/+1
2013-08-21mesa: Never advertise _S3TC compressed formatsIan Romanick1-12/+0
2013-08-21mesa: Only advertise GL_ETC1_RGB8_OES in ES contextsIan Romanick1-1/+9
2013-08-19meta: Add default precision qualifier to all fragement shadersIan Romanick1-0/+18