aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* i965: Use blorp_copy for all copy_image operations on gen6+Jason Ekstrand2016-09-121-22/+6
* i965/blorp: Add a copy_miptrees helperJason Ekstrand2016-09-122-0/+79
* intel/blorp: Work in terms of logical array layersJason Ekstrand2016-09-121-4/+27
* intel/blorp: Add a swizzle parameter to blorp_clearJason Ekstrand2016-09-121-2/+4
* intel/blorp: Take a destination swizzle in blorp_blitJason Ekstrand2016-09-121-0/+1
* intel/blorp: Take an isl_swizzle instead of a SWIZZLEJason Ekstrand2016-09-121-1/+27
* intel/isl: Add an isl_swizzle structure and use it for isl_view swizzlesJason Ekstrand2016-09-121-23/+8
* Revert "i965: Drop the maximum 3D texture size to 512 on Sandy Bridge"Jason Ekstrand2016-09-121-10/+1
* i965: check for GL_TEXTURE_EXTERNAL_OES at miptree_create_for_teximageAlejandro Piñeiro2016-09-121-0/+1
* i965/rbc: Clarify rational given for shader image resolvesTopi Pohjolainen2016-09-121-3/+4
* i965/blorp: Use hw generetad primitive copies for layered clearsTopi Pohjolainen2016-09-121-24/+12
* i965/blorp: Sanity check all layers before actual clearTopi Pohjolainen2016-09-121-2/+5
* intel/blorp: Add plumbing for setting color clear layer countTopi Pohjolainen2016-09-121-3/+3
* i965/rbc: Allocate mcs directlyTopi Pohjolainen2016-09-124-63/+26
* i965: Add sanity check for non-compressible texture viewsTopi Pohjolainen2016-09-121-0/+34
* i965/rbc: Consult rb settings for texture surface setupTopi Pohjolainen2016-09-121-7/+60
* i965: Track non-compressible sampling of renderbuffersTopi Pohjolainen2016-09-123-2/+52
* i965: Replace boolean rb surface state setup argument with flagsTopi Pohjolainen2016-09-123-12/+20
* i965/rbc: Allow integer formats as advertised in isl_format.cTopi Pohjolainen2016-09-121-2/+1
* i965: remove unused variable at intel_miptree_create_for_teximageAlejandro Piñeiro2016-09-121-1/+0
* i965: Fix calculation of the image height at start levelAntia Puentes2016-09-101-6/+21
* android: depend on libmesa_genxml from i965 Android.gen.mkTapani Pälli2016-09-091-0/+2
* i965: release GLSL IR in LinkShader after it's not neededTapani Pälli2016-09-091-0/+11
* i965/fs: Fail the shader compile instead of asserting when we can't spillJason Ekstrand2016-09-081-2/+3
* intel: Pull the guts of gen7_l3_state.c into a shared helperJason Ekstrand2016-09-032-333/+39
* intel: Rename brw_get_device_name/info to gen_get_device_name/infoJason Ekstrand2016-09-037-7/+7
* intel: s/brw_device_info/gen_device_info/Jason Ekstrand2016-09-0356-288/+288
* intel: Add a new "common" library for more code sharingJason Ekstrand2016-09-037-668/+4
* i965: fix noop_scissor range issue on width/heightJordan Justen2016-09-011-7/+7
* Introduce .editorconfigEric Engestrom2016-08-311-0/+2
* i965: Pass start_offset to brw_set_uip_jip().Matt Turner2016-08-314-14/+6
* i965: Merge gen7_clip_state atom into gen6_clip_state atom.Kenneth Graunke2016-08-313-20/+1
* i965: Use gs_prog_data in is_drawing_points/lines().Kenneth Graunke2016-08-314-17/+19
* i965: Fix missing dirty bits related to is_drawing_points/lines.Kenneth Graunke2016-08-313-5/+23
* i965: enable OES_primitive_bounding_box with the no-op implementationIlia Mirkin2016-08-302-0/+4
* i965/fs: Assert that the number of color targets is one when dual-source blen...Francisco Jerez2016-08-301-0/+1
* glsl: Generate ir_expression_operation.h from PythonIan Romanick2016-08-301-0/+1
* i915: Check return value of screen->image.loader->getBuffersEmil Velikov2016-08-301-6/+9
* nouveau: make color/depth bpp match for pre-nv10 chipsIlia Mirkin2016-08-301-3/+3
* nouveau: always enable at least one RCIlia Mirkin2016-08-301-1/+1
* nouveau: allow NV3x's to be used with nouveau_vieuxIlia Mirkin2016-08-302-1/+4
* intel/blorp: Add a format parameter to blorp_fast_clearJason Ekstrand2016-08-291-1/+3
* i965: Move blorp into src/intel/blorpJason Ekstrand2016-08-2913-3922/+11
* i965/blorp: Remove the remaining brw prefixes from the blorp.h APIJason Ekstrand2016-08-299-112/+109
* i965/blorp: Use isl_format_get_depth_format for setting depth formatsJason Ekstrand2016-08-291-14/+1
* i965: Move the type_size function declartaions to brw_nir.hJason Ekstrand2016-08-292-8/+7
* i965: Move get_fast_clear_rect to blorp_clear.cJason Ekstrand2016-08-293-131/+124
* i965: Roll brw_get_ccs_resolve_rect into blorp_ccs_resolveJason Ekstrand2016-08-293-45/+29
* i965/blorp: Get rid of most brw and mesa includesJason Ekstrand2016-08-294-20/+2
* i965: Move the hiz_op enum to blorpJason Ekstrand2016-08-2913-60/+59