summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-09-03intel: fix build errorHEADmasterYuanhan Liu1-1/+1
2011-09-02mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)Marek Olšák2-25/+31
2011-09-02glsl_to_tgsi: fix more potential shader reference leaksMarek Olšák1-0/+10
2011-09-02intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov1-0/+1
2011-09-02i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.Kenneth Graunke1-2/+2
2011-09-02intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt1-8/+8
2011-09-02gallium: add caps for MIN/MAX texel offsets.Dave Airlie4-1/+16
2011-09-02tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie13-20/+219
2011-09-01st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König4-19/+307
2011-09-01st/xvmc: the alpha component of palette entries isn't usedChristian König1-1/+1
2011-09-01g3dvl: extend the functionality of the compositorChristian König5-33/+81
2011-09-01gallium: add R8A8 and A8R8 UNORM formatsChristian König2-0/+4
2011-09-01st/xvmc: remove L4A4_UNORM workaroundChristian König1-33/+5
2011-09-01r600g: add support for R4A4 and A4R4 textures.Christian König2-0/+8
2011-09-01gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König4-82/+7
2011-09-01wayland: Use wl_resource_* error functionsKristian Høgsberg1-10/+10
2011-09-01egl_dri2: Destroy callback in release_pending_bufferBenjamin 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