summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-22egl_dri2: Support shm wl_buffers in eglCreateImageKHRshm-in-eglBenjamin Franzke2-32/+167
2011-03-22st/dri: Implement DRIimageExtension::{createImageFromData,damageImage}Benjamin Franzke2-0/+48
2011-03-22st/dri: Add dri_context_get_pipeBenjamin Franzke2-0/+11
2011-03-22st/dri: Add dri_screen to DRIimageBenjamin Franzke2-0/+4
2011-03-22st/dri: Implement DRIimageExtension::dupImageBenjamin Franzke1-0/+18
2011-03-22intel: Implement DRIimageExtension::{createImageFromData,damageImage}Benjamin Franzke2-1/+52
2011-03-22intel: Implement DRIimageExtension::dupImageBenjamin Franzke1-1/+26
2011-03-22dri: Add createImageFromData and damageImage to DRIimageExtensionBenjamin Franzke1-0/+7
2011-03-22dri: Add dupImage to DRIimageExtensionBenjamin Franzke1-0/+2
2011-03-22egl/wayland: Follow buffer.attach removalBenjamin Franzke1-1/+0
2011-03-22egl/wayland: Update to buffer.damage additionBenjamin Franzke3-4/+6
2011-03-22r600g: fix bo names causing -35 EDEADLCKDave Airlie3-0/+48
2011-03-21svga: Avoid synchronizing when doing piecewise upload of textures.José Fonseca1-7/+8
2011-03-21svga: Undo the DMA buffer size limiting.José Fonseca1-13/+2
2011-03-21glapi: drop glapi.[ch] and glapitemp.h from being copied to the X server.Dave Airlie1-3/+0
2011-03-19mesa: 80-column wrapping and comment updatesBrian Paul1-19/+20
2011-03-19mesa: 80-column wrapping, update commentBrian Paul1-7/+12
2011-03-19gl.h: reorder some #definesBrian Paul1-2/+2
2011-03-19mesa: consolidate enable/disable code for GL_TEXTURE_GEN_S/T/R/QBrian Paul1-67/+9
2011-03-19mesa: consolidate clip plane update codeBrian Paul3-25/+21
2011-03-19mesa: 80-column wrappingBrian Paul1-2/+2
2011-03-19mesa: replace macro with functionBrian Paul1-8/+13
2011-03-19mesa: 80-column wrappingBrian Paul1-1/+2
2011-03-19mesa: rename functions to follow Mesa conventionsBrian Paul1-35/+29
2011-03-19mesa: 80-column wrappingBrian Paul1-2/+4
2011-03-19nv50,nvc0: implement texture barrierChristoph Bumiller2-0/+22
2011-03-18r300/compiler: Use a 4-bit writemask in pair instructionsTom Stellard3-3/+4
2011-03-18nouveau: Fix serious compiler warningsJohannes Obermayr2-0/+2
2011-03-17mesa: minor improvements in glTexEnvfv()Brian Paul1-16/+17
2011-03-17mesa: only report up to 50 _mesa_problem() callsBrian Paul1-5/+11
2011-03-17swrast: report data type in error messageBrian Paul1-1/+2
2011-03-17mesa: Remove the CompileShader driver hook; it's just a no-op.Kenneth Graunke6-42/+0
2011-03-16mesa: use _mesa_get_current_tex_unit() helper in BindTexture()Brian Paul1-2/+2
2011-03-16mesa: remove unneeded local var in BindTexture()Brian Paul1-3/+3
2011-03-16mesa: clean up the glBindTexture early out code a bitBrian Paul1-10/+12
2011-03-16i965: Rename brw_(IF|CONT)_gen6 functions to gen6_(IF|CONT).Kenneth Graunke4-11/+11
2011-03-16autoconf: don't use CFLAGS for cpp filesTobias Droste2-2/+2
2011-03-16i965: Rename BRW_DATAPORT_..._GEN6 messages to GEN6_... for consistency.Kenneth Graunke2-9/+9
2011-03-16i965: Rename BRW_SAMPLER_MESSAGE_..._GEN5 to GEN5_SAMPLER_MESSAGE.Kenneth Graunke3-17/+17
2011-03-16svga: Leave any_user_vertex_buffers flag alone.José Fonseca2-3/+0
2011-03-16svga: Hardcode SVGA_COMBINE_USERBUFFERS to 1.José Fonseca5-38/+12
2011-03-16mesa: Sort extensions in extension string by year.José Fonseca1-216/+278
2011-03-16svga: Use transfer information on buffer transfers.José Fonseca2-107/+81
2011-03-16glsl2: Silence unused added variable gcc warning.José Fonseca1-0/+1
2011-03-16mesa: Use typecast in BITFIELD64_BIT macro.José Fonseca1-5/+1
2011-03-15mesa: use BITFIELD64_BIT() macroBrian Paul1-2/+2
2011-03-15st/mesa: use BITFIELD64_BIT() macro in a few more placesBrian Paul3-4/+4
2011-03-15glsl: add cast to silence signed/unsigned comparison warningBrian Paul1-1/+1
2011-03-15mesa: use 1UL for 64-bit unsigned constant for C++Brian Paul1-0/+4
2011-03-15glsl: Only allow unsized array assignment in an initializerIan Romanick1-14/+17