summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | anv/pipeline: Set up flat enables correctlyJason Ekstrand2016-04-091-0/+1
| * | | | | genxml: Fix the name of a 3DSTATE_SF/SBE field on gen6-7.5Jason Ekstrand2016-04-093-3/+3
| * | | | | genxml: Break output detail of 3DSTATE_SF on gen7 into a structJason Ekstrand2016-04-091-41/+24
| * | | | | genxml: Fix up MOCS in RENDER_SURFACE_STATE on gen6 to match gen7Jason Ekstrand2016-04-091-1/+2
| * | | | | anv/meta: Make clflushes conditional on !devinfo->has_llcJason Ekstrand2016-04-082-3/+6
| * | | | | anv/formats: Advertise blit support for stencilJason Ekstrand2016-04-081-6/+4
| * | | | | anv/blit2d: Add support for W-tiled destinationsJason Ekstrand2016-04-081-44/+322
| * | | | | isl/surface_state: Set the correct pitch for W-tiled surfacesJason Ekstrand2016-04-081-1/+13
| * | | | | anv/blit2d: Add another passthrough varying to the VSJason Ekstrand2016-04-081-0/+9
| * | | | | anv/image: Remove the offset parameter from image_view_initJason Ekstrand2016-04-086-11/+9
| * | | | | anv/blit2d: Add a bind_dst helper functionJason Ekstrand2016-04-081-33/+55
| * | | | | anv/blit2d: Simplify create_iviewJason Ekstrand2016-04-081-30/+25
| * | | | | nir/gather_info: Handle discard_ifJason Ekstrand2016-04-081-0/+1
| * | | | | anv/meta2d: Add support for blitting from W-tiled sources on gen7Jason Ekstrand2016-04-081-49/+204
| * | | | | isl: Remove surf_get_intratile_offset_elJason Ekstrand2016-04-083-125/+0
| * | | | | isl: Rework the get_intratile_offset functionJason Ekstrand2016-04-083-38/+60
| * | | | | anv/image: Expose the guts of CreateBufferView for metaJason Ekstrand2016-04-082-16/+29
| * | | | | anv/blit2d: Refactor in preparation for different src/dst typesJason Ekstrand2016-04-082-120/+238
| * | | | | anv/blit2d: Add layouts for using a texel buffer sourceJason Ekstrand2016-04-082-12/+53
| * | | | | anv/blit2d: Rename the descriptor set and pipeline layoutsJason Ekstrand2016-04-082-12/+12
| * | | | | anv/blit2d: Enhance teardown and clean up init error pathsJason Ekstrand2016-04-081-60/+57
| * | | | | anv/blit2d: Factor binding the source image into a helperJason Ekstrand2016-04-081-57/+82
| * | | | | anv/blit2d: Inline meta_emit_blit2dJason Ekstrand2016-04-081-191/+170
| * | | | | anv/blit2d: Pass the source pitch into the shaderJason Ekstrand2016-04-081-8/+13
| * | | | | anv/blit2d: Break the texelfetch portion of shader building into a helperJason Ekstrand2016-04-081-23/+36
| * | | | | anv/blit2d: Fix whitespaceJason Ekstrand2016-04-081-10/+10
| * | | | | anv/blit2d: Fix a NIR writemaskJason Ekstrand2016-04-081-1/+1
| * | | | | anv/meta2d: Don't declare an array sampler in the fragment shaderJason Ekstrand2016-04-081-4/+4
| * | | | | anv/blit2d: Remove the tex_dim parameter from copy_fragment_shaderJason Ekstrand2016-04-081-4/+4
| * | | | | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-0794-1115/+1786
| |\ \ \ \ \
| * | | | | | i965/fs: Use the scale helper in surface_builderJason Ekstrand2016-04-071-2/+2
| * | | | | | genxml: Add GEN6 genxmlKristian Høgsberg Kristensen2016-04-062-0/+1940
| * | | | | | i965/compiler: Remove a redundant declaration of brw_compiler_createJason Ekstrand2016-04-041-3/+0
| * | | | | | i965/defines: Unconditionally define primitivesJason Ekstrand2016-04-041-2/+0
| * | | | | | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-0484-1976/+2376
| |\ \ \ \ \ \
| * | | | | | | nir: Stop double-printing function argumentsJason Ekstrand2016-04-041-10/+0
| * | | | | | | glsl: Stop force-enabling compute shadersJason Ekstrand2016-04-041-2/+0
| * | | | | | | glsl/standalone: Get rid of the unneeded _mesa_error_no_memory stubJason Ekstrand2016-04-041-6/+0
| * | | | | | | Remove more spirv2nir remnantsJason Ekstrand2016-04-043-28/+2
| * | | | | | | nir/gather_info: Add an assert for supported stagesJason Ekstrand2016-04-011-0/+6
| * | | | | | | nir: Move variable_get_io_mask back into gather_infoJason Ekstrand2016-04-012-31/+31
| * | | | | | | Merge remote-tracking branch 'public/master' into vulkanJason Ekstrand2016-04-01253-3691/+8701
| |\ \ \ \ \ \ \
| * | | | | | | | nir/spirv: Set a default number of invocations for geometry shadersJason Ekstrand2016-03-291-0/+3
| * | | | | | | | anv/gen7: Fix command parser version test with indirect dispatchJordan Justen2016-03-281-1/+1
| * | | | | | | | anv/gen7: DispatchIndirect requires cmd parser 5Jordan Justen2016-03-281-0/+26
| * | | | | | | | anv/gen7: Save kernel command parser versionJordan Justen2016-03-282-0/+12
| * | | | | | | | anv: Invalidate state cache before L3 partitioning set-up.Jordan Justen2016-03-282-0/+2
| * | | | | | | | anv: Fix cache pollution race during L3 partitioning set-up.Jordan Justen2016-03-282-20/+52
| * | | | | | | | nir/spirv: Remove the NoContraction hackJason Ekstrand2016-03-281-22/+1
| * | | | | | | | i965/peephole_ffma: Only match a mul+add if none of the ops are exactJason Ekstrand2016-03-281-0/+11