summaryrefslogtreecommitdiff
path: root/src/mesa
AgeCommit message (Expand)AuthorFilesLines
2014-01-31i965: Ignore 'centroid' interpolation qualifier in case of persample shadingAnuj Phogat2-2/+3
2014-01-31i965: Use sample barycentric coordinates with per sample shadingAnuj Phogat4-6/+29
2014-01-31mesa: Use IROUND instead of roundf.José Fonseca1-1/+1
2014-01-31i965/gen6/blorp: Emit more flushes to workaround hangsChad Versace2-15/+5
2014-01-28radeon / r200: Pass the API into _mesa_initialize_contextIan Romanick4-3/+5
2014-01-25st/mesa: fix glReadBuffer(GL_NONE) segfaultBrian Paul1-1/+2
2014-01-25mesa: fix GL_COLOR_SUM enum for drivers without ARB_vertex_programIlia Mirkin2-3/+1
2014-01-25mesa: Add COMPRESSED_RGBA_S3TC_DXT1_EXT to COMPRESSED_TEXTURE_FORMATS for GLESIan Romanick1-0/+37
2014-01-25st/mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-25mesa: use signed temporary variable to store _ColorDrawBufferIndexesEmil Velikov1-1/+1
2014-01-25i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry3-0/+21
2014-01-25st/mesa: use sRGB formats for MSAA resolving if destination is sRGBMarek Olšák1-0/+32
2014-01-09i965: Don't do the temporary-and-blit-copy for INVALIDATE_RANGE maps.Eric Anholt1-1/+2
2014-01-09i965: Fix handling of MESA_pack_invert in blit (PBO) readpixels.Eric Anholt1-1/+3
2014-01-09i965: fold offset into coord for textureOffset(gsampler2DRect)Chris Forbes1-1/+1
2014-01-09swrast: fix delayed texel buffer allocation regression for OpenMPAndreas Fänger1-0/+12
2014-01-09mesa: implement missing glGet(GL_RGBA_SIGNED_COMPONENTS_EXT) queryBrian Paul4-0/+71
2014-01-02i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace1-0/+15
2014-01-02st/mesa: fix glClear with multiple colorbuffers and different formatsMarek Olšák1-24/+10
2014-01-02st/mesa: use pipe_sampler_view_release()Jonathan Liu1-1/+1
2014-01-02i915: Add support for gl_FragData[0] reads.Henri Verbeet1-0/+1
2014-01-02i965: Fix 3DSTATE_PUSH_CONSTANT_ALLOC_PS packet creation.Kenneth Graunke1-1/+1
2014-01-02mesa: Fix error code generation in glBeginConditionalRender()Anuj Phogat1-1/+3
2014-01-02dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg14-10/+34
2014-01-02mesa: fix interpretation of glClearBuffer(drawbuffer)Marek Olšák1-6/+25
2013-12-12swrast: fix readback regression since inversion fixDave Airlie1-1/+1
2013-12-09dri megadriver_stub: add compatibility for older DRI loadersJordan Justen1-0/+126
2013-12-06mesa: don't leak performance monitors on context destroyIlia Mirkin3-0/+23
2013-12-06i965: Add extra-alignment for non-msrt fast color clear for all hw (v2)Chad Versace1-24/+11
2013-12-06i965/hsw: Apply non-msrt fast color clear w/a to all HSW GTsChad Versace1-6/+12
2013-12-06i965/gen6: Fix multisample resolve blits for luminance/intensity 32F formats.Paul Berry1-0/+15
2013-11-28i965: Always reserve binding table space for at least one render target.Kenneth Graunke1-1/+4
2013-11-28dri: Allow __DRI_CTX_FLAG_ROBUST_BUFFER_ACCESS in driCreateContextAttribsIan Romanick1-2/+4
2013-11-28i965: Only enable __DRI2_ROBUSTNESS if kernel support is availableIan Romanick3-19/+40
2013-11-26i965/gs: Set GS prog_data to NULL if there is no GS program.Paul Berry1-0/+7
2013-11-26i965/gs: Properly skip GS binding table upload when no GS active.Paul Berry1-1/+1
2013-11-26i965: Use __attribute__((flatten)) on fast tiled teximage code.Kenneth Graunke1-2/+8
2013-11-23i965: Fix streamed state dumping/annotation after the blorp-flush change.Eric Anholt1-1/+0
2013-11-23mesa: Implement GL_FRAMEBUFFER_ATTACHMENT_LAYERED query.Paul Berry1-0/+12
2013-11-23mesa: Fix texture target validation for glFramebufferTexture()Paul Berry1-12/+47
2013-11-23i965: Fix fast clear of depth buffers.Paul Berry1-2/+10
2013-11-23i965: Fix blorp clear of layered framebuffers.Paul Berry1-7/+19
2013-11-23i965: refactor blorp clear code in preparation for layered clears.Paul Berry1-53/+66
2013-11-23mesa: Track number of layers in layered framebuffers.Paul Berry5-6/+21
2013-11-23mesa: enable GL_TEXTURE_LOD_BIAS set/getTapani Pälli1-8/+8
2013-11-23mesa/swrast: fix inverted front buffer rendering with old-school swrastDave Airlie1-2/+2
2013-11-23i965: Link -ldl after libmesa.laMatt Turner1-1/+1
2013-11-23st/mesa: fix GL_FEEDBACK mode inverted Y coordinate bugBrian Paul1-2/+4
2013-11-23i965/vec4: Fix broken IR annotation in debug output.Paul Berry1-1/+0
2013-11-23i965/gen7: Emit workaround flush when changing GS enable state.Paul Berry7-22/+72