summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri
AgeCommit message (Expand)AuthorFilesLines
2017-06-22i965: Convert upload_default_color to genxml.Rafael Antognolli1-77/+85
2017-06-22i965: Remove unused code and delete file.Rafael Antognolli2-626/+0
2017-06-22i965: Convert vs, gs, tcs, tes and cs samplers to genxml.Rafael Antognolli3-126/+123
2017-06-22i965: Convert fs sampler state to use genxml.Rafael Antognolli3-23/+540
2017-06-22i965: Fix -Wunused-variable in gen8_write_pma_stall_bits()Chad Versace1-2/+0
2017-06-22i965/dri: Add intel_screen param to intel_create_winsys_renderbufferChad Versace3-11/+17
2017-06-22i965: Move brw_context format arrays to intel_screenChad Versace4-40/+64
2017-06-22i965: Rename some vague format members of brw_contextChad Versace9-28/+28
2017-06-22i915: Fix gl_Fragcoord interpolationVille Syrjälä5-16/+21
2017-06-22mesa: remove _NEW_BUFFER_OBJECTMarek Olšák1-1/+0
2017-06-22mesa: replace VP/FP/ATIfs _Enabled flags with helper functionsMarek Olšák9-19/+24
2017-06-22mesa: don't update draw buffer bounds in _mesa_update_stateMarek Olšák7-0/+23
2017-06-22mesa: replace ctx->Polygon._FrontBit with a helper functionMarek Olšák9-5/+214
2017-06-22mesa: replace ctx->VertexProgram._TwoSideEnabled with a helper functionMarek Olšák2-3/+4
2017-06-22mesa: replace _mesa_update_stencil() with helper functionsMarek Olšák16-20/+36
2017-06-21i965/gen6: Use isl-based miptree also for stencil rbsPohjolainen, Topi1-3/+16
2017-06-21i965: Remove spurious mutex frobbing around call to intel_miptree_blitIan Romanick1-13/+6
2017-06-21i965/miptree: Move isl_surf_get_(hiz|mcs)_surf out of the assertJason Ekstrand1-4/+6
2017-06-21intel/genxml: Normalize URB Data field in WM_STATE.Rafael Antognolli1-1/+1
2017-06-21intel/genxml: Rename field on WM_STATE to match gen6+.Rafael Antognolli1-1/+1
2017-06-21intel/genxml: Normalize fields on WM_STATE.Rafael Antognolli1-2/+2
2017-06-21i915: Always emit W on gen3Ville Syrjälä1-6/+4
2017-06-20intel: compiler/i965: fix is_broxton checksLionel Landwerlin1-1/+1
2017-06-20i965: Fall back to normal blorp clear instead of meta clearIan Romanick3-34/+30
2017-06-20i965: Fix incorrect commentIan Romanick1-1/+1
2017-06-19i965: perf: use gen_device_info rather then brw_contextLionel Landwerlin1-3/+4
2017-06-19intel: common: express timestamps units in frequencyLionel Landwerlin1-1/+1
2017-06-19i965: convert MI_REPORT_PERF_COUNT to genxmlLionel Landwerlin3-28/+34
2017-06-19i965: perf: fix codegen with single operand equationLionel Landwerlin1-1/+3
2017-06-19i965/wm: Use stored hiz surface instead of creating copyTopi Pohjolainen3-86/+2
2017-06-19i965/blorp: Use hiz surface instead of creating copyTopi Pohjolainen1-14/+10
2017-06-19i965/miptree/gen7+: Use isl for hiz layoutsTopi Pohjolainen7-245/+33
2017-06-19i965/miptree: Drop BO_ALLOC_FOR_RENDER in intel_miptree_alloc_mcs()Topi Pohjolainen1-1/+6
2017-06-19i965/miptree: Use isl for mcs layoutsTopi Pohjolainen3-88/+21
2017-06-19i965/miptree: Refactor aux surface allocationTopi Pohjolainen1-18/+36
2017-06-19i965/gen6: Use isl for hizTopi Pohjolainen4-40/+27
2017-06-19i965/miptree: Refactor isl aux usage resolverTopi Pohjolainen4-22/+41
2017-06-19i965/gen6: Use isl for stencil surfacesTopi Pohjolainen2-19/+19
2017-06-19i965/miptree: Prepare range getter for isl basedTopi Pohjolainen1-1/+8
2017-06-19i965/miptree: Prepare stencil mapping for isl basedTopi Pohjolainen1-4/+28
2017-06-19i965/blorp: Prepare for isl based miptreesTopi Pohjolainen1-2/+7
2017-06-19i965: Add isl based miptree creatorTopi Pohjolainen1-0/+72
2017-06-19i965/miptree: Add option to resolve offsets using isl_surfTopi Pohjolainen1-0/+19
2017-06-19i965: Prepare slice copy for isl based miptreesTopi Pohjolainen1-6/+22
2017-06-19i965/tex: Prepare image update for isl based miptreesTopi Pohjolainen1-3/+16
2017-06-19i965: Prepare framebuffer validator for isl based miptreesTopi Pohjolainen1-3/+30
2017-06-19i965: Prepare slice validator for isl based miptreesTopi Pohjolainen2-11/+23
2017-06-19i965: Prepare image validation for isl based miptreesTopi Pohjolainen1-0/+15
2017-06-19i965: Prepare up/downsampling for isl based miptreesTopi Pohjolainen1-8/+38
2017-06-19i965/miptree: Add isl surfaceTopi Pohjolainen1-0/+2