summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i915: remove unnecessary `if`Eric Engestrom2016-08-241-3/+1
* i965: remove unnecessary `if`Eric Engestrom2016-08-241-6/+2
* program_resource: subroutine active uniforms should return NumSubroutineUniformsAlejandro PiƱeiro2016-08-241-23/+118
* 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
* vbo: fix format string compiler warning for 32-bit machinesJan Ziak2016-08-231-5/+6
* i965: report bound buffer size not underlying buffer size for image size (v2)Dave Airlie2016-08-231-2/+2
* st/glsl_to_tgsi: fix st_src_reg_for_double constant.Dave Airlie2016-08-231-1/+1
* mesa/subroutines: drop the old subroutine index uploads.Dave Airlie2016-08-231-6/+0
* st/mesa: use the new subroutine index upload API.Dave Airlie2016-08-234-12/+18
* i965: use new subroutine index uploader.Dave Airlie2016-08-2311-0/+25
* mesa: add api to write subroutine indicies to the program storage.Dave Airlie2016-08-232-0/+13
* mesa/subroutines: start adding per-context subroutine index support (v1.1)Dave Airlie2016-08-234-32/+61
* vbo: Make #if 0'd debugging code compile.Matt Turner2016-08-221-1/+1
* st/nir: Trim out unused VS input variables.Eric Anholt2016-08-221-7/+23
* 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
* mesa: Fix fixed function spot lighting on newer hardware (again)Daniel Scharrer2016-08-191-14/+3
* 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