summaryrefslogtreecommitdiffstats
path: root/src/mesa/drivers
Commit message (Expand)AuthorAgeFilesLines
* mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez2016-08-241-2/+2
* i915: remove unnecessary `if`Eric Engestrom2016-08-241-3/+1
* i965: remove unnecessary `if`Eric Engestrom2016-08-241-6/+2
* dri: add a way to request that modes have matching color/zs depthsIlia Mirkin2016-08-237-12/+27
* i965/surface_formats: Don't advertise 8 or 16-bit RGB formatsJason Ekstrand2016-08-231-0/+10
* i965: report bound buffer size not underlying buffer size for image size (v2)Dave Airlie2016-08-231-2/+2
* i965: use new subroutine index uploader.Dave Airlie2016-08-2311-0/+25
* android: i965: add per-gen libmesa_i965_gen{8,9} staticMauro Rossi2016-08-201-1/+45
* android: i965: add per-gen libmesa_i965_gen{7,75} static librariesMauro Rossi2016-08-201-1/+45
* android: i965: add per-gen libmesa_i965_gen6 static libraryMauro Rossi2016-08-201-3/+45
* i965/cfg: Factor common code out of switch statement.Matt Turner2016-08-201-8/+2
* i965: Remove comment within a comment.Matt Turner2016-08-191-1/+1
* i965/sched: Simplify work done by add_barrier_deps().Matt Turner2016-08-191-0/+9
* i965/vec4: Ignore swizzle of VGRF for use by var_range_end().Matt Turner2016-08-192-2/+2
* i965/vec4: Print spills:fills.Matt Turner2016-08-191-7/+11
* nir: Add nir_builder support for individual system value loads.Eric Anholt2016-08-192-5/+3
* i965/blorp: Remove no longer used state setup helpersJason Ekstrand2016-08-193-657/+0
* i965/blorp: Use genxml for gen8-9 state setupJason Ekstrand2016-08-196-587/+172
* i965/blorp: Use genxml for gen7 state setupJason Ekstrand2016-08-196-565/+299
* i965/blorp: Add genxml-based vertex setup helpersJason Ekstrand2016-08-191-1/+212
* i965/blorp: Add a helper for emitting surface statesJason Ekstrand2016-08-191-24/+28
* i965/blorp: Add genxml-based sampler state emit functionJason Ekstrand2016-08-191-11/+38
* i965/blorp: Add genxml-based dynamic state emit functionsJason Ekstrand2016-08-191-9/+73
* i965: Move gen6_blorp.c to a file that gets recompiled per-genJason Ekstrand2016-08-193-5/+18
* i965/blorp/gen6: Use genxml packing structs for state setupJason Ekstrand2016-08-192-420/+311
* i965/blorp: Stop setting point and line rasterization rulesJason Ekstrand2016-08-193-7/+1
* i965/blorp/gen8: Move viewport setup to after wm stateJason Ekstrand2016-08-191-1/+2
* i965/blorp/gen6-7: Move multisample setup to right after samplersJason Ekstrand2016-08-192-9/+10
* i965/blorp/gen6-7: Move surfaces and samplers closer togetherJason Ekstrand2016-08-192-11/+10
* i965/blorp/gen7-8: Emit depth stencil state with CC and BLENDJason Ekstrand2016-08-192-3/+4
* i965/blorp/gen6: Move constant disables higher upJason Ekstrand2016-08-191-22/+7
* i965/blorp: Don't clear an empty regionJason Ekstrand2016-08-191-0/+4
* i965/blorp: Move the non-static blorp state setup helpers to another fileJason Ekstrand2016-08-194-541/+578
* i965/blorp: Make gen6 VS and GS disable helpers staticJason Ekstrand2016-08-192-10/+2
* i965: Roll intel_reg.h into brw_defines.hJason Ekstrand2016-08-1915-308/+277
* i965: Stop including brw_defines.h in brw_state.hJason Ekstrand2016-08-194-1/+3
* i965/state: Move is_drawing_lines/points to gen6_clip_state.cJason Ekstrand2016-08-194-56/+59
* i965/sched: Change the scheduling heuristics to favor early program termination.Francisco Jerez2016-08-181-3/+16
* i965/sched: Assign a preferred exit node to each node of the dependency graph.Francisco Jerez2016-08-181-0/+59
* i965/sched: Calculate the critical path of scheduling nodes non-recursively.Francisco Jerez2016-08-181-13/+12
* i965/fs: Switch to per-subspan discard jumps.Francisco Jerez2016-08-181-3/+1
* i965/fs: Drop bogus writemasking disable bit from HALT instructions.Francisco Jerez2016-08-181-4/+0
* i965: Fix barrier count shift in scalar TCS backend.Kenneth Graunke2016-08-181-1/+1
* i965: Fix execution size of scalar TCS barrier setup code.Kenneth Graunke2016-08-181-6/+6
* i965: Implement the WaPreventHSTessLevelsInterference workaround.Kenneth Graunke2016-08-186-3/+175
* i965/blorp: Use nir_alu_type for the texture data typeJason Ekstrand2016-08-172-27/+16
* i965: brw_blorp_blit.cpp -> blorp_blit.cJason Ekstrand2016-08-172-6/+6
* i965: brw_blorp_clear.cpp -> blorp_clear.cJason Ekstrand2016-08-172-5/+1
* i965: Split brw_blorp.c/h into multiple filesJason Ekstrand2016-08-1711-1373/+1495
* i965/blorp: Factor the guts of blorp_hiz_exec into a helperJason Ekstrand2016-08-171-18/+25