aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: add 2xMSAA 16xMSAA modes to DRI configs.Kevin Rogovin2017-08-301-5/+18
* Revert "i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9."Kenneth Graunke2017-08-301-10/+3
* i965: Bump the initial program cache size from 4kB to 16kB.Kenneth Graunke2017-08-291-1/+1
* i965: Issue performance warnings when growing the program cacheKenneth Graunke2017-08-291-0/+3
* i965: add 2xMSAA and 16xMSAA to DRI configs for Gen9.Kevin Rogovin2017-08-291-3/+10
* i965: Add $(WNO_OVERRIDE_INIT) to AM_CFLAGSMatt Turner2017-08-291-0/+1
* i965: Mark functions used conditionally as UNUSEDMatt Turner2017-08-292-3/+3
* i965: Explicitly cast between different enumsMatt Turner2017-08-291-4/+4
* i965: Remove some 'inline' keywordsMatt Turner2017-08-291-7/+7
* i965: Fix whitespace issues in intel_buffer_objects.c.Kenneth Graunke2017-08-281-31/+29
* i965: Use GEN_GEN and GEN_IS_HASWELL in genX_state_upload.c code.Kenneth Graunke2017-08-251-4/+4
* mesa: Implement GL_ARB_polygon_offset_clampAdam Jackson2017-08-251-1/+1
* mesa: Implement GL_ARB_texture_filter_anisotropicAdam Jackson2017-08-253-0/+3
* i965: add missing `const` in function signatureEric Engestrom2017-08-241-1/+1
* i965: Stop using wm_prog_data->binding_table.render_target_start.Kenneth Graunke2017-08-231-7/+3
* i965: Add a brw_wm_prog_data::has_render_target_reads field.Kenneth Graunke2017-08-231-4/+2
* i965: Inline brw_update_renderbuffer_surfaces().Kenneth Graunke2017-08-232-38/+20
* i965: Pass fb into emit_null_surface instead of dimensions.Kenneth Graunke2017-08-231-16/+12
* i965: Devirtualize update_renderbuffer_surface.Kenneth Graunke2017-08-234-30/+5
* i965: Delete update_renderbuffer_surface flags.Kenneth Graunke2017-08-232-21/+5
* i965: Make brw_update_renderbuffer_surface static.Kenneth Graunke2017-08-232-11/+6
* i965: Drop BRW_NEW_BLORP from SURFACE_STATE setup code.Kenneth Graunke2017-08-235-29/+1
* i965: Make a BRW_NEW_FAST_CLEAR_COLOR dirty bit.Kenneth Graunke2017-08-238-5/+25
* i965: Drop Gen7+ nonsense from brw_ff_gs.c.Kenneth Graunke2017-08-231-4/+3
* i965: Only set key->flat_shade if COL0/COL1 are written.Kenneth Graunke2017-08-231-1/+3
* i965: Clean up brwNewProgram().Kenneth Graunke2017-08-231-28/+5
* i965/clear: Quantize the depth clear value based on the formatJason Ekstrand2017-08-211-2/+12
* i965: enable STD430 packing by default on IVB+Timothy Arceri2017-08-221-0/+16
* i965/bufmgr: s/BO_ALLOC_FOR_RENDER/BO_ALLOC_BUSY/Jason Ekstrand2017-08-204-19/+18
* i965/tex: Change the flags type on create_for_teximageJason Ekstrand2017-08-201-1/+1
* i965/tex: Don't pass samples to miptree_create_for_teximageJason Ekstrand2017-08-191-1/+1
* i965: Use ISL for emitting null surface states.Kenneth Graunke2017-08-197-351/+49
* i965: Remove tabs in intel_batchbuffer.c.Kenneth Graunke2017-08-181-7/+7
* i965/miptree: Return NONE from texture_aux_usage when fully resolvedJason Ekstrand2017-08-181-1/+14
* i965: Stop looking at NewDriverState when emitting 3DSTATE_URBJason Ekstrand2017-08-183-5/+11
* i965: Mark all EGLimages as non-coherent.Kenneth Graunke2017-08-181-5/+3
* i965: Fix missing newlines in perf_debug messages.Kenneth Graunke2017-08-172-3/+3
* i965: Alphabetize TCS image dirty bitsKenneth Graunke2017-08-161-1/+1
* i965: Always allow CPU readback of the scanout on LLC platformsChris Wilson2017-08-161-1/+15
* i965: make sure check_and_emit_atom gets inlinedTapani Pälli2017-08-161-1/+1
* i965: Advertise the CCS modifierBen Widawsky2017-08-141-4/+40
* i965/miptree: More conservatively resolve external imagesJason Ekstrand2017-08-143-1/+47
* i965: Pretend that CCS modified images are two planesBen Widawsky2017-08-141-21/+34
* i965/screen: Support import and export of surfaces with CCSJason Ekstrand2017-08-141-8/+71
* i965/miptree: Allocate mcs_buf for an image's CCSBen Widawsky2017-08-141-4/+91
* i965: Support images with aux buffersBen Widawsky2017-08-141-0/+6
* i965/screen: Stop redefining DRM_FORMAT_MOD_(INVALID|LINEAR)Jason Ekstrand2017-08-141-8/+0
* i965/blorp: Correct type of src_format in call to intel_miptree_texture_aux_u...Scott D Phillips2017-08-141-1/+2
* i965: Guard GetBufferSubData's streaming memcpy load with USE_SSE41Kenneth Graunke2017-08-121-0/+2
* i965: Clean up intel_batchbuffer_init().Kenneth Graunke2017-08-123-12/+11