summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* docs: Add 8.0.2 release notesmesa-8.0.2Jakob Bornecrantz2012-03-213-0/+167
* mesa: Bump version number to 8.0.2Jakob Bornecrantz2012-03-212-3/+3
* mesa: Include mesa ES mapi generated filesJakob Bornecrantz2012-03-211-0/+6
* docs: add links to 8.0.1 release notesBrian Paul2012-03-212-0/+9
* i965: fixup W-tile offset computation to take swizzling into accountDaniel Vetter2012-03-207-22/+49
* intel: check for LLC support when reading mapsEugeni Dodonov2012-03-201-1/+1
* intel: verify if hardware has LLC supportEugeni Dodonov2012-03-204-0/+12
* i965: Fix Gen6+ dynamic state upper bound on older kernels.Kenneth Graunke2012-03-201-2/+1
* mesa: add back glGetnUniform*v() overflow error reportingDylan Noblesmith2012-03-202-5/+13
* i915: fallback for NPOT cubemap textureYuanhan Liu2012-03-191-0/+22
* darwin: Link against libxcbJeremy Huddleston2012-03-161-1/+1
* darwin: Build create_context.cJeremy Huddleston2012-03-162-1/+7
* darwin: config file cleanupsJeremy Huddleston2012-03-162-10/+20
* i965: handle gl_PointCoord for Gen4 and Gen5 platformsYuanhan Liu2012-03-165-5/+45
* i915: move the FALLBACK_DRAW_OFFSET check outside the drawing rect checkYuanhan Liu2012-03-161-4/+3
* i915: fix wrong rendering of gl_PointSize on PineviewYuanhan Liu2012-03-161-0/+4
* tnl: let _TNL_ATTRIB_POINTSIZE do not depend on ctx->VertexProgram._EnabledYuanhan Liu2012-03-161-2/+1
* mesa: fix GL_LUMINANCE handling in glGetTexImageBrian Paul2012-03-141-2/+28
* mesa: use _mesa_rebase_rgba_float/uint() in glGetTexImage codeBrian Paul2012-03-141-73/+4
* mesa: use _mesa_rebase_rgba_float/uint() in glReadPixels codeBrian Paul2012-03-141-0/+4
* mesa: add _mesa_rebase_rgba_float/uint() functionsBrian Paul2012-03-142-0/+98
* util: add mutex lock in u_debug_memory.c codeBrian Paul2012-03-141-0/+9
* svga: add null vs pointer check in update_need_pipeline()Brian Paul2012-03-091-1/+1
* svga: fix the rasterizer state resetsZack Rusin2012-03-092-2/+17
* svga: Fix stencil op mappingZack Rusin2012-03-091-4/+4
* svga: fix a crash happening before setting fragment shaders.Zack Rusin2012-03-091-1/+2
* mesa: Don't disable fast path for normalized typesNeil Roberts2012-03-051-7/+15
* svga: Clamp advertised PIPE_SHADER_CAP_MAX_TEMPS to SVGA3D_TEMPREG_MAX.José Fonseca2012-03-011-2/+2
* mesa: let GL3 buf obj queries not depend on opengl major versionYuanhan Liu2012-03-011-6/+6
* i965: Only set Last Render Target Select on the last FB write.Kenneth Graunke2012-02-281-1/+1
* r300/compiler: Fix bug when lowering KILP on r300 cardsTom Stellard2012-02-261-10/+54
* gallium/rtasm: properly detect SSE and SSE2Marek Olšák2012-02-271-24/+24
* docs: Add 8.0.1 release md5sumsIan Romanick2012-02-161-1/+3
* docs: Add 8.0.1 release notesmesa-8.0.1Ian Romanick2012-02-161-0/+151
* mesa: Bump version number to 8.0.1Ian Romanick2012-02-162-3/+3
* r600g: Use a fake reloc to sleep for fencesSimon Farnsworth2012-02-162-2/+24
* r600g: 128 bit formats require tile_type = 1 on caymanAlex Deucher2012-02-161-0/+10
* r600g: fix tex tile_type offset for caymanAlex Deucher2012-02-162-1/+8
* i965: Emit Ivybridge VS workaround flushes.Kenneth Graunke2012-02-164-2/+29
* i965/fs: Take # of components into account in try_rewrite_rhs_to_dst.Kenneth Graunke2012-02-151-0/+6
* i965/fs: Add a new fs_inst::regs_written function.Kenneth Graunke2012-02-151-0/+12
* swrast: Only avoid empty _TexEnvProgramsIan Romanick2012-02-151-1/+2
* glapi: Include GLES2 headers for ES2 extension functionsIan Romanick2012-02-151-0/+10
* meta: Avoid FBO resizing/reallocating in decompress_texture_imageAnuj Phogat2012-02-151-1/+1
* i915: Fix type of "specoffset" variable.Paul Berry2012-02-151-1/+1
* state_stracker: Fix access to uninitialized memory.Mathias Fröhlich2012-02-151-1/+1
* i965/fs: Enable register spilling on gen7 too.Eric Anholt2012-02-141-2/+0
* i965: Report the failure message when failing to compile the fragment shader.Eric Anholt2012-02-141-0/+3
* meta: Add pixel store/pack operations in decompress_texture_imageAnuj Phogat2012-02-141-5/+3
* st/mesa: only resolve if number of samples is > 1Dave Airlie2012-02-141-1/+2