summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* xvmc: Replace frame_started by picture_structureMaarten Lankhorst2011-09-042-10/+16
* intel: fix build errorYuanhan Liu2011-09-031-1/+1
* mesa: handle zero-size buffers in MapBuffer and ranges in MapBufferRange (v3)Marek Olšák2011-09-022-25/+31
* glsl_to_tgsi: fix more potential shader reference leaksMarek Olšák2011-09-021-0/+10
* intel: Give an explanation why we are exiting for debugging.Eugeni Dodonov2011-09-021-0/+1
* i965/vs: Fix NULL pointer dereference in pre-Gen6 push constant loading.Kenneth Graunke2011-09-021-2/+2
* intel: Upload batchbuffer contents even if INTEL_NO_HW is set.Eric Anholt2011-09-021-8/+8
* gallium: add caps for MIN/MAX texel offsets.Dave Airlie2011-09-024-1/+16
* tgsi: add support for texture offsets to the TGSI IR. (v2)Dave Airlie2011-09-0213-20/+219
* st/vdpau: Implement VdpOutputSurfacePutBitsIndexed and VdpOutputSurfaceRender...Christian König2011-09-014-19/+307
* st/xvmc: the alpha component of palette entries isn't usedChristian König2011-09-011-1/+1
* g3dvl: extend the functionality of the compositorChristian König2011-09-015-33/+81
* gallium: add R8A8 and A8R8 UNORM formatsChristian König2011-09-012-0/+4
* st/xvmc: remove L4A4_UNORM workaroundChristian König2011-09-011-33/+5
* r600g: add support for R4A4 and A4R4 textures.Christian König2011-09-012-0/+8
* gallium: try to cleanup a bit of the format mess created with pipe-video mergeChristian König2011-09-014-82/+7
* wayland: Use wl_resource_* error functionsKristian Høgsberg2011-09-011-10/+10
* egl_dri2: Destroy callback in release_pending_bufferBenjamin Franzke2011-09-011-0/+2
* wayland-drm: Fix compilation with wayland masterBenjamin Franzke2011-09-011-9/+9
* swrast: get rid of needless do/whileBrian Paul2011-08-311-2/+2
* mesa: fix broken store_texel() functionsBrian Paul2011-08-312-39/+64
* intel: fix GLESv1 supportChia-I Wu2011-09-013-8/+58
* intel: rename intel_extensions_es2.c to intel_extensions_es.cChia-I Wu2011-09-017-4/+4
* i915: build i915_dri.so for AndroidChia-I Wu2011-09-013-2/+65
* i915: factor our source lists into Makefile.sourcesChia-I Wu2011-09-012-47/+53
* i965: fix Android buildChia-I Wu2011-09-012-4/+8
* mesa: Replace the EmitNoIfs compiler flag with a MaxIfDepth flag.Bryan Cain2011-08-315-14/+10
* wayland: Track changes to drop wl_visualKristian Høgsberg2011-08-318-39/+108
* egl_dri2: Only clear EGL_PIXMAP_BIT if DRI config is double bufferedKristian Høgsberg2011-08-311-2/+4
* wayland: Track server side wayland changesKristian Høgsberg2011-08-312-35/+37
* wayland: Use new wl_callback mechanismKristian Høgsberg2011-08-311-31/+24
* mesa: fix comment typo: s/GL_SIGNED_NORMALED/GL_SIGNED_NORMALIZED/Brian Paul2011-08-311-1/+1
* glsl: Use a separate div_to_mul_rcp lowering flag for integers.Bryan Cain2011-08-315-63/+80
* mesa: bump max program local params, max uniforms limitBrian Paul2011-08-311-2/+2
* swrast: initialize program native limitsBrian Paul2011-08-311-0/+22
* i965/vs: Avoid the emit(), remove(), insert_before() for array instructions.Eric Anholt2011-08-312-46/+56
* i965/vs: Move logic for weird CMP type handling to CMP generators.Eric Anholt2011-08-312-40/+23
* i965/vs: Convert emit() calls to the new instruction generators.Eric Anholt2011-08-311-166/+127
* i965/vs: Convert gen6 userclip handling to new generators.Eric Anholt2011-08-311-3/+3
* i965/vs: Create instruction generators outside of the emit() functions.Eric Anholt2011-08-312-0/+90
* egl_dri2: Drop dri2_surface_type enumBenjamin Franzke2011-08-312-18/+9
* egl_dri2: add pbuffer support to platform_androidChia-I Wu2011-08-311-5/+16
* egl_dri2: check the surface type in platform_androidChia-I Wu2011-08-311-45/+56
* egl_dri2: refactor droid_get_buffers_with_formatChia-I Wu2011-08-311-27/+39
* egl_dri2: set ctx->WindowRenderBufferChia-I Wu2011-08-311-0/+6
* nv50,nvc0: fix multisample format hackChristoph Bumiller2011-08-312-2/+2
* intel: Restructure TexSubImage as just the 2D implementation and blit func.Eric Anholt2011-08-301-100/+114
* intel: Remove the passthrough TexSubImage[13]D functions.Eric Anholt2011-08-301-42/+0
* i965/vs: Fix GL_FIXED setup when a writemask is present.Eric Anholt2011-08-302-13/+24
* i965/vs: Pack live uniform vectors together in the push constant upload.Eric Anholt2011-08-304-3/+98