summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-01egl_dri2: Destroy callback in release_pending_buffertobepushedBenjamin Franzke1-0/+2
2011-09-01wayland-drm: Fix compilation with wayland masterBenjamin Franzke1-9/+9
2011-08-31swrast: get rid of needless do/whileBrian Paul1-2/+2
2011-08-31mesa: fix broken store_texel() functionsBrian Paul2-39/+64
2011-09-01intel: fix GLESv1 supportChia-I Wu3-8/+58
2011-09-01intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu7-4/+4
2011-09-01i915: build i915_dri.so for AndroidChia-I Wu3-2/+65
2011-09-01i915: factor our source lists into Makefile.sourcesChia-I Wu2-47/+53
2011-09-01i965: fix Android buildChia-I Wu2-4/+8
2011-08-31mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain5-14/+10
2011-08-31wayland: Track changes to drop wl_visualKristian Høgsberg8-39/+108
2011-08-31egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg1-2/+4
2011-08-31wayland: Track server side wayland changesKristian Høgsberg2-35/+37
2011-08-31wayland: Use new wl_callback mechanismKristian Høgsberg1-31/+24
2011-08-31mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/Brian Paul1-1/+1
2011-08-31glsl: Use a separate div_to_mul_rcp lowering flag for integers.Bryan Cain5-63/+80
2011-08-31mesa: bump max program local params, max uniforms limitBrian Paul1-2/+2
2011-08-31swrast: initialize program native limitsBrian Paul1-0/+22
2011-08-31i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.Eric Anholt2-46/+56
2011-08-31i965/vs: Move logic for weird CMP type handling to CMP generators.Eric Anholt2-40/+23
2011-08-31i965/vs: Convert emit() calls to the new instruction generators.Eric Anholt1-166/+127
2011-08-31i965/vs: Convert gen6 userclip handling to new generators.Eric Anholt1-3/+3
2011-08-31i965/vs: Create instruction generators outside of the emit() functions.Eric Anholt2-0/+90
2011-08-31egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2-18/+9
2011-08-31egl_dri2: add pbuffer support to platform_androidChia-I Wu1-5/+16
2011-08-31egl_dri2: check the surface type in platform_androidChia-I Wu1-45/+56
2011-08-31egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu1-27/+39
2011-08-31egl_dri2: set ctx->WindowRenderBufferChia-I Wu1-0/+6
2011-08-31nv50,nvc0: fix multisample format hackChristoph Bumiller2-2/+2
2011-08-30intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt1-100/+114
2011-08-30intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt1-42/+0
2011-08-30i965/vs: Fix GL_FIXED setup when a writemask is present.Eric Anholt2-13/+24
2011-08-30i965/vs: Pack live uniform vectors together in the push constant upload.Eric Anholt4-3/+98
2011-08-30i965/vs: Track uniforms as separate vectors once we've done array access.Eric Anholt3-0/+38
2011-08-30i965/vs: Don't lower uniform array indexing.Eric Anholt1-1/+1
2011-08-30i965/vs: Add support for pull constant loads for uniform arrays.Eric Anholt6-5/+195
2011-08-30i965/vs: Restructure emit() functions around a vec4_instruction constructor.Eric Anholt2-16/+33
2011-08-30i965: Make the old VS backend record pull constant references in pull_params[].Eric Anholt3-9/+25
2011-08-30mesa: Fix glGetUniform() type conversions.Eric Anholt1-58/+79
2011-08-30mesa: Make the gl_constant_value's bool occupy the same space as float/int.Eric Anholt1-1/+1
2011-08-30i965: Use native integer uniforms when the new VS backend is in use.Eric Anholt6-31/+13
2011-08-30i965/vs: Move the flag for whether to use the new backend to the context.Eric Anholt3-5/+4
2011-08-30i965: Build i965_dri.so for AndroidChad Versace3-2/+98
2011-08-30i965: Fix Android build by removing relative includesChad Versace24-40/+40
2011-08-30dri: Build libmesa_dri_common for AndroidChad Versace3-1/+71
2011-08-30make: Document imported variablesChad Versace1-0/+6
2011-08-30mesa: Build libmesa_dricore.a for AndroidChad Versace1-0/+29
2011-08-30tnl: fix regression in bind_indices()Brian Paul1-1/+2
2011-08-30tnl: add const qualifier to silence warningBrian Paul1-1/+1
2011-08-30tnl: use buffer helper functions to improve readbilityBrian Paul1-1/+3