summaryrefslogtreecommitdiffstats
path: root/src/mesa
Commit message (Expand)AuthorAgeFilesLines
* i965/fs: Rework representation of fragment output locations in NIR.Francisco Jerez2016-08-253-10/+55
* i965: Fix undefined signed overflow in INTEL_MASK for bitfields of 31 bits.Francisco Jerez2016-08-251-1/+1
* i965/fs: Special-case nir_intrinsic_store_output for the fragment shader.Francisco Jerez2016-08-251-0/+15
* i965/fs: Implement non-coherent framebuffer fetch using the sampler unit.Francisco Jerez2016-08-252-0/+94
* i965/fs: Emit interpolation setup if non-coherent framebuffer fetch is in use.Francisco Jerez2016-08-251-1/+2
* i965/fs: Force per-sample dispatch if the shader reads from a multisample FBO.Francisco Jerez2016-08-251-1/+2
* i965: Allocate space in the binding table for non-coherent FB fetch.Francisco Jerez2016-08-254-7/+16
* i965/fs: Add brw_wm_prog_key bit specifying whether FB reads should be coherent.Francisco Jerez2016-08-252-0/+7
* i965/fs: Get rid of fs_visitor::do_dual_src.Francisco Jerez2016-08-253-26/+14
* i965: Respect miptree offsets in intel_readpixels_tiled_memcpy()Chad Versace2016-08-251-17/+4
* i965: Fix miptree layout for EGLImage-based renderbuffersChad Versace2016-08-251-0/+13
* meta: Always do GenerateMipmaps in linear colorspace.Kenneth Graunke2016-08-251-2/+10
* swrast: fix incorrectly positioned putImage() in swrast driverBrian Paul2016-08-251-2/+2
* st/mesa: fix sRGB BlitFramebuffer regressionNicolai Hähnle2016-08-251-16/+18
* i965/fs: Don't consider the stencil output to be a color output.Francisco Jerez2016-08-241-1/+2
* glsl: Keep track of the set of fragment outputs read by a GL program.Francisco Jerez2016-08-241-0/+1
* mesa: Add blend barrier entry point and driver hook.Francisco Jerez2016-08-243-0/+29
* mesa: Move shader memory barrier functions into barrier.c.Francisco Jerez2016-08-244-57/+57
* mesa: Rename "texturebarrier" source files to "barrier".Francisco Jerez2016-08-244-14/+14
* mesa: Add support for querying GL_FRAGMENT_SHADER_DISCARDS_SAMPLES_EXT.Francisco Jerez2016-08-243-0/+14
* mesa: Add extension enables for framebuffer fetch extensions.Francisco Jerez2016-08-242-0/+3
* shaderapi: don't generate not linked error on GetProgramStage in generalAlejandro Piñeiro2016-08-241-1/+18
* 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