summaryrefslogtreecommitdiff
path: root/src/mesa/drivers
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-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-25i965: Ensure that all necessary state is re-emitted if we run out of aperture.Paul Berry3-0/+21
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-02i965/gen6: Fix HiZ hang in WebGL Google MapsChad Versace1-0/+15
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-02dri_util: Don't assume __DRIcontext->driverPrivate is a gl_contextKristian Høgsberg14-10/+34
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-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-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 Berry3-3/+3
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-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
2013-11-23i965: Add missing break in SHADER_OPCODE_GEN7_SCRATCH_READ case.Vinson Lee1-0/+2
2013-11-15i965: Fix vertical alignment for multisampled buffers.Paul Berry1-4/+7
2013-11-15dri: Change value param to unsignedIan Romanick4-4/+4
2013-11-15i965: Use drm_intel_get_aperture_sizes instead of hard-coded 2GiBIan Romanick1-3/+7
2013-11-15i915: Use drm_intel_get_aperture_sizes instead of drmAgpSizeIan Romanick1-2/+6
2013-11-15dri: Remove redundant createNewContext function from __DRIimageDriverExtensionKristian Høgsberg1-1/+0
2013-11-15dri/i915, dri/i965: Fix support for planar imagesAnder Conselvan de Oliveira2-2/+4
2013-11-15i965/fs: Try a different pre-scheduling heuristic if the first spills.Eric Anholt5-54/+76
2013-11-15i965/fs: Do instruction pre-scheduling just before register allocation.Eric Anholt1-2/+2
2013-11-15i965/fs: Ignore actual latency pre-reg-alloc.Eric Anholt1-21/+29
2013-11-15i965/fs: Fix message setup for SIMD8 spills.Eric Anholt1-1/+1
2013-11-15i965/fs: Prefer things we know reduce reg pressure when pre-scheduling.Eric Anholt1-0/+144
2013-11-15i965: Fix undefined value usage in ABO setup.Eric Anholt1-1/+1
2013-11-15meta: enable vertex attributes in the context of the newly created array objectPetr Sebor1-2/+3
2013-11-15osmesa: fix broken triangle/line drawing when using float color bufferBrian Paul1-0/+16
2013-11-15i965: convert brw_lower_offset_array_visitor to ir_rvalue_visitorChris Forbes1-7/+11
2013-11-15i965/fs: Don't perform CSE on inst HW_REG dests (unless it's null)Matt Turner1-1/+2
2013-11-15swrast: add missing notify_reset parameter to dri_create_context()Brian Paul1-0/+1